You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Enter VSS repository location and local directory location and click on GO
What is the expected output? What do you see instead?
Whole repository is not migrated. I tried many times. I get one error message
which says "the following path are ignored by one one of your gitignore file.
Use -f if you really want to add them.
What version of the product are you using? On what operating system?
I am using 1.0.10.0 on windows 7 enterprise edition.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 13 Aug 2014 at 7:51
I have a similar problem because there obviously is a .gitignore file in a folder in the source VSS repository.
Here is a dump of the releveant part of Vss2Git.log
...
Executing: C:\Program Files\Git\cmd\git.exe add -- C:\Git\Dreem\Src\NMAKE.EXE
!The following paths are ignored by one of your .gitignore files:
!Src/NMAKE.EXE
!Use -f if you really want to add them.
ERROR: git returned exit code 1
Executable: C:\Program Files\Git\cmd\git.exe
Arguments: add -- C:\Git\Dreem\Src\NMAKE.EXE
Stdout:
Stderr: The following paths are ignored by one of your .gitignore files:
Src/NMAKE.EXE
Use -f if you really want to add them.
Hpdi.Vss2Git.ProcessExitException: git returned exit code 1
at Hpdi.Vss2Git.GitWrapper.FailExitCode(String exec, String args, String stdout, String stderr, Int32 exitCode) in C:\Work\Temp\vss2git\Vss2Git\GitWrapper.cs:line 301
at Hpdi.Vss2Git.GitWrapper.ExecuteUnless(ProcessStartInfo startInfo, String unless) in C:\Work\Temp\vss2git\Vss2Git\GitWrapper.cs:line 293
at Hpdi.Vss2Git.GitWrapper.Add(String path) in C:\Work\Temp\vss2git\Vss2Git\GitWrapper.cs:line 110
at Hpdi.Vss2Git.GitExporter.WriteRevision(VssPathMapper pathMapper, VssActionType actionType, String physicalName, Int32 version, String underProject, GitWrapper git) in C:\Work\Temp\vss2git\Vss2Git\GitExporter.cs:line 656
at Hpdi.Vss2Git.GitExporter.ReplayRevision(VssPathMapper pathMapper, Revision revision, GitWrapper git, LinkedList`1 labels) in C:\Work\Temp\vss2git\Vss2Git\GitExporter.cs:line 523
at Hpdi.Vss2Git.GitExporter.<>c__DisplayClass20_1.<ReplayChangeset>b__0() in C:\Work\Temp\vss2git\Vss2Git\GitExporter.cs:line 247
at Hpdi.Vss2Git.GitExporter.AbortRetryIgnore(ThreadStart work, MessageBoxButtons buttons) in C:\Work\Temp\vss2git\Vss2Git\GitExporter.cs:line 593
Original issue reported on code.google.com by
[email protected]
on 13 Aug 2014 at 7:51Attachments:
The text was updated successfully, but these errors were encountered: