Re: SV: SV: Request Tag-PreCommit-Script/hook for use at the OS: Windows Server 2003
From: Miha Vitorovic <mvitorovic_at_nil.si>
Date: 2005-10-12 12:24:03 CEST
René Vestergaard <rve@techno-matic.dk> wrote on 12.10.2005 12:12:14:
> Now the "/tags/"-repository-paths can't be commit'ed (fine),
Actually, what you need to do is, is check if the svnlook result contains
Here is a little perl script that I use (on Windows):
[--- cut 'ere ---]
use strict;
my $svnlook = "C:/Progra~1/Subver~1/bin/svnlook.exe";
open( INPUT, "$svnlook changed -t $txn_name $repo_path|" );
while( <INPUT> ){
close INPUT;
--- Miha Vitorovic Inženir v tehničnem področju Customer Support Engineer NIL Data Communications, Tivolska cesta 48, 1000 Ljubljana, Slovenia Phone +386 1 4746 500 Fax +386 1 4746 501 http://www.NIL.si --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Oct 12 12:26:44 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.