Kevin Puetz wrote:
I'm replying to a thread off of gcc-devel, but as I think I may have just
had a thought that hasn't already been chewed through. So, I'm shifting to
subversion-devel. If I'm wrong and this is already debunked, just shoot me
down...
Branko Čibej wrote:
Andreas Schwab wrote:
Isn't this what the "Repository Root" from svn info gives?
No, that's the root of the repository, not the parameter given to "svn
co".
If you
svn co svn+ssh://gcc.gnu.org/svn/gcc/trunk
the repository root that gets recorded is
svn+ssh://gcc.gnu.org/svn/gcc
The same root is recorded if you
svn co svn+ssh://gcc.gnu.org/svn/gcc/branches/bounded-pointers-branch
-- Brane
Sure. But svn info also knows (and has known for far longer) the URL.
and URL with the Repository-Root prefix whacked off is BASE/DIR. So that
info is obtainable.
You can't tell which is BASE and which is DIR.
-- Brane