From: Adam Brewster Date: Wed, 12 Aug 2009 03:14:27 +0000 (-0400) Subject: svn: allow branches outside of refs/remotes X-Git-Tag: v1.6.5-rc0~74 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6f5748e14cc5bb0a836b649fb8e2d6a5eb166f1d?ds=inline;hp=6f5748e14cc5bb0a836b649fb8e2d6a5eb166f1d svn: allow branches outside of refs/remotes 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 Signed-off-by: Eric Wong ---