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

RE: Pre-commit hook

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-22 17:12:29 CEST

On Thu, 2004-04-22 at 06:20, Richard Moore wrote:

> SVNLOOK log %REPOS-PATH% -t %TXN-NAME%

(Why don't you show us your entire .bat file?)

Have you actually *set* the %REPOS-PATH% and %TXN-NAME% variables? The
batch file receives this information as "arguments", not as named
variables: so I think you want to use %1 and %2 (which are the same as
$1 and $2 in Unix.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 22 17:15:00 2004

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

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