You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Christian Schaffner <ch...@users.sourceforge.net> on 2003/05/10 14:34:17 UTC

cvs2svn tests failing on MacOS X (svn 0.21.1)

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

Re: cvs2svn tests failing on MacOS X (svn 0.21.1)

Posted by kf...@collab.net.
Garrett Rooney <ro...@electricjellyfish.net> writes:
> The cvs2svn tests are primarily testing the branching and tagging code
> in cvs2svn, which is currently disabled due to some issues with it.
> cvs2svn should still work fine, as long as you're not concerned about
> preserving any tags or branches from your cvs repository.

Yes.  I'm sorry -- I should have either disabled the tests, or put
some sort of notice in there indicating that they are not applicable
to the current cvs2svn.

Rewriting that test suite is one of my agenda items for cvs2svn.

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

Re: cvs2svn tests failing on MacOS X (svn 0.21.1)

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On Saturday, May 10, 2003, at 10:34 AM, Christian Schaffner wrote:

> 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?

The cvs2svn tests are primarily testing the branching and tagging code 
in cvs2svn, which is currently disabled due to some issues with it.  
cvs2svn should still work fine, as long as you're not concerned about 
preserving any tags or branches from your cvs repository.

-garrett


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