TAG | server
Mar/10
3
HowTo Setup a SVN Server Under Mac OS X 10.6 in less than 1 min
4 Comments | Posted by admin in programming
Subversion is a great version control, very useful, even if you are working alone in your project. You can quickly setup a Subversion server in a minute, because everything in included in MAC OS X Snow Leopard (and perhaps older versions)…
- Open the terminal
- Create a directory called svnroot in your account directory : mkdir [...]
