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

Editing a binary property: propedit --editor-cmd

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-12-01 21:28:27 CET

I should be able to edit a binary property like this:

> svn propedit --editor-cmd=gimp-1.3 icon myfile
/home/julianfoad/src/subversion/subversion/libsvn_subr/utf.c:170: (apr_err=22)
svn: Invalid argument
svn: failure during string recoding

... but it fails because "propedit" assumes that the property value is UTF8 text. It should only convert from and to UTF8 for the "svn:" properties. This requires a change to the interface to svn_cl__edit_externally.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 1 21:25:06 2003

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.