I’m managing a website in my repository. How can I make the live site automatically update after every commit? (This article is from http://subversion.apache.org/faq.html#website-auto-update) This is done all the time, and is easily accomplished by adding a post-commit hook script to your repository. Read about hook scripts in Chapter 5 of the book. The basic…
Day: August 27, 2010
Subversion on OS X Leopard Server by Nayan Hajratwala
I’ve found various links to Subversion setup on OS X Server, but most of them leverage a lot of manual file editing rather than using the built-in features of OS X Server. Additionally, they didn’t discuss integrating OS X OpenDirectory. (This article is from http://agileshrugged.com/blog/?p=14) That said, here is how I got my subversion repository up and…