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

another ignore question

From: php.baker <php.baker_at_gmail.com>
Date: Fri, 28 Nov 2008 10:45:33 -0800 (PST)

I know this question has been asked numerous times, but I cant find
any helpful answers....

I have the following dir structure:
-app
   --dir1
   --dir2
   --tmp
      ---cache
         ----views
         ----persistent
         ----models
      ---logs
      ---sessions
      ---tests
   --dir3

I want to ignore all files in in my tmp directory and in tmp sub
folders, but still keep the folders intact. I have tried the following
pattern as well as various derivatives that involved adding and
removing forward slashes and asterisks, but nothing seems to have ANY
affect.

Global ignore pattern:
*tmp/cache/models* *tmp/cache/persistent* *tmp/cache/views* *tmp/logs*
*tmp/sessions* *tmp/tests* *empty

and in the "Subversion configuration file":
global-ignores = *tmp/cache/models* *tmp/cache/persistent* *tmp/cache/
views* *tmp/logs* *tmp/sessions* *tmp/tests* *empty

I have read the manual, and I am not trying to ignore versioned files
I am trying to ignore these files when i do an import, and when I am
committing changes from a working copy.

Everything else works fine (import, checkout, add, delete, commit...).
I just cant seem to ignore these files.

I am using:
TortoiseSVN 1.5.5, Build 14361 - 32 Bit , 2008/10/24 18:06:34
Subversion 1.5.4
and:
Apache 2.2.9

Any help would be greatly appreciated!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-28 20:00:08 CET

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.