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

[TSVN] changing log message on windows server

From: Steven H _at_ orcon <_at_>
Date: 2004-11-11 02:27:06 CET

Time to wipe away the dust on those old dos commands

As per instruction I have implemented pre / post-revprop-change hooks and
according to my testing it SHOULD all be working, but as you would guess it
doesn't.

So can somebody with more of a clue than myself have a look over my hooks
and tell me whats wrong?

Many thanks

pre-revprop-change.bat
@ECHO OFF
SET REPOS=%1
SET REV=%2
SET USER=%3
SET PROPNAME=%4

rem allow svn:log to be changed
"pre-revprop-change-(svn-log).bat" %PROPNAME%

pre-revprop-change-(svn-log).bat
@echo off

SET PROPNAME=%1
SET SVNLOG=svn:log

IF %PROPNAME% == %SVNLOG% GOTO :SVN_LOG
EXIT 1
:SVN_LOG
EXIT 0

post-revprop-change.bat
SET REPOS=$1
SET REV=$2
SET USER=$3
SET PROPNAME=$4

EXIT 0

---------------------------------------------------------------------------

Steven Higgan - 3rd Year B.I.T. Otago Polytechnic, Dunedin New Zealand
.net geek

---------------------------------------------------------------------
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:27:44 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.