You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Durham <da...@gmail.com> on 2009/12/09 16:31:45 UTC

global ignore

Is there a way to configure the svn client to always ignore particular
file patterns?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428903

Please start new threads on the <us...@subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <us...@subversion.apache.org>.

RE: global ignore

Posted by Bob Archer <bo...@amsi.com>.
> Is there a way for me to ignore files that someone else has checked
> in?

Not really. You can only ignore unversioned files.

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428961

Please start new threads on the <us...@subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <us...@subversion.apache.org>.

Re: global ignore

Posted by David Durham <da...@gmail.com>.
Is there a way for me to ignore files that someone else has checked in?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428954

Please start new threads on the <us...@subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <us...@subversion.apache.org>.

Re: global ignore

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Dec 9, 2009, at 10:34, David Durham wrote:

> On Wed, Dec 9, 2009 at 10:31 AM, David Durham wrote:
> 
>> Is there a way to configure the svn client to always ignore particular
>> file patterns?
> 
> Sorry for the noise, looks it's the 'global-ignores' setting in
> /etc/subversion/config

Yes, except that /etc/subversion/config won't be used if you have 
~/.subversion/config.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428938

Please start new threads on the <us...@subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <us...@subversion.apache.org>.

Re: global ignore

Posted by David Durham <da...@gmail.com>.
On Wed, Dec 9, 2009 at 10:31 AM, David Durham <da...@gmail.com> wrote:
> Is there a way to configure the svn client to always ignore particular
> file patterns?

Sorry for the noise, looks it's the 'global-ignores' setting in
/etc/subversion/config

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428906

Please start new threads on the <us...@subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <us...@subversion.apache.org>.

RE: global ignore

Posted by Bob Archer <bo...@amsi.com>.
> Is there a way to configure the svn client to always ignore
> particular
> file patterns?

Yes, check out the config section in the book:

http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.advanced.confarea.opts

Search for global-ignores setting.

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428907

Please start new threads on the <us...@subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <us...@subversion.apache.org>.