[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: Peter Mounce <petermounce_at_iml.co.uk>
Date: 2005-02-28 10:29:00 CET

We talked about this on Friday; did you get the answers you needed then?

I've been working with SVN+TSVN in such a way that I don't need to use
TSVN's include/exclude settings. I set svn:ignore at the top level, as you
do. When I add a new project to a controlled solution:
* I add just the files I want to have in source control and commit those
additions - I don't add in the generated stuff like obj, etc
* I re-apply, recursively, the svn:ignore properties at the top of the
solution.
* If I then try to commit, there should be nothing to commit, because all
the ignored stuff is now ignored via the property.

Pete

> -----Original Message-----
> From: Nick Gilbert [mailto:nick@x-rm.com]
> Sent: 25 February 2005 17:34
> To: dev@tortoisesvn.tigris.org
> Subject: [TSVN] Ignoring folders using svn:ignore
>
> Hi,
>
> 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?!
>
> Thanks
>
> Nick...
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Feb 28 10:31:25 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.