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

Re: Global Ignore Pattern Issues

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-04 19:48:07 CEST

Peter Yamamoto wrote:
> And I'm still trying to eliminate my whole c:\ drive!-P
>
> We inherited a project and it has to sit in C:\. So we have about 6

If you inherited the project, that means you now own it. So what stops
you from fixing the project so that you can store it wherever you like?
Depending on the size of that project, you really should fix this
because if you can store it on a separate drive, the build speed will go
up a lot.

> root level folders we are interested in. The others should be
> ignored.
>
> Is this possible?

Sorry, no.
Subversion 'owns' the working copy. That means it has to check
*everything* in it.
The ignore patterns are only to suppress the *output* of those
files/folders when showing the status. You can't ignore those when
updating/committing/...

> I thought some things were working, but then I noticed that check for
> modifications was bringing everything in. I also noticed that update

There's an option in the settings dialog->Dialogs 2->Recurse into
unversioned folders.
Deactivate that option, and the check-for-modifications won't show those
files anymore.

> was working on a copy of a workspace I have under a non-versioned
> folder (eg I made a copy of a root level folder under temp, but I
> noticed (filemon) tortoise churning away on it during an update of
> c:\!?!).

As I said: update/commit/... is done by the Subversion library, not TSVN
itself. And the ignore patterns only affect the output of some
functions, it doesn't prevent them from actually accessing those.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Apr 4 19:48:24 2006

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

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