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

Externals and sparse checkouts on 1.8

From: Matthias Binninger <MatthiasBinninger_at_gmx.de>
Date: Thu, 20 Jun 2013 10:50:51 +0200 (CEST)

Hi,
 
updated three computers to (Tortoise)SVN 1.8 yesterday and one problem occurred on each of them:
 
After the initial wc upgrade, attempts to update fail while updating externals in folders that are not even checked out (sparse checkout).

C:\Projects\SomeFolder>svn up
Updating '.':
Removed external 'SubFolder\NotCheckOut\Externals\file.txt'
svn: E720003: Can't remove directory 'D:\Projects\SomeFolder\SubFolder\NotCheckOut\Externals': Das System kann den angegebenen Pfad nicht finden.

"Das System kann den angegebenen Pfad nicht finden." = "The system can not find the given path."
Which is correct, the path does not exist, as it is not checked out, as is the folder with the externals property on it.

The update is aborted after the error.
The error is only raised once per external, the subsequent update fails on the next external.
The current solution is to do multiple updates in a loop until all errors are gone.

Matthias
Received on 2013-06-20 10:51:28 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.