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

Re: ignore a directory

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-12-14 20:52:45 CET

On Dec 14, 2007, at 09:11, <j.s.bach@o2online.de>
<j.s.bach@o2online.de> wrote:

> i have a project which is hosted externally and has a dir structure
> like:
> A/
> A/B/
> A/B/C
>
> i set-up via svn:externals the files to be copied from external svn
> dir as:
>
> svn propset svn:externals . -F svn_externals.txt
>
> whereas svn_external contains:
> A/ svn+ssh://jsbach@some_address/path/to/A
>
> now my problem is: i do not want to have C directory under version
> control, so ignore it with
> svn propset svn:ignore '*' A/B/C
>
> which should mean "set externals to A/ but ignore path A/B/C"
> and i do an
> svn update
>
> but it still updates the C dir with the external files.. any hints
> on that?

I don't think there's any way to do that. svn:externals always pulls
in all of the external resource.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 14 20:54:59 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.