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

Re: Segfault with svn propedit svn:keywords

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-25 13:10:50 CEST

Per Winkvist <per.winkvist@telia.com> writes:

> Hi,
>
> I tried enabling 'LastChangedDate' property together a test property 'PGVER'.
>
> Then I did
> svn propedit svn:keywords
> I added
> LastChangedDate
> PGVER "pre1"
>
> This segfaults for me just when I close vi (bt below). I tried adding just
> PGVER "pre1" to another dir and that was okay. But it crashed on me when I
> prepended with another word.

First, setting svn:keywords on a directory is not particularly useful,
directories don't have any keywords to be expanded. Secondly, using
propedit to edit svn:keywords and adding the two lines above does not
create a new property PGVER with value "pre1", it simply sets the
property svn:keywords to a two line value. To create a new property
PGVER you need to run 'svn propset PGVER pre1'

That said, the fact that

$ svn ps svn:keywords LastChangedDate
Aborted

dumps core is a bug.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 25 13:11:36 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.