Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN installation

Tags:

svn

I am going to install SVN for my personal projects. Is it better to install it on a spare machine(Win XP) or will I save myself grief if I install it on the machine I use for development(Vista).

like image 597
Dan Adams Avatar asked Sep 25 '08 03:09

Dan Adams


1 Answers

Installing your repository on a separate machine is probably a better idea, since at a minimum, it will allow your source code to survive a hard drive crash on your development machine.

If you're new to SVN, you can't beat the free e-book from Red-Bean and O'Reilly ... Check out "Version Control with Subversion" here: http://svnbook.red-bean.com/.

like image 123
Steve Moyer Avatar answered Oct 13 '22 16:10

Steve Moyer