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

Re: svn:ignore not working on directories - what am I doing wrong ?

From: bruno modulix <bruno_at_modulix.org>
Date: 2005-07-22 20:21:40 CEST

Dale Worley wrote:
>>From: bruno modulix [mailto:bruno@modulix.org]
>>
(snip)
>
> Note that CACHE is lised in svn:ignore for ".", and that ./CACHE must exist
> (since ./CACHE/4 exists), but there is no line:
>
> ? CACHE

Get it. Doh :(
I *knew* this had to be pretty obvious...

> This means that even though CACHE is listed in svn:ignore, ./CACHE exists
> *in the repository*, and in the WC, it is a version-controlled directory.
> In such a conflict, svn ignores the fact that the item is listed in
> svn:ignore.
>
> The solution is "svn rm ./CACHE". svn will probably complain, because
> ./CACHE exists and contains a lot of stuff. But it will probably schedule a
> deletion for ./CACHE. Once you check that in, the svn:ignore will behave
> correctly.

Ok, let's try... pile poil !-)

Thanks Dale, I was getting tired of grep'ing !-)

<faq>
This could make a FAQ IMHO - well, I don't know if it's that frequently
asked (it's not, or I would have found it before...), but this may
happen to other svn users too...
</faq>

Anayway, thanks again !-)

-- 
Bruno Desthuilliers
Développeur
bruno@modulix.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 22 20:24:15 2005

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.