svn-all-fast-export / svn2git

:octopus: A fast-import based converter for an svn repo to git repos
GNU General Public License v3.0
261 stars 100 forks source link

What does "--svn-branches" do exactly? #145

Open achimmihca opened 2 years ago

achimmihca commented 2 years ago

When running the tool without parameters, it shows --svn-branches Use the contents of SVN when creating branches, Note: SVN tags are branches as well

But this does not make sense to me. The tool always uses the contents of SVN when creating branches, does it not?

What is the difference to not using this option?

nickwilliams-zaxiom commented 2 years ago

I would also like to know the answer to this question. No documentation says anything other than that ^^, but yet nearly every example I can find anywhere uses --svn-branches. I even read the source code, hoping I could gleam an answer, but I just don't understand enough about how the code works to figure it out.