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

cvs2svn tests failing on MacOS X (svn 0.21.1)

From: Christian Schaffner <chris01_at_users.sourceforge.net>
Date: 2003-05-10 16:34:17 CEST

Hi

I have svn 0.21.1 installed on MacOS X 10.2.5. And I get:

[tools/cvs2svn/tests]% ./runtest.py
Running test test1
     converting cvsrepos test1:
         checking tag None -> /trunk
         checking tag icewm_1-2-0-pre2 -> /tags/icewm_1-2-0-pre2
svn: Filesystem has no item
svn: file not found: revision `6', path `/tags/icewm_1-2-0-pre2'
Traceback (most recent call last):
   File "./runtest.py", line 17, in ?
     __import__(test)
   File "./test1.py", line 4, in ?
     [
   File "./cmptag.py", line 95, in check_tags
     check_tag(cvs_repo, module, tag, "svn-repo.tmp", path)
   File "./cmptag.py", line 76, in check_tag
     svn_checkout(svn_repo, path, "svn-co.tmp")
   File "./cmptag.py", line 36, in svn_checkout
     raise "svn co failed"
svn co failed

What could be the cause of that?

Thanks, Chris.

% svn --version
svn, version 0.22.1 (r5874)
    compiled May 10 2003, 15:52:46

Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
   - handles 'http' schema
   - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
   - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network
protocol.
   - handles 'svn' schema

Installed Berkeley DB:
i db41-ssl 4.1.25-4 Berkeley DB embedded
database - crypto version

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 10 16:35:28 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.