Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSS Project structure is part of the git repository #4

Open
GoogleCodeExporter opened this issue Apr 14, 2015 · 4 comments
Open

VSS Project structure is part of the git repository #4

GoogleCodeExporter opened this issue Apr 14, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 20 Jul 2012 at 6:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant