help-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a question of co.exe


From: Bob Proulx
Subject: Re: a question of co.exe
Date: Mon, 23 Jul 2007 03:53:06 -0600
User-agent: Mutt/1.5.9i

Please keep replies to the mailing so that others can participate in
the discussion and learn from the result.

yangsaiqing wrote:
> D:\program\cvs2svn>D:\program\Python24\python D:\program\cvs2svn\cvs2svn 
> --encoding=gb2312 --use-cvs -s F:\svnServer\Dragon10 
> F:\cvs_Dragon_Server\Dragon
> ...
> ERROR: The command '['cvs', '-q', '-R', 'co', '-r1.1', '-p', '-kk', 
> 'Dragon/Source/2DPage/2DPage.cpp']' failed with exit status: 1
> and the following output:
> cvs [checkout aborted]: the :pserver: access method is not installed on this 
> system

For cvs2svn help let me suggest the address@hidden mailing
list.  However that error above seems pretty direct.  Because of the
--use-cvs option it is trying to use the :pserver: access method of
CVS.  But generally that should not be needed.

Are these cvs ,v files or rcs ,v files?

> D:\program\cvs2svn>D:\program\Python24\python D:\program\cvs2svn\cvs2svn 
> --encoding=gb2312 -s F:\svnServer\Dragon10 F:\cvs_Dragon_Server\Dragon
> ...
> ERROR: The command '['co', '-q', '-x,v', '-p1.1', '-kk', 
> 'F:\\cvs_Dragon_Server\\Dragon\\Source\\2DPage\\2DPage.cpp,v']' failed with 
> exit status:1 and the following output:
> cvs [rcsfilet aborted]: -q or -Q muset be specified before "rcsfile"

I don't understand that error at all.  It looks like a different
problem than what you previously reported.

> So what can I do? :)

I am really not sure what you can do.  Things seem pretty messed up
but without any obvious reason.  Plus you are running on an operating
system that I find particular difficult.  Perhaps someone else on the
mailing list will have an idea.

Is this a project that you can post the sources to on the internet?  I
might take a look at them if they were available.

Bob


yangsaiqing wrote:
> :)
>     if  I use the command as :
> 
> D:\program\cvs2svn>D:\program\Python24\python D:\program\cvs2svn\cvs2svn 
> --encoding=gb2312 --use-cvs -s F:\svnServer\Dragon10 
> F:\cvs_Dragon_Server\Dragon
> 
> then it will be:
> 
> "Creating Subversion r9124 (commit)
> Creating Subversion r9125 (commit)
> Creating Subversion r9126 (commit)
> Creating Subversion r9127 (commit)
> Creating Subversion r9128 (commit)
> Done
> ----- pass 6 -----
> Sorting symbolic name source revisions...
> Done
> ----- pass 7 -----
> Determining offsets for all symbolic names...
> Done.
> ----- pass 8 -----
> Creating new repository 'F:\svnServer\Dragon10'
> Starting Subversion Repository.
> Starting Subversion r1 / 9128
> Starting Subversion r2 / 9128
> ERROR: The command '['cvs', '-q', '-R', 'co', '-r1.1', '-p', '-kk', 
> 'Dragon/Sour
> ce/2DPage/2DPage.cpp']' failed with exit status: 1
> and the following output:
> cvs [checkout aborted]: the :pserver: access method is not installed on this 
> system
> "
> 
> if  I use the command as :
> 
> D:\program\cvs2svn>D:\program\Python24\python D:\program\cvs2svn\cvs2svn 
> --encoding=gb2312 -s F:\svnServer\Dragon10 F:\cvs_Dragon_Server\Dragon
> 
> 
> then it wiil be :
> 
> "Creating Subversion r9124 (commit)
> Creating Subversion r9125 (commit)
> Creating Subversion r9126 (commit)
> Creating Subversion r9127 (commit)
> Creating Subversion r9128 (commit)
> Done
> ----- pass 6 -----
> Sorting symbolic name source revisions...
> Done
> ----- pass 7 -----
> Determining offsets for all symbolic names...
> Done.
> ----- pass 8 -----
> Creating new repository 'F:\svnServer\Dragon10'
> Starting Subversion Repository.
> Starting Subversion r1 / 9128
> Starting Subversion r2 / 9128
> ERROR: The command '['co', '-q', '-x,v', '-p1.1', '-kk', 
> 'F:\\cvs_Dragon_Server\\Dragon\\Source\\2DPage\\2DPage.cpp,v']' failed with 
> exit status:1 and the following output:
> cvs [rcsfilet aborted]: -q or -Q muset be specified before "rcsfile"
> "
> 
> So what can I do? :)
> ----- Original Message ----- 
> From: "Bob Proulx" <address@hidden>
> To: "yangsaiqing" <address@hidden>
> Cc: <address@hidden>
> Sent: Monday, July 23, 2007 4:21 PM
> Subject: Re: a question of co.exe
> 
> 
> > yangsaiqing wrote:
> >>     I want use the soft "cvs2svn" to translate cvs data into svn
> >> data ,which need use "co.exe",But when I run the command,it
> >> failed,as the accessories.  What can I do for this?
> >> help me:)
> > 
> > In the future please simply include the text of your problem and not a
> > jpeg screem capture.  The size of the screen capture is huge and not
> > as easy to work with as the text of the error.
> > 
> > Transcribed:
> >>  original_size.ico,v:51 unknown character `_'
> > 
> > That indicates that the ,v file is corrupted.  On line 51 of that file
> > an '_' character is unexpected.  The file is now corrupted.
> > 
> > Because .ico files are binary files special care needs to taken when
> > committing changes and some file copy programs need to be told to copy
> > them in binary mode.
> > 
> > I don't know what to suggest at this time.  You may be able to
> > carefully edit the ,v file with an editor and to correct the problem.
> > But be sure to keep a backup in case the editing makes the problem
> > worse.
> > 
> > Bob
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]