Re: Post-update hook
From: Bryan Donlan <bdonlan_at_gmail.com>
Date: 2004-08-10 00:32:50 CEST
On Mon, 9 Aug 2004 09:04:49 -0400, Andy Berdan <berdandy@gmail.com> wrote:
No such mechanism exists at this time.
> We have a situation here where our build system packages up entire
Why not use svn ls -v to check if a commit has happened since the last
#!/bin/sh
svn ls -v $URL > svn-ls
Be sure not to run it twice at the same time though. Or you could
-- bd --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Aug 10 00:33:39 2004 |
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.