When I convert the following VSS project
$/Services/MCHostService/WORKING/
to the following folder
D:\Projects\Git\Migration\MCHostService
this generates first the VSS project parent structure under the git folder so I
get at the end following git structure
D:\Projects\Git\Migration\MCHostService\.git
D:\Projects\Git\Migration\MCHostService\Services\MCHostService\WORKING
It makes however (at least for us) to keep in the git repository the parent
structure "Services\MCHostService\WORKING", or
this would make eventually sense if Vss2Git would define sub-modules. In this
case we would generate directly the different projects into
"D:\Projects\Git\Migration" so all would share again the same structure.
I saw that in the Vss2Git discussion that there was already a similar request.
Is there in the mean time any way to have the file structure
$/Services/MCHostService/WORKING/<ProjectFileStructure>
directly converted into the following folder
D:\Projects\Git\Migration\MCHostService\<ProjectFileStructure>
If this is not possible we will have to manually move than all files to the
root folder and commit the changes
What version of the product are you using? 1.0.10
On what operating system? Windows XP SP3
Please provide any additional information below.
Original issue reported on code.google.com by
jacques....@besi.comon 20 Jul 2012 at 6:11