You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jeff Lanzarotta <la...@rogersltd.com> on 2004/07/22 18:58:21 UTC

svn:ignore

Hello,

I'm wanting to filter out various file types from being able to put under svn control. I know that you can us 'svn propedit svn:ignore [project name]' and add the specific file types manually. My question is, is there a place in project's configuration file(s) where I can put this list of "ignored" files?

Regards,


----
Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: svn:ignore

Posted by François Beausoleil <fb...@ftml.net>.
Hello Jeff,

Jeff Lanzarotta wrote:

> Hello,
> 
> I'm wanting to filter out various file types from being able to put under svn control. I know that you can us 'svn propedit svn:ignore [project name]' and add the specific file types manually. My question is, is there a place in project's configuration file(s) where I can put this list of "ignored" files?

There are auto-props, and global ignores.  See the Subversion book for 
details:
auto-props: 
http://svnbook.red-bean.com/svnbook/ch07s02.html#svn-ch-7-sect-2.4
global-ignores: 
http://svnbook.red-bean.com/svnbook/ch07.html#svn-ch-7-sect-1.3.2

Hope that helps !
François



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org