Hello.

I am trying to clone svn repository.
This repo has standart svn layout: trunks/branches/tags. 
But there are some *non-project* related tags in tags directory.

my-super-tool
    trunk
    branches
    tags
        my-super-tool-1.0
        my-super-tool-2.0
        my-super-tool-3.0
        PC_sec-1.0
        PC_sec-1.1
        PC_sec-1.2
        PC_trd-1.2
        PC_trd-1.2
        ...

I want to clone with only *my-super-tool-** tags
What I tried:
git svn clone --trunk trunk --branches branches --tags tags/my-super-tool-*
git svn clone -s --ignore-paths=tags/PC_*


First doesn't work: git-svn is unable to accept mask for tags
Seconed doesn't work too: git-svn clones this tags anyway

Is it possible to clone this type of svn repo?
May be with some hack/workaround (I tried to hack git svn sources, but I'm 
not an expert with perl)?
Where can I add feature request for ability to use mask/regex for branches 
and tags?

-- 
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