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

Re: Server-side ignore

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-07-11 16:24:09 CEST

On 7/11/06, Matheus Leite <matheus@longadata.com> wrote:
> I would like to ignore certain files and folders (e.g., "/target") on
> every existing and future project on my repository. I know I can tell
> everyone on my team to use local properties but I am afraid someone
> will eventually forget and commit an unwanted file or folder.
>
> Is there a way to configure this on the server? What is the correct approach?

By implementing a pre-commit hook which rejects commits which includes
those targets. You'll have to install the pre-commit hook in every new
repository though after you created it.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 11 16:25:54 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.