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

Re: svn:externals question

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-02-21 18:11:24 CET

On 2/21/07, Günter Gratzer <Guenter.Gratzer@abf.co.at> wrote:
>
>
>
>
> Hello,
>
> have a question about using svn:externals property.
>
>
>
> I'm converting a Microsoft Source Save Database to Subversion with the
> following structure:
>
> Forms
>
> ABF_LIB
>
> Change_Management
>
> FMB & Menus
>
> Library
>
>
>
> In my working directory I want to put all files from 'Forms' und all the
> subdirectories (ABF_LIB, Change_Management, FMB & Menus, Library) together.
>
> I tried to use the svn:externals property on 'Forms' but I don't know how to
> specify the local directory (I don't want a subdirectory!).
>
>
>
> Is it only possible to use subdirectorys? Is there another solution?

svn:externals only allows use of a subdirectory. Basically, it says to
Subversion "make a subdirectory here called X, and check out the
contents of this URL to X". This directory is not a member of the
parent working copy. You cannot mix the contents of an external with
the contents of the current directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 21 18:11:57 2007

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.