Hi,
How can i set svn:log in post-commit hook.
if i give svn.exe propset --revprop -r %REV% svn:log "log Msg" %REPOS% in Post-commit.bat
It show error
svn: E155007: 'D:\SVN\svn1.7.6\Repos' is not a working copy
if i give the full url path of the file it successfully set the property.
But how do we know the full url of the file in post-commit hook
Thanks in advance,
Last updated