>From the SVN 1.6 Release notes: http://subversion.apache.org/docs/release-notes/1.6.html#externals
Support for files in svn:externals (client) If the URL in a svn:externals description refers to a file, it will be added into the working copy as a versioned item. There are a few differences between directory and file externals. * The path to the file external must be in a working copy that is already checked out. While directory externals can place the external directory at any depth and it will create any intermediate directories, file externals must be placed into a working copy that is already checked out. * The file external's URL must be in the same repository as the URL that the file external will be inserted into; inter-repository file externals are not supported. * While commits do not descend into a directory external, a commit in a directory containing a file external will commit any modifications to the file external. The differences between a normal versioned file and a file external. File externals cannot be moved or deleted; the svn:externals property must be modified instead; however, file externals can be copied. Other facts. A file external shows up as a X in the switched status column. On Tue, May 18, 2010 at 10:19 AM, Peter Daum <gator...@yahoo.de> wrote: > Hi, > > The documentation for subversion 1.6 sounds like single-file externals > should work the same way as other externals. However, it seems like this > currently only works within the same repository. > > I couldn't figure out, if this is a bug, a known issue or ... > > A corresponding bug had been closed, but it seems like at least at least > at the time this bug was closed, it worked only within a repository. See > http://subversion.tigris.org/issues/show_bug.cgi?id=937 > and the discussion at > http://www.svnforum.org/2017/viewtopic.php?t=9219&sid=acf063f8e7eabe6807e3713a7d1a98fe > > Regards, > Peter > > -- Thanks Mark Phippard http://markphip.blogspot.com/