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

RE: Re: Post-Commit help

From: Brian Erickson <erickson_at_BAUERCONTROLS.com>
Date: Tue, 5 Aug 2008 08:39:14 -0400

I'd also prefer to use cmd.exe...but I'm not holding my breath.

> -----Original Message-----
> From: George Stein [mailto:george.stein_at_go4more.de]
> Sent: Tuesday, August 05, 2008 6:09 AM
> To: users_at_subversion.tigris.org
> Subject: Re: Post-Commit help
>
>
> Hi Brian,
>
> > Brian Erickson wrote:
> > I looked at this a few months ago but didn't get the underlying
> > problem with file handles. I took another look and think I
> found a solution.
> > I'm running XP and it works for me.
> >
> > My pre commit hook (pre-commit.bat)
> > start command nul /c d:\temp\test\hooks\newp.bat
> >
> > Contents of newp.bat
> > ping -n 1 -w 30000 1.1.1.1 (this is essentially a 30
> second delay)
> >
> > NOTE:
> > 1) It's important that you run command (not cmd).
> > 2) Command is limited to the old 8.3 DOS notation for files. If
> > you try to execute a batch file or program that has a long
> file name
> > you'll get a 'bad command for file name' error.
> > 3) Command is still around with Vista but I didn't test there
> >
> > Brian
>
> Thanks for the workaround, I'll give it a try on my Win2003 system.
>
> Anyway, I'd rather prefer that the issue will be fixed using
> the cmd.exe.
>
> Thanks,
> George
> --
> View this message in context:
> http://www.nabble.com/Post-Commit-help-tp18762120p18828151.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-05 14:39:45 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.