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

Re: Global Ignore on mod_dav_svn

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-17 16:53:21 CEST

On Oct 17, 2005, at 15:48, Lucas Zechim wrote:

> I try set a SVN server, using only mod_dav_svn on Apache2. But I need
> ignore some files (*.dpr, *.~pas, etc) How I ignore this files?
>
> Using: Win 2000, SVN 1.2.3, Apache 2.0.47
>
> Thanks, sorry for my poor english.

If you only want to ignore these files in certain directories, try
the svn:ignore property:

http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.3

If you always want to ignore these files in every directory, try
global-ignores:

http://svnbook.red-bean.com/en/1.1/ch07.html#id3021058

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 17 16:57:39 2005

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.