[LLVMdev] How to make release branch available in git (topic changed)

Anton Korobeynikov anton at korobeynikov.info
Wed Mar 9 23:56:22 PST 2011


> I would love to. However, as David pointed out, this is difficult with the
> blocked svn access.
I believe that --no-minimize-url might help:

--no-minimize-url
When tracking multiple directories (using --stdlayout, --branches, or
--tags options), git svn will attempt to connect to the root (or
highest allowed level) of the Subversion repository. This default
allows better tracking of history if entire projects are moved within
a repository, but may cause issues on repositories where read access
restrictions are in place. Passing --no-minimize-url will allow git
svn to accept URLs as-is without attempting to connect to a higher
level directory. This option is off by default when only one
URL/branch is tracked (it would do little good).

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



More information about the llvm-dev mailing list