You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by allan juul <al...@muly.dk> on 2006/10/02 18:52:37 UTC

clients wait for post-commit to finish svn 1.4.0 windows

hello

(
old ticket:
http://subversion.tigris.org/issues/show_bug.cgi?id=2497
)


can someone please provide the exact syntax for a post-commit on windows 
to return immediately, or confirm that this bug is *not* fixed on windows


the traditional syntax

   command %1 %2


used to work prior to 1.3.0 but should have been fixed in 1.3.1 - i just 
still can't get it working trying various combinations of redirecting 
STDOUT on windows platform.


./allan



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: clients wait for post-commit to finish svn 1.4.0 windows

Posted by allan juul <al...@muly.dk>.
Kevin Greiner wrote:
> On 10/3/06, Eric Lemes <er...@gmail.com> wrote:
>>
>> 2006/10/2, allan juul <al...@muly.dk>:
>> >
>> > hello
>> >
>> > (
>> > old ticket:
>> > http://subversion.tigris.org/issues/show_bug.cgi?id=2497
>> > )
>> >
>> >
>> > can someone please provide the exact syntax for a post-commit on 
>> windows
>> >
>> > to return immediately, or confirm that this bug is *not* fixed on
>> > windows
>>
>>
> AFAIK...This problem was introduced in 1.3.0 and the best documented
> workaround is to use a .NET executable written by Si Sshnug to launch the
> process. See here for the details:
> http://svn.haxx.se/users/archive-2006-07/0375.shtml
> 
> Of course, alternatives using some form of Windows shell kung-fu would be
> better. :)

right, so would it be correct to re-open this ticket, then ?
it used to work on all platforms prior to 1.3.0 and since that 
apparently only works on non-windows.

./allan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: clients wait for post-commit to finish svn 1.4.0 windows

Posted by Kevin Greiner <gr...@gmail.com>.
On 10/3/06, Eric Lemes <er...@gmail.com> wrote:
>
> 2006/10/2, allan juul <al...@muly.dk>:
> >
> > hello
> >
> > (
> > old ticket:
> > http://subversion.tigris.org/issues/show_bug.cgi?id=2497
> > )
> >
> >
> > can someone please provide the exact syntax for a post-commit on windows
> >
> > to return immediately, or confirm that this bug is *not* fixed on
> > windows
>
>
AFAIK...This problem was introduced in 1.3.0 and the best documented
workaround is to use a .NET executable written by Si Sshnug to launch the
process. See here for the details:
http://svn.haxx.se/users/archive-2006-07/0375.shtml

Of course, alternatives using some form of Windows shell kung-fu would be
better. :)

Re: clients wait for post-commit to finish svn 1.4.0 windows

Posted by Eric Lemes <er...@gmail.com>.
2006/10/2, allan juul <al...@muly.dk>:
>
> hello
>
> (
> old ticket:
> http://subversion.tigris.org/issues/show_bug.cgi?id=2497
> )
>
>
> can someone please provide the exact syntax for a post-commit on windows
> to return immediately, or confirm that this bug is *not* fixed on windows
>
>
> the traditional syntax
>
>    command %1 %2
>
>
> used to work prior to 1.3.0 but should have been fixed in 1.3.1 - i just
> still can't get it working trying various combinations of redirecting
> STDOUT on windows platform.
>

I'm running windows too.

I think this is a Windows shell limitation.

I'm trying some alternatives with start cmd /c mycommand, but I need to do
some tests with the environment variables... If I have success, I'll mail
you.


Eric