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

Re: config file with cygwin

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-31 10:41:06 CEST

On Mar 30, 2006, at 23:51, Steve Kunkee wrote:

> You mention that global-ignores is only for svn-status. That does
> appear to be the case, so it appears that the document is
> incorrect. I'll file a bug report.
>
> The document (http://svnbook.red-bean.com/nightly/en/svn-
> book.html), chapter 7, Configuration Options, Config, global-
> ignores, says that svn add and svn import also look at global-
> ignores. The book is for 1.2, and I have 1.2.3, so they should match.

No, the documentation is correct: global-ignores also apply to add
and import. That is to say, if you globally ignore, say, files with
names ending in "~", and a directory foo contains files with names
ending with "~", and you "svn add foo", then you won't also add the
files with names ending in "~". If, however, these files are in a
directory already added to your repository, say, and you go into the
directory and say something like "svn add *" then your shell (not
Subversion) expands the * to include all files, even those with "~"
at the end of the name, and Subversion will add them. This is intended.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 31 10:42:31 2006

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.