RE: Problem importing from SVN repository with branches/tags at multiple levels using git-svn

2014-01-22 Thread Jim Garrison
> -Original Message- > Behalf Of Robert Hancock > Sent: Wednesday, January 22, 2014 11:03 AM > Subject: Re: Problem importing from SVN repository with branches/tags at > multiple levels using git-svn > > On 01/15/2014 02:10 PM, Robert Hancock wrote: > > We have

Re: Problem importing from SVN repository with branches/tags at multiple levels using git-svn

2014-01-22 Thread Robert Hancock
On 01/15/2014 02:10 PM, Robert Hancock wrote: > We have an SVN repository that has a structure for tags (likewise for > branches) like this: > > tags/tag1 > tags/tag2 > tags/tag3/ > tags/subdir/tag4 > tags/subdir/tag5 > > The idea is that I want to have git-svn import everything inside subdir > a

Problem importing from SVN repository with branches/tags at multiple levels using git-svn

2014-01-15 Thread Robert Hancock
We have an SVN repository that has a structure for tags (likewise for branches) like this: tags/tag1 tags/tag2 tags/tag3/ tags/subdir/tag4 tags/subdir/tag5 The idea is that I want to have git-svn import everything inside subdir as tags and everything else inside the root tags directory as tags, s