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

Re: per project hook script?

From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: 2005-12-19 11:11:34 CET

On Mon, Dec 19, 2005 at 02:03:05AM -0800,
 Nadeem Bitar <nadeem@gmail.com> wrote
 a message of 20 lines which said:

> Hi, I have a subversion repository with multiple projects and I've
> been trying to invoke a post-commit hook for only specific
> projects. I might have missed it but i couldn't find an easy to do
> that. Is this possible?

I believe that the only way is to use svnlook from the post-commit
hook to find out what changed and to dispatch accordingly.

(Remember that Subversion does not know what a project is and that a
commit can span several directories, for instance /project1/something
and /project2/otherthing.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 19 11:18:50 2005

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.