Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root is just branches? #63

Open
nathandaly opened this issue Dec 4, 2017 · 2 comments
Open

Root is just branches? #63

nathandaly opened this issue Dec 4, 2017 · 2 comments

Comments

@nathandaly
Copy link

nathandaly commented Dec 4, 2017

Hey there,

Not an issue just a question.

I have a SVN repo I have to import to git. It is a non-standard layout, no trunk, no branches and no tags directories.

The root of the repo are just branch. Not sure what command to pass to opt out of git master and just have branches, is this possible?

svn2gitnet [url] --notrunk --notags --branches ./ --verbose?

@mazong1123
Copy link
Owner

Ideally, use --branches multiple times will generate your expected result:

svn2gitnet [url] --notrunk --notags --branches br1 --branches br2 --branches br3 --verbose.

However, I need to resolve #64 first.

@nathandaly
Copy link
Author

Ah OK :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants