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

RE: Svn log inside a post-commit hook

From: Harvey, Edward <Edward.Harvey_at_patni.com>
Date: 2007-11-09 23:41:31 CET

> Perhaps an error is occurring. Have you tried redirecting the
> error output, like this?
>
> /usr/local/bin/svn log -r $REV "file://$REPOS" >/tmp/mylog
> 2>/tmp/ myerrors

Yup. I tried
        /usr/local/bin/svn log -r $REV $REPOS &> /tmp/somefile
I forget now if somefile was even created, but it definitely didn't
contain anything.

Either way, everyone, I worked around the problem with svnlook. So
thanks for your help.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 9 23:41:50 2007

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.