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

Re: svn:externals format

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 16 Nov 2010 17:15:50 +0100

On Tue, Nov 16, 2010 at 05:11:49PM +0100, Stefan Sperling wrote:
> The new format is as follows: '[-rN] URL[@M] PATH'
> The old format was: 'PATH [-rN] URL'
>
> The real difference between the old and new formats is that the URL cannot
> have a peg revision in the old format (support for peg revisions in
> svn:externals was added in r863820). This means that, using the old format,
> one cannot refer to URLs which have been deleted in the HEAD revision.

Correction: Because in the old format, the peg revision defaults to the
operative (-r) revision, it's possible to refer to a URL that was
deleted in HEAD. But if a path was deleted and recreated multiple times,
only the most recent instance of it will be usable from svn:externals.
The new format can refer to any instance.

Stefan
Received on 2010-11-16 17:43:44 CET

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.