Re: SVN and web development
From: John Peacock <john.peacock_at_havurah-software.org>
Date: Tue, 15 Jan 2008 07:12:06 -0500
Szymon Bakowski wrote:
The way I designed SVN::Notify::Mirror was:
1) a single post-commit script handles multiple different operations, based on a
2) operationally, I have a test server which always keeps in sync with trunk;
3) the production web server sync to a project tag which matches a specific
4) the production server is located on a remote DMZ and has no direct access to
5) SVN::Notify::Mirror also supports using rsync as an update method (if the
I actually use SVN::Notify::Config (which I didn't originally author, but which
#!/usr/bin/perl -MSVN::Notify::Config=$0
That's the entire post-commit script! That corresponds to an hash of hashes...
HTH
John
---------------------------------------------------------------------
|
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.