I have a repository like:
trunk/a/b/c
branches/V1/a/b/c
branches/V2/a/b/c
tags/T1/a/b/c
tags/T2/a/b/c
I'd like to work on module 'c', not checking out any other module. What is the git-svn command to do that?
|
feedback
|
Or to select only a few branches:
| ||||
|
feedback
|
|
I'm not sure that this is possible... You can check only the module in the trunk using the complete url to the folder:
You can try using the --branches --tags parameters but i don't think that this will work
| |||
|
feedback
|