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

cvs2svn tests fail on Win2K

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-07-14 17:41:07 CEST

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
Received on Mon Jul 14 17:42:15 2003

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

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