[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: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-02-25 21:55:05 CET

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

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
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:07:53 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.