[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: John Doisneau <jdoisneau_at_gmail.com>
Date: 2005-05-12 17:05:34 CEST

OK, in the meantime I figured out where to get the perl script svncopy.pl

(there: http://svn.collab.net/repos/svn/trunk/contrib/client-side/ )

and how to use it (instructions are inside the file)

But now, I am facing a new problem: testsvncopy.pl fails in the second
test (see the error message below)

Please note that I have ActivePerl 5.6.1 built for
MSWin32-x86-multi-thread and that I am under WinXP, working on a
temporary FSFS repository accessed directly by a file:/// url.

Any idea of what could be wrong?

Is there a dependency of svncopy.pl on the Perl SVN bindings?

Thanks
John

C:\Temp>testsvncopy.pl -t file:///c:/Temp/MY_TEST_REPOS

################################################################
Testing svncopy.pl
Preparing source directory structure...
...Source directory structure complete

################################################################
### test number 1

=================================================================
=== Copying from:
=== file:///c:/Temp/MY_TEST_REPOS/svncopy-update/source/dirA/dir1
===
=== Copying to:
=== file:///c:/Temp/MY_TEST_REPOS/svncopy-update/dest
===
=== - branching (updating fully-contained svn:externals definitions)
===
=== ... copy complete
=================================================================

### 'HEAD' test 1 passed
################################################################

################################################################
### test number 2

=================================================================
=== Copying from:
=== file:///c:/Temp/MY_TEST_REPOS/svncopy-update/source/dirA
===
=== Copying to:
=== file:///c:/Temp/MY_TEST_REPOS/svncopy-update/dest
===
=== - branching (updating fully-contained svn:externals definitions)
===
=== ... copy complete
=================================================================

*** 'HEAD' test 2 failed ***
****************************************************************
Leaving C:\DOCUME~1\Michel\LOCALS~1\Temp\testsvncopy_uLhGLQdrP8 for inspection

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 17:40:41 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.