svk propedit — Edit the property of one or more items under version control.
svk propedit PROPNAME DEPOTPATH|PATH...
svk propedit PROPNAME --revprop --revision REV[@] [DEPOTPATH]
Edit one or more properties on files, directories, or revisions. The first form edits versioned properties, while the second edits unversioned properties on a depot revision.
Working copy, depot only if operating on a DEPOTPATH, mirrored repository if the depotpath is mirrored.
--recursive (-R) --revision (-r) REV --revprop --message (-m) --file (-F) --template --encoding ENC --patch (-P) NAME --sign (-S) --check-only (-C) --direct
svk propedit makes it easy to modify properties that have multiple values:
$ svk propedit svn:keywords foo.c
Waiting for editor...
<svk will launch your favorite editor here, with a buffer open
containing the current contents of the svn:keywords property. You
can add multiple values to a property easily here by entering one
value per line.>
M foo.c