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

AW: Re: ignore a directory

From: <j.s.bach_at_o2online.de>
Date: 2007-12-15 11:55:15 CET

Hello Ryan,

thanx for the response. what is then the best way to manage that kind of a scenario with help of svn? I can't imagine to use file-links (ln ) for linking all files in A/ and A/B not A/B/C ..

Greetz,

-----Ursprüngliche Nachricht-----
Datum: Fri, 14 Dec 2007 13:52h
Von: Ryan Schmidt <subversion-2007b@ryandesign.com>
An: "<j.s.bach@o2online.de>" <j.s.bach@o2online.de>
Kopie: <users@subversion.tigris.org>
Betreff: Re: ignore a directory

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 Sat Dec 15 11:59:47 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.