Quantcast
Channel: Visual Studio + svn: Working copies on network drive or local? - Stack Overflow
Browsing latest articles
Browse All 6 View Live

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

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,...

View Article


Answer by adrianbanks for Visual Studio + svn: Working copies on network...

Go with option A. If you back-up your subversion repository by backing up your subversion server, there is no need to back up your working copies*. When changes are committed into SVN, they get...

View Article

Answer by Indeed is Trash for Visual Studio + svn: Working copies on network...

I've always found that there are security issues with running code from a network drive, so I'm gonna say go local and check in often. In addition if you start using tools like visualsvn or tortoise...

View Article

Answer by Otávio Décio for Visual Studio + svn: Working copies on network...

I would stick with option A for a simple reason: that way developers will be more likely to commit their changes instead of leaving working copies lingering around because they know they are being...

View Article

Answer by Dustin Getz for Visual Studio + svn: Working copies on network...

are you using C++? Compiling is slow enough, don't underestimate the effect of compile times on your productivity. There are lots of free backup solutions for your local workstations.At work we use TFS...

View Article


Visual Studio + svn: Working copies on network drive or local?

We (small team) currently have our Visual Studio projects on a network drive (no version control). I would like us to start using version control, so I thought I'd install Subversion and put all the...

View Article
Browsing latest articles
Browse All 6 View Live