You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Mark Phippard <Ma...@softlanding.com> on 2005/04/03 18:45:42 UTC

Guidlines for setting of config file for Subversion dev

I couldn't find anything in HACKING for this.  Is there a standard config
file you like committers to use when working on Subversion?  I am mostly
thinking about auto-props.  When I commit the EBCDIC port on Monday there
will be a handul of new files added.  I would like to get the settings
right the first time.

I can obviously just look at some of the other files, and set the props
manually, but I would prefer to do it right.

Thanks


_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs. 
_____________________________________________________________________________

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

Re: Guidlines for setting of config file for Subversion dev

Posted by Julian Foad <ju...@btopenworld.com>.
Max Bowsher wrote:
> There is no standard - I suspect many people find auto-props an 
> incomplete solution, and thus do not bother to use them at all.

Heh!  That's certainly a good description of how I feel about them.

[...]
> Make sure that svn:mime-type=application/octet-stream is set on binary 
> files.

Or a better MIME type where possible.

- Julian

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

Re: Guidlines for setting of config file for Subversion dev

Posted by Max Bowsher <ma...@ukf.net>.
Mark Phippard wrote:
> I couldn't find anything in HACKING for this.  Is there a standard config
> file you like committers to use when working on Subversion?  I am mostly
> thinking about auto-props.  When I commit the EBCDIC port on Monday there
> will be a handul of new files added.  I would like to get the settings
> right the first time.
>
> I can obviously just look at some of the other files, and set the props
> manually, but I would prefer to do it right.

There is no standard - I suspect many people find auto-props an incomplete 
solution, and thus do not bother to use them at all.

My impression of the unspoken consensus is:

Set/edit svn:ignore as necessary.
Set svn:eol-style=native on text files.
Make sure that svn:mime-type=application/octet-stream is set on binary 
files.

Max.


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