Re: git-svn: Fetch svn branches only and have git recognize them as branches?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Brian Koehmstedt <bkoehmstedt@xxxxxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]