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

Externals issue

From: OBones <obones_at_free.fr>
Date: Fri, 25 Apr 2014 18:04:03 +0200

Hello all,

I'm using SVN 1.8.8 and facing an issue with externals that worked
perfectly fine using SVN 1.8.4
Basically, they all are defined like this:

-r 7121 ../../../Path/To/Calculator Calculator

When I update, this gives me the following error:

D:\Path\To\WC\Some\App\Calculator
Path
  '/svn/Repository/!svn/rvr/34031/branches/some/branch/Path/To/Calculator' not
  found

This is correct because there was some overhaul in the repository and
the path pointed at by the relative external did not (yet) exist in
revision 7121.
I thus decided to change the external to this:

-r 7121 ^/branches/OldBranch/Path/To/Calculator Calculator

Because I know that at revision 7121, the following path is completely
valid.
However, I still get an error, telling me this:

D:\Path\To\WC\Some\App\Calculator
Path
  '/svn/Repository/!svn/rvr/34031/branches/OldBranch/Path/To/Calculator' not
  found

Basically, it's testing for existence in the latest revision instead of
the external defined revision.

Have I done something wrong in my setup?
Any pointers are most welcome.

Regards.
Received on 2014-04-28 07:38:17 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.