Subject: What's the best way to backup?
Posted By: thomasks Post Date: 9/12/2006 2:31:17 PM
Hi,

Can anyone recommend the best way to keep copies or backup my projects as I create them?

i.e if I create a project but want to add some new functionality but need to go back to the old version of the project at some point in the future.

Thanks!

Kevin

Reply By: dparsons Reply Date: 9/12/2006 3:42:38 PM
As i version my apps, I create a zip file of the previous version and store it on a secondary drive and can unzip a previous version if need be.

Something to note in the way of web applications, you typically will want to restore a previous version of an application to a different directory so that you don't overwrite your current application and, in this case, you will have to edit the .sln file after you have unzipped everything.

Say that the original path to your app was //servername/workingdirectory and you unzip to //servername/oldversion, if you try to open the project Visual Studio it will give you an error saying that it cant resolve the server, yadda yadda yadda.  

Open your .sln file and, if memory serves me, the first line will have the path of the application; change this line to reflect the new path to your application and you should be good to go.




"The one language all programmers understand is profanity."
Reply By: BrianWren Reply Date: 9/13/2006 3:36:21 PM
I believe SourceSafe can do this sort of thing.  (But it is just an impression...)

Go to topic 49643

Return to index page 176
Return to index page 175
Return to index page 174
Return to index page 173
Return to index page 172
Return to index page 171
Return to index page 170
Return to index page 169
Return to index page 168
Return to index page 167