Problems looking at the history of deleted branches
From: Michael Sperber <sperber_at_informatik.uni-tuebingen.de>
Date: 2007-08-07 09:49:12 CEST
I sometimes need to look at the history of deleted branches---if
svn log <branch URL>
... doesn't work, of course, as the branch is dead.
svn log <branch URL> -r<some rev within branch>
... also doesn't work, as the path isn't in the HEAD.
svn log <branch URL>@<some rev within branch> -r<some rev within branch>
... works, but doesn't give me all of what I want.
svn log <branch URL>@<some rev within branch> -r1:<some rev within branch>
... works, even if the branch didn't exist within rev 1.
svn log <branch URL>@<some rev within branch> -r1:HEAD
... fails again. I was hoping specifying a peg revision would change
Even just a command that would let me figure out the last revision at
Any help would be much appreciated!
-- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Aug 7 09:48:28 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.