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

Re: Ignore patterns should not be case sensitive (usability)

From: Anders J. Munch <ajm_at_flonidan.dk>
Date: Thu, 3 Apr 2008 13:54:38 +0200

From Karl Fogel:
> No, what I am saying is that it's not merely mindnumbingly
> unlikely, but
> actually impossible -- because Subversion itself prohibits "/" in a
> filename, whether or not the client platform does.

Subversion does not prohibit "/" in an ignore pattern.

bash-3.2$ svn propget svn:ignore svn://localhost/test
/option: and they said it couldn't be done

bash-3.2$ tail -n 37 config | head -n 5
[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output, and
### while importing or adding files and directories.
global-ignores = *.obj *.tds *.~* *~ .*~ #*# *.bak this/that
bash-3.2$

- Anders

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-03 13:55:02 CEST

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.