You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Francois Beausoleil <fb...@users.sourceforge.net> on 2003/07/14 15:41:07 UTC

cvs2svn tests fail on Win2K

Hi,

I don't know if it will help, but test #4 fails on my machine:
bash-2.05b$ pwd
/cygdrive/e/svn-trunk/tools/cvs2svn
bash-2.05b$ python2.2 run-tests.py
PASS:  run-tests.py 1: cvs2svn with no arguments shows usage
PASS:  run-tests.py 2: fail early on encountering an invalid symbolic
name
PASS:  run-tests.py 3: fail early on encountering a branch with two names

/cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py said:

   svnadmin: not found
   Traceback (most recent call last):
     File "/cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py", line 2190, in
     ?
       main()
     File "/cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py", line 2186, in
     main
       convert(ctx, start_pass=start_pass)
     File "/cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py", line 2075, in
     convert
       _passes[i](ctx)
     File "/cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py", line 2035, in
     pass4
       c.commit(dumper, ctx, sym_tracker)
     File "/cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py", line 1738, in
     commit

       author, log, date = self.get_metadata()
     File "/cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py", line 1708, in
     get_metadata
       rip.parse_cvs_file(file)
     File "/cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py", line 396, in
     parse_cvs_file
       raise RuntimeError, ('error: %s appeared to be under CVS control,
       '
   RuntimeError: error:
   /cygdrive/e/svn-trunk/tools/cvs2svn/test-data/corrupt-cv
 appeared to be under CVS control, but the RCS file is inaccessible.

EXCEPTION: SystemExit(1), skipping cleanup
FAIL:  run-tests.py 4: convert as much as can, despite a corrupt ,v file
bash-2.05b$ exit
exit

E:\svn-trunk\tools\cvs2svn>svnversion .
6471

Or maybe this test is not finished yet...  This is on Win2K SP3.

Thanks !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: cvs2svn tests fail on Win2K

Posted by Francois Beausoleil <fb...@users.sourceforge.net>.
On 15 Jul 2003 11:25:28 -0500, kfogel@collab.net said:
> "Francois Beausoleil" <fb...@users.sourceforge.net> writes:
> > I don't know if it will help, but test #4 fails on my machine:
> > bash-2.05b$ pwd
> > /cygdrive/e/svn-trunk/tools/cvs2svn
> > bash-2.05b$ python2.2 run-tests.py
> > PASS:  run-tests.py 1: cvs2svn with no arguments shows usage
> > PASS:  run-tests.py 2: fail early on encountering an invalid symbolic
> > name
> > PASS:  run-tests.py 3: fail early on encountering a branch with two names
> > 
> > /cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py said:
> > 
> >    svnadmin: not found

I believe this is the output of svnadmin itself.  It cannot find the
requested path or whatever.  I tried passing --svnadmin and --svn, but
the same error occurs in the same place.

[snip]

Thanks anyway !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: cvs2svn tests fail on Win2K

Posted by kf...@collab.net.
"Francois Beausoleil" <fb...@users.sourceforge.net> writes:
> I don't know if it will help, but test #4 fails on my machine:
> bash-2.05b$ pwd
> /cygdrive/e/svn-trunk/tools/cvs2svn
> bash-2.05b$ python2.2 run-tests.py
> PASS:  run-tests.py 1: cvs2svn with no arguments shows usage
> PASS:  run-tests.py 2: fail early on encountering an invalid symbolic
> name
> PASS:  run-tests.py 3: fail early on encountering a branch with two names
> 
> /cygdrive/e/svn-trunk/tools/cvs2svn/cvs2svn.py said:
> 
>    svnadmin: not found

Uh, I suspect the core of this error is right there -- it can't find
the svnadmin program :-).  Try passing --svnadmin=blah?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org