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

Re: Using --depth together with svn:externals

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Fri, 11 Jul 2008 11:47:56 -0400

I think the feature you're looking for is known as "client viewspecs",
and was proposed by David James in this message:

   http://svn.haxx.se/dev/archive-2006-07/0624.shtml

We haven't implemented them yet; see the rest of the thread for
discussion, including http://svn.haxx.se/dev/archive-2006-08/0004.shtml.

Best,
-Karl

"G.Neiß" <g.neiss_at_plarad.de> writes:
> I like to include only the top level directory of another repository path
> into a working copy.
> I have read about the new (V 1.5.) feature of sparse directories and belive
> that what I need.
> I search for this here and inside the doc, but it seams that can't be done,
> yet !?!
>
> Just to explain what I try to do:
>
> There is a repository of a current project:
>
> trunk
> development
> ...
> customers
> CD_Content
> maintenance
> parameter
> special parameters
>
> Inside of 'CD_Content' for customers there should be included the
> 'parameter' dir of maintenance, but NOT 'special parameters'.
> This may be done by an checkout command with --depth file for the dir '
> maintenance/parameter', but how to setup an svn:externals for
> 'customers/CD_Content' that will check out only parameter into CD_Content ?
>
> If this isn't possible yet, I higly reqeuset such a feature.
> The excample given above is just a simple one.
> I try to avoid having 'physical copies' of such files (because there is
> always a change that something was forgotten when update is needed).
>
> Another thing is the ability of 'inlcuding' only 'some' files into another
> dir.
> In the above example it may be that almost all files from 'paramter' should
> be included, but not all.
> This might be done by an svn:externals, that refers to the actual directory
> (instead of a subdir) and a special file in another path.
>
> I hope it's clear, what I try to do.
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-11 17:48:18 CEST

This is an archived mail posted to the Subversion Dev mailing list.

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