[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 15:22:49 CEST

Philip Martin <philip@codematters.co.uk> writes:

> That said, the fact that
>
> $ svn ps svn:keywords LastChangedDate
> Aborted
>
> dumps core is a bug.

$ svn pdel svn:executable
../svn/subversion/libsvn_wc/props.c:1067: (apr_err=13, src_err=0)
svn: Permission denied
svn: svn_wc_prop_set: failed to load props from disk.
../svn/subversion/libsvn_subr/io.c:70: (apr_err=13, src_err=0)
svn: svn_io_check_path: problem checking path "."
$ svn st
../svn/subversion/libsvn_subr/io.c:70: (apr_err=13, src_err=0)
svn: Permission denied
svn: svn_io_check_path: problem checking path "."

Eek! That removes executable permission from the directory.

I think trying to set any of the properties svn:executable,
svn:keywords, svn:eol-style or svn:mime-type on a directory should
produce an SVN_ERR_ILLEGAL_TARGET error.

-- 
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 15:23:23 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.