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

Re: [TSVN] changing log message on windows server

From: Nathan Creek <nathan_at_adweb.com.au>
Date: 2004-11-11 02:42:39 CET

Hi Steven,

Steven H @ orcon wrote:
> So can somebody with more of a clue than myself have a look over my
> hooks and tell me whats wrong?

I'm not sure what your problem is but there's no need to be calling
extra bat files.

I just tried this and it seems to work.

pre-revprop-change.bat
@Echo Off
if "%4" == "svn:log" GOTO :SVN_LOG
exit 1
:SVN_LOG
exit 0

Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Nov 11 02:42:47 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.