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

Re: post-commit hook to copy revision changes

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-20 18:31:55 CET

On Mar 20, 2006, at 18:11, Kit Marshall wrote:

> I would like to use a post-commit hook to copy the changed files of
> each revision over to my testing server. Since the post-commit
> provides the revision it seems that you could pass that into "svnlook
> changed" to get the list of changed files and then copy those from the
> repository to a "live" copy.

You could do that, or you could just make your live site another
working copy, which you could update anytime anyone commits anything,
and let Subversion figure out what needs to be updated.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 20 18:33:29 2006

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.