Re: subversion for website source management
From: Gabor Szabo <gabor_at_perl.org.il>
Date: 2004-10-17 13:59:50 CEST
On Sat, 16 Oct 2004, dave wrote:
> Hi,
Hi Dave,
I hope you don't mind that I get back to the mailing list as I like to
Our site has its own repository, it makes it easier to run
Once we setup the repository I went to the web server (which is
svn co path-to-the-repository
I also added a post-commit hook to the repository the following lines:
(cd /var/www/mysite; /usr/local/bin/svn update)
The first one updates the local repository while the second one generates
The web server configuration has nothing special (except of course the
We also have the following entry:
<LocationMatch /.svn>
though actually we don't really need it as the pages generated by the
(I hope at least :)
I hope this helps and feel free to ask more questions.
Gabor
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.