Re: svn log wcpath@BASE in 1.4.x fails
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-05-19 23:30:32 CEST
Garrett Rooney wrote:
Forget about COMMITTED for a moment, and think about how PREV could be
$ svn something -r10 http://repos/foo@20
In the tree "r20", find path "foo", then trace it back to r10 (in which it was
$ svn something -r10 foo (@WC implied)
In the tree "WC", find path "foo", then trace it back to r10 (in which it was
$ svn something -r10 foo@PREV
In the tree "PREV" (uh, what revision tree would that be?) find the path "foo"
Maybe try a different interpretation...
In the tree "WC", find path "foo", then trace it back to rPREV = r15 (in which
That's why I say "@PREV" is an invalid peg specifier.
"@COMMITTED" is similar, but because "COMMITTED" refers to the same version of
> Regardless, I do agree that this stuff could be consolidated, but I
Good call.
- Julian
---------------------------------------------------------------------
|
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.