简体   繁体   中英

Is it possible to add a branch to a git svn repository that was cloned from the Subversion repository's trunk?

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?

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM