Hi,

I recently tried to pull the whole of SVN repository (and it's big)
with git svn. The command I used is:

git svn clone --stdlayout <svn_url>

The SVN repository itself had trunk/branches/tags layout. But what
happened when I finished the cloning is that master has been set to a
branch (the last one fetched, I guess), where I expected it to be set
to be the trunk. Is this the expected behavior? If not what should
have been the proper command to get master set to trunk?

Also, for what I have now, what's the best way to set master to the
trunk branch? Checking out back and forth is a pain since it's big.
Any other related tips are appreciated.

Thanks
:J
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to