Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dhani
Posting Yak Master
132 Posts |
Posted - 2008-10-20 : 14:37:56
|
hello All,i developed a new project it is defaultly saved to C:\Users\asini\Documents\Visual Studio 2005\Projects before i build the project (for deployment) do i need to save in any other folder or this path is fine (i mean since it is saving in mydocumnets how to make available to all other developers)Thanks in advanceasin |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-20 : 14:48:58
|
to make it available to other developers dont you have a central source control repository like VSS or SVN? |
 |
|
dhani
Posting Yak Master
132 Posts |
Posted - 2008-10-20 : 15:00:53
|
quote: Originally posted by visakh16 to make it available to other developers dont you have a central source control repository like VSS or SVN?
Hello Visakh,Thank you for your reply,no it seems we dont have VSS or SVN just to make sure, before i start build (to create deploy files i.e, .dtsx, manifest files) the package, in my local machine can i build it on where project exists (in my documnets) or else do i need to move anywhere else (such as C:\program files etc...)thanks for your quicker reply vishakRegardsasin |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-21 : 01:00:50
|
you can build the solution in your folder itself. but question is how you will be sharing code with developers. thats why i suggested use of common repository like VSS |
 |
|
|
|
|