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

Re: SVN log character encoding.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-09-12 19:12:18 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> Ben Collins-Sussman <sussman@collab.net> writes:
> > > Errr... BTW... is there any (easy) way to modify log messages in SVN
> > > repository?
> > > Because tring to make the encodings to work I saved some messages in
> > > UTF8 and now I see them bad. :(
> >
> > svnadmin setlog
>
> Btw, we'd like to make this functionality available from the client
> via ra_dav, just haven't gotten around to it yet.

Yes indeed:

   svn propset -r2319 key val

That should set a unversioned property on revision 2319, no?

We can do the same thing for propdel, propedit, and proplist.

(And this should be easy to do over DAV; just do the same thing we do
for setting log messages: do a CHECKOUT of a baseline into our
activity, and then PROPPATCH it.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 12 19:14:09 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.