Re: svn log ^c dumps core on solaris
From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-11-27 19:03:10 CET
solo turn wrote:
Works just fine here.
Can you try debugging it using an unstripped build and gdb?
> btw, what is the best way to find out what changed since my last "svn up"?
"svn st -u" will show which files have changed.
Or, possibly, a bash shell script like this:
baserev=`svn info | sed -n 's/^Revision: //;tp;bn;:p;p;:n'`
That's basically doing "svn log -rBASE:HEAD", but excluding BASE from the
Max.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.