cvs2git options syntax error

Jim Pisano <[email protected]> Sun, 02 Mar 2014 15:06:39 -0500
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Organization NRAO
Message-ID <[email protected]>
------=_Part_450_1255620491.1393791722914
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I'm getting this error on my options file, I'm on a windows

     option.process(opt, value, values, self)
   File "C:\Program Files (x86)\csvn\Python25\lib\optparse.py", line 
788, in process
     self.action, self.dest, opt, value, values, parser)
   File "C:\Program Files (x86)\csvn\Python25\lib\optparse.py", line 
808, in take_action
     self.callback(self, opt, value, parser, *args, **kwargs)
   File "c:\Users\jpisano\tmp\cvs_git\cvs2svn_lib\run_options.py", line 
857, in callback_options
     self.process_options_file(value)
   File "c:\Users\jpisano\tmp\cvs_git\cvs2svn_lib\run_options.py", line 
1120, in process_options_file
     execfile(options_filename, g)
   File "cvs2gitoptions", line 1
     -s c:\Users\jpisano\tmp\cvs_git\cvsProject7\
        ^
SyntaxError: invalid syntax

I'm running: at windows cmd prompt:
python cvs2git  --options=cvs2gitoptions

Thanks,

Jim

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=3073901

To unsubscribe from this discussion, e-mail: [[email protected]].
------=_Part_450_1255620491.1393791722914
Content-Type: text/plain; charset=windows-1252; name=cvs2gitOptions
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=cvs2gitOptions

-s c:\Users\jpisano\tmp\cvs_git\cvsProject7\

 --dry-run --dumpfile=c:\Users\jpisano\FEGit\

------=_Part_450_1255620491.1393791722914--