[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Error when using CVS2SVN

From: Jan Wouters <jwouters_at_lanl.gov>
Date: 2007-04-12 18:11:08 CEST

I perform the following command:

 cvs2svn --options=OPTIONSFILE

OPTIONSFILE:
--dry-run --trunk-only -s /home/svn/dance /home/cvsroot/dance-rome

When I perform this command I get the following output:

[svn@enlil cvs2svn-1.5.1]$ cvs2svn --options=OPTIONSFILE
Traceback (most recent call last):
  File "./cvs2svn", line 114, in ?
    main()
  File "./cvs2svn", line 66, in main
    run_options = RunOptions(pass_manager)
  File "./cvs2svn_lib/run_options.py", line 183, in __init__
    self.process_options_file(value)
  File "./cvs2svn_lib/run_options.py", line 522, in process_options_file
    execfile(options_filename, g, l)
  File "OPTIONSFILE", line 1, in ?
    --dry-run --trunk-only -s /home/svn/dance /home/cvsroot/dance-rome
NameError: name 'dry' is not defined

I have checked the cvs2svn documentation page and --dry-run is a valid
option.

I have not installed cvs2svn. Instead I am running the command from within
the cvs2svn-1.5.1 directory where the cvs2svn_rcsparse file is located. What
am I doing wrong?

-- 
View this message in context: http://www.nabble.com/Error-when-using-CVS2SVN-tf3566300.html#a9962243
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 12 18:11:48 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.