svn: allow branches outside of refs/remotes
authorAdam Brewster <adambrewster@gmail.com>
Wed, 12 Aug 2009 03:14:27 +0000 (23:14 -0400)
committerEric Wong <normalperson@yhbt.net>
Thu, 13 Aug 2009 05:17:56 +0000 (22:17 -0700)
It may be convenient for some users to store svn remote tracking
branches outside of the refs/remotes/ heirarchy.

To accomplish this feat, this patch includes the entire path to
the ref in $r->{'refname'} in &read_all_remotes and tries to change
references to this entry so the new value makes sense.

[ew: fixed backwards compatibility, long lines]

Signed-off-by: Adam Brewster <adambrewster@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
No differences found