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

error message on relative svn:externals if URL of the repo contains port number

From: <romanzwi000_at_gmx.at>
Date: Wed, 15 Sep 2010 10:17:48 +0200

Hello!

I have a problem with using the relative syntax for svn:externals.
I get error message "...is not the same repository as..."

Note that I have 3 externals (all referencing the same file)
and only the first of them (with absolute URL) works.
It seems that svn skips the port number when expanding the relative URL to the absolute.
It says 'http://atsalz132/repo' instead of ''http://atsalz132:80/repo'

Is it a bug or am I doing something wrong?

Detail:

* URL of my repository: "http://atsalz132:80/repo/TestZwi/Test1"

* content of "svn:externals" property:
 //atsalz132:80/repo/TestZwi/Test1/Testverzeichnis/testdatei.txt linked_URL
 /repo/TestZwi/Test1/Testverzeichnis/testdatei.txt linked_hostname
 ^/TestZwi/Test1/Testverzeichnis/testdatei.txt linked_reporoot

* svn output when trying to do an update:
*** Update
svn update " D:\Safety\EclipseWorkspacePolarion\PolarionTest1\Testverzeichnis\extTestDir " -r HEAD --depth infinity
D:/Safety/EclipseWorkspacePolarion/PolarionTest1/Testverzeichnis/extTestDir
D:/Safety/EclipseWorkspacePolarion/PolarionTest1/Testverzeichnis
Fetching external item into D:/Safety/EclipseWorkspacePolarion/PolarionTest1/Testverzeichnis/extTestDir/linked_URL
D:/Safety/EclipseWorkspacePolarion/PolarionTest1/Testverzeichnis/extTestDir
At revision 1822
Fetching external item into D:/Safety/EclipseWorkspacePolarion/PolarionTest1/Testverzeichnis/extTestDir/linked_hostname
Invalid switch
svn: 'http://atsalz132:80/repo/TestZwi/Test1/Testverzeichnis/extTestDir'
is not the same repository as
'http://atsalz132/repo'

Fetching external item into D:/Safety/EclipseWorkspacePolarion/PolarionTest1/Testverzeichnis/extTestDir/linked_reporoot
Invalid switch
svn: 'http://atsalz132:80/repo/TestZwi/Test1/Testverzeichnis/extTestDir'
is not the same repository as
'http://atsalz132/repo'

Fetching external item into D:/Safety/EclipseWorkspacePolarion/PolarionTest1/Testverzeichnis/extTestDir/linked_parentdir
Invalid switch
svn: 'http://atsalz132:80/repo/TestZwi/Test1/Testverzeichnis/extTestDir'
is not the same repository as
'http://atsalz132/repo'
At revision 1822
*** Warning (took 00:05.078)

thanks!
Roman

-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail
Received on 2010-09-15 10:27:19 CEST

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.