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

Re: cvs2svn

From: Martin Fuchs <martin-fuchs_at_gmx.net>
Date: 2003-09-06 17:58:36 CEST

> I have no idea how it got there. Perhaps native Win32 python did it?

No, i am using bare Linux. (SuSE 8.2)

> Are you *absolutely* sure 0.29.0 and HEAD behave differently, with all
> other conditions the same?

Yes and no. ;-)

I could find the problem.
If I check out the subversion source code, I get this %20-file in the
test-data directory:

martin@lisi ~/subversion/tools/cvs2svn/test-data/main-cvsrepos/single-files #
ls -ltr
total 12
-rw-r--r-- 1 martin users 430 Sep 6 13:04 space%20fname,v
-rwxr-xr-x 1 martin users 424 Sep 6 13:04 attr-exec,v
-rw-r--r-- 1 martin users 366 Sep 6 13:04 twoquick,v
martin@lisi ~/subversion/tools/cvs2svn/test-data/main-cvsrepos/single-files #
rm space%20fname,v
martin@lisi ~/subversion/tools/cvs2svn/test-data/main-cvsrepos/single-files #
ls -ltr
total 8
-rwxr-xr-x 1 martin users 424 Sep 6 13:04 attr-exec,v
-rw-r--r-- 1 martin users 366 Sep 6 13:04 twoquick,v
martin@lisi ~/subversion/tools/cvs2svn/test-data/main-cvsrepos/single-files #
svn up
Restored space%20fname,v
At revision 7000.
martin@lisi ~/subversion/tools/cvs2svn/test-data/main-cvsrepos/single-files #
ls -ltr
total 12
-rwxr-xr-x 1 martin users 424 Sep 6 13:04 attr-exec,v
-rw-r--r-- 1 martin users 366 Sep 6 13:04 twoquick,v
-rw-r--r-- 1 martin users 430 Sep 6 17:55 space%20fname,v

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 6 17:59:21 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.