[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Linux post commit script help

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Mon, 26 May 2008 20:09:31 -0400

joncarl wrote:
> I want all developers to have personal working copies of a project on their
> local machine and perform all checkin/checkouts etc on a the project's
> repository located on a server. On top of this, I also want a working copy
> located on the server that gets updated automatically (post commit) from the
> project's repository.

Checkout SVN::Notify::Mirror and SVN::Notify::Config -

        http://search.cpan.org/search?query=SVN::Notify::Mirror
        http://search.cpan.org/search?query=SVN::Notify::Config

which I wrote specifically to maintain websites in Subversion. My working model
was that trunk development is always mirrored to a test server and tags that
match a pre-defined regex get automatically mirrored to a production server. It
means that the developers never have to personally login to either the test or
production server to perform the updates (except e.g. to move the test server to
a branch for speculative development).

HTH

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-27 02:08:50 CEST

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.