[LLVMdev] git branch release_31

Anton Korobeynikov anton at korobeynikov.info
Fri Apr 27 00:02:49 PDT 2012


> In your svn section of llvm/.git/config, you can specify how to map
> the svn branches to different name spaces, something like this:
>
> [svn-remote "svn"]
>        [...]
>        branches = branches/*:refs/remotes/origin/*
>        fetch = branches:refs/remotes/origin
>
> I would also change "branches = branches/*:refs/remotes/origin/*"
> into something like "branches = branches/*:refs/remotes/branches/*"
This is exactly what was done on llvm.org. Here is an example fron clang.git:

       fetch = trunk:refs/heads/master
        tags = tags/{RELEASE_20,RELEASE_21,RELEASE_22,RELEASE_23,RELEASE_24,RELEASE_25,RELEASE_26,RELEASE_27,RELEASE_28,RELEASE_29,RELEASE_30,RELEASE_31}:refs/heads/svn-tags/*
        branches =
branches/{release_20,release_21,release_22,release_23,release_24,release_25,release_26,release_27,release_28,release_29,release_30,release_31}:refs/heads/*

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list