Brian Koehmstedt <[email protected]> wrote:
> My latest failed attempt was this:
>
> [svn-remote "svn"]
> url = http://abc.com/repo/branches
> fetch = :refs/remotes/svn/branches
> branches = *:refs/remotes/svn/*
>
> git svn fetch svn
> This fetched all the branch directories as one branch.
You probably do not need the "fetch" line there, only:
[svn-remote "svn"]
url = http://abc.com/repo/branches
branches = *:refs/remotes/svn/*
I haven't used the branches/tags functionality of git-svn in
many years, though.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html