Re: [kvm-devel] Using UTF-8 encodings for SVN commit message

2007-01-26 Thread Avi Kivity
Christopher Boumenot wrote: > > I can do a dump/edit/load cycle if you like. > > > Commit messages in SVN are not idempotent. If you have configured SVN > to allow it, you can just re-edit the commit message. > > $ svn propedit svn:log --revprop -r > > Thanks for the tip. I fixed the t

Re: [kvm-devel] Using UTF-8 encodings for SVN commit message

2007-01-26 Thread Christopher Boumenot
> I can do a dump/edit/load cycle if you like. > Commit messages in SVN are not idempotent. If you have configured SVN to allow it, you can just re-edit the commit message. $ svn propedit svn:log --revprop -r - Ta

Re: [kvm-devel] Using UTF-8 encodings for SVN commit message

2007-01-24 Thread Avi Kivity
Anthony Liguori wrote: > Howdy, > > I have a bit of an odd request. I've been using tailor to mirror KVM > in mercurial which is my preferred SCM. This has worked quite well up > until sometime in December when tailor started throwing errors. > > I finally got around to looking into it and disc

Re: [kvm-devel] Using UTF-8 encodings for SVN commit message

2007-01-24 Thread Muli Ben-Yehuda
On Wed, Jan 24, 2007 at 09:19:56PM -0600, Anthony Liguori wrote: > If commit messages aren't valid UTF-8, SVN generates invalid XML. While > SVN should probably generate an error when committing non-UTF8 messages, > we shouldn't be doing it in the first place. Agreed. > Is there any way to fi

Re: [kvm-devel] Using UTF-8 encodings for SVN commit message

2007-01-24 Thread Anthony Liguori
FYI, the follow patch is a work-around for this particular problem. It'll only work for this particular changeset but just in case anyone else is interested in using tailor with KVM I thought I'd post it. Regards, Anthony Liguori Anthony Liguori wrote: Howdy, I have a bit of an odd request.