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

Re: cvs2svn.py: RuntimeError: Attempted to get textual contents of a *non*-file node.

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2002-11-01 10:02:10 CET

Hi

On Thu, Oct 31, 2002 at 09:54:46PM +0100, Marko Macek wrote:
[snip]
> The problem is with filenames that include spaces.
>
> Try this patch:
[snip]

That fixed it for me too. Thanks.

Now there's a cosmetic problem. cvs2svn.py seems to be skipping every
second revision number (or committing empty revisions or something.)

$ svn log file://`pwd`/svn
[...]
------------------------------------------------------------------------
rev 5: dks | 1999-05-09 20:01:35 +0200 (Sun, 09 May 1999) | 2 lines

Added tag for XXX XXXXXX to use with the server and tree brokers

------------------------------------------------------------------------
rev 3: dks | 1999-05-09 19:58:26 +0200 (Sun, 09 May 1999) | 1 line

initial checkin
------------------------------------------------------------------------
rev 1: dks | 1999-05-09 19:58:26 +0200 (Sun, 09 May 1999) | 2 lines

initial checkin

------------------------------------------------------------------------

If I dump the repository and look at the even numbered revisions, they
look like this:
[...]
Revision-number: 2
Prop-content-length: 56
Content-length: 56

K 8
svn:date
V 27
2002-11-01T08:12:22.477435Z
PROPS-END

Revision-number: 3
[...]
Revision-number: 4
Prop-content-length: 56
Content-length: 56

K 8
svn:date
V 27
2002-11-01T08:12:22.979494Z
PROPS-END

Revision-number: 5
[...]

The dates are also current, rather than in line with the dates on the
odd revisions.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 1 10:03:51 2002

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.