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

svn config file and mime types

From: Bill Hoffman <bill.hoffman_at_kitware.com>
Date: Wed, 22 Oct 2008 14:58:39 -0400

So, this is a feature request of sorts.

We are using commit checks to make sure mime types are set correctly in
our repository. This works great. However, it means that each client
must have a correctly configured client.

Basically something like this:

UNIX ~/.subversion/config
Cygwin ~/.subversion/config
Windows ~/Application Data/Subversion/config

The problem is that this config file is not under version control! Each
user has some random copy of it from when they installed svn. There is
no way to update this file for all of the users other than sending out
an email.

There should be some way to store this file in the repository itself.
Maybe svn could first look here:
UNIX ~/.subversion/config
Cygwin ~/.subversion/config
Windows ~/Application Data/Subversion/config

Then append anything it found in the root of the project tree with the
name config. Basically, this information should be part of the project
or repository. I maybe missing something. Is there a better way to do
this? Right now we have a wiki entry that has a list of mime types that
you have to copy into your config file. Almost without fail each new
user forgets or mis-configures the file. Then things become a mess.

-Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-22 20:59:07 CEST

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.