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

Re: [TSVN] svn:ignore request/suggestion

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-03-07 18:54:35 CET

Peter McNab wrote:

> I have a list of predominantly Delphi generated file extensions added to
> TSVN's list to be ignored. These appear to be mainly lowercase.
> Recently I added some Borland Pascal projects to the repository and
> noticed files whose extent was meant to be ignored were gaily being
> imported and added to the repository. The extents were uppercase.
> So I have a repositoy full of EXEs and TPUs that aer just bloat.
> Also, there doesn't seem to be anyway to preview what will be accepted
> or ignored into the repository ahead of the action occurring.
>
> So, on the first point, is it possible to have an option to have the
> case of extent optionally ignored on Windows?
> Alternatively, is there a way to see what files will be imported and
> those that are being ignored?

TSVN uses the Subversion library for ignoring files, i.e. the ignore
mask and svn:ignore properties are handled by the Subversion library.
And that one is case insensitive. So there's no way to change this, sorry.
But you can use a mask like this:
*.[tT][xX][tT]
to make it case-insensitive.

Stefan

-- 
        ___
   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 Mon Mar 7 18:55:11 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.