Better way to get the full rule of the last commit?
From: Tech Geek <techgeek12345_at_gmail.com>
Date: Sun, 10 Oct 2010 19:34:48 -0700
All my repositories live under /var/lib/svn/.
Let's the output of the following command (on the SVN server):
Now in my post-commit hook I need the following value in a variable (say
Right now the way I am getting this value in my post-commit hook is as
DIRCHANGE=`$SVNLOOK changed "$REPOS" | $GREP "^A\W.*" | cut -d' ' -f4`
Is there any command which will return the full path of the directory inside
|
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.