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

RE: Permanent tags / Virtual subprojects

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-05-12 18:48:46 CEST

> From: John Doisneau [mailto:jdoisneau@gmail.com]
>
> Is there a dependency of svncopy.pl on the Perl SVN bindings?

If I remember correctly, svncopy only access Subversion by calling
system("svn ...").

*****************************************************************
Errors:
svncopy.pl: Externals on
'file:///c:/Temp/MY_TEST_REPOS/svncopy-update/dest/dirA
/dir1' don't match expected
 - expected:
    DIR2 file:///c:/Temp/MY_TEST_REPOS/svncopy-update/dest/dirA/dir2
    DIR2Pin -r 30
file:///c:/Temp/MY_TEST_REPOS/svncopy-update/source/dirA/dir2
    DIR3 file:///c:/Temp/MY_TEST_REPOS/svncopy-update/source/dirB/dir3
    DIR4
file:///c:/Temp/MY_TEST_REPOS/svncopy-update/wibble/dirA
/dir2
 - actual:
    DIR2 file:///c:/Temp/MY_TEST_REPOS/svncopy-update/source/dirA/dir2
    DIR2Pin -r 30
file:///c:/Temp/MY_TEST_REPOS/svncopy-update/source/dirA/dir2
    DIR3 file:///c:/Temp/MY_TEST_REPOS/svncopy-update/source/dirB/dir3
    DIR4
file:///c:/Temp/MY_TEST_REPOS/svncopy-update/wibble/dirA
/dir2
svncopy.pl: *** svncopy tests failed

Given that the actual and expected look the same to my eye, I suspect the
problem is that the ends-of-lines are different. I'm pretty sure that
Subversion is not particular about its ends-of-lines in svn:externals, so it
shouldn't matter. Can you look in the test and see how the
actual-to-expected comparison is done, and if you can replace it with a
method that is insensitive to end-of-line characters?

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 19:34:05 2005

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

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