SV: SV: Request Tag-PreCommit-Script/hook for use at the OS: Windows Server 2003
From: René Vestergaard <rve_at_techno-matic.dk>
Date: 2005-10-12 12:12:14 CEST
Now the "/tags/"-repository-paths can't be commit'ed (fine),
Is there any way to allow Branch/Tag-command to execute, but permit
The pre-commit.cmd script/hook file on the server:
c:\subversion\svnlook dirs-changed -t %2 %1 | find "/tags/"
rem If Sucessed then execute: exit 0
rem If Failed then execute: exit 1
-----Oprindelig meddelelse-----
On Wed, 12 Oct 2005 10:03:52 +0200, René Vestergaard
>Now I get this error:
I've no idea if the idea will work, but the syntax you need is
c:\subversion\svnlook dirs-changed -t %1 %2 | find "/tags/"
HTH,
Greg
-- This post represents the views of the author and does not necessarily accurately represent the views of BT. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Oct 12 12:14:20 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.