eriks
|
Re:Checkout without overwriting files (PLEASE!) - 2007/05/08 13:23
With Subversion, you only do a checkout one time - they don't get locked at the server like VSS does. After that, you just modify your files, check them in, run updates, repeat. Update doesn't overwrite files that have been modified, so it's safe to run at any time. You can find out more about how Subversion works in general in the book at http://svnbook.red-bean.com/ . Let me know if you still have more questions.
|