rlktradewright/vss2git

Error message - Project spec must start with $/

Opened this issue · 0 comments

While trying to convert an old VSS repo (I export the entire $/), I get this 
error message:

---------------------------
Error
---------------------------
Project spec must start with $/

Parameter name: projectSpec
See log file for more information.
---------------------------
Abort   Retry   Ignore   
---------------------------

This is the relevant part of the log:

Replaying changeset 925 from 10/12/2007 14:58:27
C:\Users\user\Desktop\Git\MyProject: Move to $/Skin from 
C:\Users\user\Desktop\Git\MyProject\Skin
ERROR: Project spec must start with $/
Parameter name: projectSpec
System.ArgumentException: Project spec must start with $/
Parameter name: projectSpec
   at Hpdi.Vss2Git.VssPathMapper.ResolveProjectSpec(String projectSpec)
   at Hpdi.Vss2Git.VssPathMapper.MoveProjectTo(VssItemName project, VssItemName subproject, String newProjectSpec)
   at Hpdi.Vss2Git.GitExporter.ReplayRevision(VssPathMapper pathMapper, Revision revision, GitWrapper git, LinkedList`1 labels)
   at Hpdi.Vss2Git.GitExporter.<>c__DisplayClass11.<ReplayChangeset>b__d()
   at Hpdi.Vss2Git.GitExporter.AbortRetryIgnore(ThreadStart work, MessageBoxButtons buttons)

Original issue reported on code.google.com by sasho...@gmail.com on 10 Oct 2013 at 8:11