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

Re: [TSVN] Ignoring folders using svn:ignore

From: Shivan <Shivan_at_Freenet.de>
Date: 2005-02-25 22:30:36 CET

Simon Large schrieb:

>Nick Gilbert wrote:
>
>
>>I have a VS.NET solution with a single project. I've added a few more
>>projects to it and I want to commit but ignore the obj directories.
>>
>>So on the root of the checkout folder, I've set svn:ignore to:
>>suo
>>bin
>>obj
>>(recursive)
>>
>>I then commited the changes to the root folder only (ie committed the
>>fact that the svn properties had changed).
>>
>>But when I "Add" the new folders, it still prompts me to add
>>everything in each obj folder. Why is it doing that? Surely they
>>should be ignored?
>>
>>Am I doing something wrong? Do I have to ignore them in TSVN as well?!
>>
>>
>
>As well as what?
>
>The first thing that comes to mind is case sensitivity. Subversion sees
>'obj', 'Obj' and 'OBJ' as different folders.
>
>Next check the properties (folder properties/subversion tab) of parent
>of the 'obj' folder and make sure it has 'obj' included in the
>svn:ignore list, and that the list items are separated with spaces not
>semicolons.
>
>Simon
>
>
>
You can also set the ignored file masks in tortoisesvn settings so you
don't have to set it for each directory explicitly. (TortoiseSVN
Settings -- Main -- Exclude/Ignore pattern)

Shivan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Feb 25 22:52:17 2005

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

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