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

Issue: svn:externals syntax does not accept -rHEAD

From: Ruhe Julian <jruhe_at_axway.com>
Date: Wed, 20 Jun 2012 09:17:53 +0000

Hello,

try to assign a file p.txt containing the following lines as svn:external

-r110 ^/mapping_services/global/testing/full_test/globalresource5.xml_at_110 "xml/globalresource5.xml"
-r84 ^/mapping_services/global/testing/full_test/globalresource4.xml_at_84 "xml/globalresource4_renamed.xml"
-r83 ^/mapping_services/global/testing/full_test/globalresource3.xml_at_83 "xsd/globalresource3.xml"
-r82 ^/mapping_services/global/testing/full_test/globalresource2.xml_at_82 "xml/globalresource2.xml"
-rHEAD ^/mapping_services/global/testing/full_test/globalresource6.xml_at_109 "xml/globalresource6.xml"

Fails with error
$ svn propset --file p.txt svn:externals .
svn: E195005: Error parsing svn:externals property on '/cygdrive/g/Projekte/Mapping Services/workspaces-runtime/workspace-runtime-bom26-02/ShareProjektTest3': '-rHEAD ^/mapping_services/global/testing/full_test/globalresource6.xml_at_109 "xml/globalresource6.xml"'

Skipping the -rHEAD part is no solution because in this case the operation-revision:=peg-revision which is obviously not the desired revision.

I was using using:
$ svn --version
svn, version 1.7.5 (r1336830)
   compiled May 18 2012, 13:37:30

Greetings,
Julian
Received on 2012-06-20 11:34:01 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.