Commit Hook Error
From: Jake Stone <jake.the.stone_at_gmail.com>
Date: Sat, 05 Sep 2009 05:01:45 -0500
Hello all! I am working on some simple commit hooks for my repository,
I am using some easy batch commands to grab information from the svnlook
FOR /F "tokens=*" %%i in ('%SVNDIR%\svnlook author -r "%REV%"
FOR /F "tokens=*" %%i in ('%SVNDIR%\svnlook date -r "%REV%" "%REPOS%"')
SET SUBJECT="%REPOSNAME% updated by %AUTHOR% on %DATE%"
Will produce a subject of "Repository updated by on Sat 09/05/2009"
Any ideas?
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.