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

Re: How do I obtain a list of modified, added, or deleted files?

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Tue, 24 Jun 2008 06:50:59 -0400

Jan Hendrik wrote:
> Ryan Schmidt wrote on 24 Jun 2008, 1:16, at least in part:
>> Or, have a working copy of your project on your web host, and in your
>> repository's post-commit hook, update the working copy on the server
>> with something like "ssh server 'svn up /path/to/workingcopy'". This
>> would require your repository to be on the Internet so that your web
>> host can reach it. It would also require the Subversion client to be
>> on the web host.
>
> Which would be the most elegant means it seems to me.

Or (as ong as the server isn't running Windows), use SVN::Notify::Mirror[1],
which I wrote specifically for the purpose of keeping multiple websites up to
date with the repo. It is a post-commit script on steroids when paired with
SVN::Notify::Config[2]...

John

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-24 12:51:30 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.