On Wed, Jan 4, 2012 at 02:58, Paul Burba <ptbu...@gmail.com> wrote: > Mike Pilato and I have been kicking around some ideas on server > dictated configuration recently and have put our thoughts into a wiki > (full disclosure: this wiki was initially based on Hyrum's thoughts on > the subject in > https://svn.apache.org/repos/asf/subversion/trunk/notes/repos-dictated-config) > : > > http://wiki.apache.org/subversion/ServerDictatedConfiguration > > We're at a point where it's time to solicit some wider feedback, so > please have a look at the wiki and follow-up here with any concerns, > thoughts, suggestions, etc.. > I think most of use-cases can be solved by existing mechanism without inventing something new: 1. auto-props TortoiseSVN already has 'tsvn:auto-props' property [1]. Which used to automatically set properties for added files. It would be nice if Subversion core support this property.
2. ignores We can add svn:global-ignores property to define global (recursive) ignore mask. 3. store-plaintext-passwords Since most used of platforms already supports password encryption (Windows, MacOS, KDE, GNOME) I think we can safely just change to do not store plaintext by default. [1] http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-dug-propertypage.html#tsvn-dug-propertypage-auto-props -- Ivan Zhakov