I set up several repostories, configured three servers to handle them, installed clients on every major OS and convinced others to use it (and love it).
Time to check it off. Someday, “Master SVN” will be a goal, but for now, it’s time to say “great tool, use it!”...
Jun 29, 2006, 12:27PM PDT | 1 cheer | 0 comments
After some quite easy beginning on my local machine with me as only user, I wanted to set up Subversion on the server at work.
Everything worked fine, until I tried to import the directory structure as first commit. I could access the repository but not write to it.
Solution:chmod -R 777 /path/to/repository
Apr 15, 2006, 03:42AM PDT | 1 cheer | 0 comments
- On windows, TortoiseSVN is a superb svn client.
- commandline access ist easy, too.
- svnbook.red-bean.com is the best source of information.
I think it’ll take a month to learn about every detail, but it works like a charm since day one!
Mar 25, 2006, 02:35PM PST | 1 cheer | 1 comment