0

I have a git-svn repository I had originally cloned from an svn repo's trunk, like so:

http://server/svn/MxProject/trunk

Since I cloned only the trunk and didn't grab the branches directory, is there a way I can access the branch without doing a full clone?

codewario
  • 19,553
  • 20
  • 90
  • 159
  • Instead of just cloning the trunk you should be cloning SVN repositories with the -s argument. This will give you a folder with the same structure as just the trunk but enable you to use branches and tagging. Read more in the docs about it – Dave Long Nov 02 '11 at 16:27

1 Answers1

0

Of course, I found the solution AFTER I posted the question lol. Hope this helps point someone else in the right direction:

I found the solution on this SO post.

Community
  • 1
  • 1
codewario
  • 19,553
  • 20
  • 90
  • 159