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

RE: can you make svn externals non-recursive?

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Wed, 25 Feb 2009 14:48:23 -0600

> -----Original Message-----
> From: Ryan Schmidt [mailto:subversion-2009a_at_ryandesign.com]
> Sent: Wednesday, February 25, 2009 12:48 AM
> To: Jim Edwards
> Cc: users_at_subversion.tigris.org
> Subject: Re: can you make svn externals non-recursive?
>
> On Feb 24, 2009, at 13:55, Jim Edwards wrote:
>
> > In the manual I see an example of using an option in an
> > SVN_EXTERNALS file:
> >
> > third-party/skins/toolkit -r21 http://svn.red-bean.com/repos/skin-
> > maker
> >
> > What I want to do is checkout the contents of skin-maker in a non
> > recursive manner, but I try replacing the
> > -r21 with -N and I get an error:
> >
> > svn: Error parsing svn:externals property on '.': 'lib/crtm -
> > N https://svn.read-bean.com/repos/skin-maker'
> >
> > Is there another way to do this?
>
> I'm not aware of a way to do this.
>

How about this for a Plan B workaround:

1. Branch (or tag) the directory that you want to use for svn:externals
2. Remove the subdirs from the branch
3. Use the now abbreviated branch dir as the target of the
svn:externals

A potential downside is that you have to keep the branch up to date by
merging. However since you want a specific revision (-r21), that
shouldn't be a problem.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA625

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1228816

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-25 21:50:43 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.