What is a good source backup method?
-
I will be working on a very long project in regard to code and don't want to have to start over because code gets totally messed up. Is there a program or something that will take and make safe points if you will on your source code so you can roll back to that point if a change you made borks the code? I spent around 800 bucks on visual studios 2005 and hopefully there is something free out there or a way in visual to do this. Thanks for the advice in advance. Win32newb "Programming is like Sex, make a mistake and you end up providing support for a long time"
-
I will be working on a very long project in regard to code and don't want to have to start over because code gets totally messed up. Is there a program or something that will take and make safe points if you will on your source code so you can roll back to that point if a change you made borks the code? I spent around 800 bucks on visual studios 2005 and hopefully there is something free out there or a way in visual to do this. Thanks for the advice in advance. Win32newb "Programming is like Sex, make a mistake and you end up providing support for a long time"
SourceControl systems are your best pals. There are a lot of them to choose from. (*)Microsoft Visual SourceSafe (*)WinCVS ... Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/ -
I will be working on a very long project in regard to code and don't want to have to start over because code gets totally messed up. Is there a program or something that will take and make safe points if you will on your source code so you can roll back to that point if a change you made borks the code? I spent around 800 bucks on visual studios 2005 and hopefully there is something free out there or a way in visual to do this. Thanks for the advice in advance. Win32newb "Programming is like Sex, make a mistake and you end up providing support for a long time"