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

[TSVN] Documentation Bug in chapter 3.5 - Hooks

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2005-01-26 13:10:21 CET

The sample hook to allow log changes in chapter 3.5 does not work, here
is a working version:

---snip----pre-revprop-change.cmd---
rem Only allow log messages to be changed.
if "%4" == "svn:log" exit 0
echo Property %4 cannot be changed >&2
exit 1
---snip----

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Jan 26 13:13:07 2005

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.