Quantcast
Channel: Visual Studio + svn: Working copies on network drive or local? - Stack Overflow
Viewing all articles
Browse latest Browse all 6

Answer by Jim L for Visual Studio + svn: Working copies on network drive or local?

$
0
0

Definitely local for the aforementioned performance reasons, although I'd say that probably goes for any language.

Your cited reason for keeping them on the share is backups. If that's the only reason, I can tell you my experience in working with source control providers of various sorts has led me to the discovery that usually if you lose your local changes (very very rare by the way), they weren't so many that you can't recreate them. Your source repository should be on a backed up drive, so the vast majority of your code is safe. It's only the current tasks' worth of code that would be lost in the event of a drive failure. If you're concerned about that, promote small enough units of work (if possible) that no one would lose more than a day's work. Or I suppose you could branch your code if you have larger units of work and commit to the branches daily and merge them back to the main trunk at more convenient times.


Viewing all articles
Browse latest Browse all 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>