On Saturday, May 2, 2015 at 3:37:53 AM UTC+3, Zk W wrote:

> We have a svn repo containing the following folders:
> 
> trunk
> branches
> tags
> inactive
> 
> how do we clone inactive folder since git svn clone --stdlayout only deals 
> with trunk, branches, and tags ?

Obviously, by not using --stdlayout in the first place
because your layout is not standard: `git svn` supports a set
of options which allow specifying exact layout of your repository.
These options are "--branches", "--tags" and "--trunk".
The first two can be used multiple times and are then additive.

I don't know if they can be specified along with "--stdlayout"
but you could just try and see for yourself.
The `git svn` manual explains the semantics of "--stdlayout"
pretty clearly, see for yourself [1].

1. ftp://www.kernel.org/pub/software/scm/git/docs/git-svn.html

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to