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

More pre-revprop-change hook woes

From: Juanma Barranquero <jmbarranquero_at_wke.es>
Date: 2004-02-17 14:09:07 CET

SVN 0.37.0, Windows 2K, ActivePerl 5.8.2.

This simple pre-revprop-change.bat hook:

rem ----------------------------------------
perl -ne "print $_" >> c:/my/log.txt
exit 0
rem ----------------------------------------

does not produce any output in c:/my/log.txt, because the perl process
cannot read STDIN (it *can*, to be precise; but it's empty).

That kind of makes difficult to get the new value of the property
before changing it.

                                                                Juanma

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 17 14:09:34 2004

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

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