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

Re: commit fail, prop change PROPPATCH fail, xml not well-formed

From: Ward Willats <svn_at_wardco.com>
Date: 2004-04-15 18:41:44 CEST

At 11:22 AM -0500 4/15/04, Ben Collins-Sussman wrote:
>On Thu, 2004-04-15 at 11:13, Ward Willats wrote:
>
>> svn proplist ph/index.html ph/sb.css ph/ghost_light.jpg
>> Properties on 'ph/index.html':
>> svn:keywords Id
>> svn:eol-style
>> Properties on 'ph/ghost_light.jpg':
>> svn:mime-type
>
>This looks suspicious. 'svn proplist' only lists property names, unless
>you add the --verbose flag. Somehow you have a property name called
>"svn:keywords Id". Try fixing that. The name should just be
>"svn:keywords", with a value of "Id".
>

Thanks Ben -- you got it. My "configure" file last night said:

   [auto-props]
   *.html = svn:eol-style=native;svn:keywords Id

...instead of (I guess)...

   [auto-props]
   *.html = svn:eol-style=native;svn:keywords=Id

Wow, list posting to fix in under 30 minutes, and I even ate a
sandwich in the meantime! Impressive.

Thanks,

-- Ward

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 15 18:42:25 2004

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.