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

Re: Can't set svn:externals for a file

From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Tue, 4 Feb 2014 11:53:32 -0600

On Tue, Feb 4, 2014 at 6:23 AM, <Volker.Klinger_at_sew-eurodrive.de> wrote:
> Hi at all,
>
> when I set a svn:externals to a folder, it works fine. But when I try to set svn:externals to a file, I get the message that svn:sxternals can’t be set to a file.
>

File externals only work from within the same repository containing
the svn:externals definition.

You cannot pull files individually from other repositories.

In earlier versions of SVN (1.6 and prior), there was a bug allowing
this to partially succeed in certain situations (e.g. if the file
external was placed in a subdirectory within a directory external that
also happened to come from the same outside repository as the file
external). But this bug has since been fixed, and the SVN team has
explicitly stated they will not be updating to allow this to work
again, since it was never intended to work in the first place.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3072532

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-02-04 18:54:04 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.