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

RE: Re: CaSe insensetive OS not handled well

From: Dale Hirt <dale_at_sbcltd.com>
Date: 2005-08-19 18:24:32 CEST

-----Original Message-----
From: Flex [mailto:flex@datecs.bg]
Sent: Friday, August 19, 2005 6:16 AM
To: users@subversion.tigris.org
Subject: Re: CaSe insensetive OS not handled well

>>> not just about the urls, the filenames, but a side things like ignore
>>> files - xx.tmp, xx.Tmp, XX.TMP, etc are the same file under windows

>> You can use expressions like *.[tT][mM][pP] I think.

>Yeah... I can do that... in the ignore list which is over 50
>extensions...

How many files are in that directory?
Why aren't you segregating out tmp files to a temp folder?

An additional solution, which I use sparingly, is to simply set svn:ignore to *, then selectively add in files as I need them. I tend to do this for things like keeping track of Apache config files on Windows when I want the top-level directory held also, but none of the other dozen directories.

I take it because of the case-insensitivity issue that you're on Windows. If so, and you're using TortoiseSVN, you should be able to select the files you want ignored, right-click on them, then go to the TSVN Context menu and select "Add to Ignore List". It allows you to add either specific files or *.<ext>.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 19 18:33:01 2005

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

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