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

Re: svn commit: rev 2459 - trunk/www

From: Martin Pool <mbp_at_sourcefrog.net>
Date: 2002-07-11 00:28:23 CEST

On 10 Jul 2002, Ben Collins-Sussman <sussman@collab.net> wrote:
> Blair Zajac <blair@orcaware.com> writes:

> > A recursive grep through svn doesn't show any documentation on
> > this, except for ./subversion/libsvn_wc/translate.h which shows
> >
> > /* Valid states for 'svn:eol-style' property.
> > Property nonexistence is equivalent to 'none'. */
> > enum svn_wc__eol_style
> > {
> > svn_wc__eol_style_unknown, /* An unrecognized style */
> > svn_wc__eol_style_none, /* EOL translation is "off" or ignored value */
> > svn_wc__eol_style_native, /* Translation is set to client's native style */
> > svn_wc__eol_style_fixed /* Translation is set to one of LF, CR, CRLF */
> > }
> >
> > Should put this info someplace.

I'm not sure if this fits with your scheme of things, but it might be
nice to have quick-reference information like this available from the
command line. Perhaps `svn help eol-style` or `svn help keywords`.

That would be a bit inconsistent with the pattern always being `svn
help COMMAND`, but consistent with cleartool and some Gnu stuff.

Actually, perhaps non-expert users would find it easier to have those
things available as commands, although just shortcuts for propset?

  svn keywords Rev *.c
  svn ignore '*.lo'

(If that horse is already dead please tell me :)

-- 
Martin 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 11 00:29:05 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.