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

Re: feature request: check for valid property values

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-12-07 23:03:37 CET

On Fri, 07 Dec 2007, Stefan Küng wrote:

> Hi,
>
> A user reported a problem on the TSVN mailing list which he encountered
> after setting the svn:eol-style property but leaving the value empty:
> http://tortoisesvn.tigris.org/servlets/ReadMsg?list=users&msgNo=8535
>
> I know I could check for such invalid values myself in TSVN, but I think
> this should be done in the library - after all only the svn library
> really knows what it considers valid and what not.

Current behavior:

$ svn ps svn:eol-style BLLOOOG COMMITTERS
property 'svn:eol-style' set on 'COMMITTERS'

Proposed behavior:

$ ./subversion/svn/svn ps svn:eol-style BLLOOOG COMMITTERS
subversion/libsvn_wc/props.c:2610: (apr_err=135001)
svn: Unrecognized line ending style for 'COMMITTERS'

  • text/plain attachment: patch
  • application/pgp-signature attachment: stored
Received on Fri Dec 7 22:09:54 2007

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.