"Double UTF-8" bug when branching with bzr from a SVN repo pushed to by bzr

Bug #158347 reported by Dato Simó
2
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
Medium
Jelmer Vernooij

Bug Description

Hello.

I pushed to a SVN repository with bzr-svn; if I branch from that SVN
repository with bzr-svn, I find that my name appears as "Adeodato Simó"
instead of "Adeodato Simó".

Here's a small script to reproduce the problem:

-8<-
#! /bin/bash

set -e
D=`mktemp -d`
trap "rm -rf $D" 0
cd $D

bzr init foo
echo hi >foo/foo.txt
bzr add foo/*
env BZR_EMAIL='Adeodato Simó <email address hidden>' bzr commit -m foo foo

svnadmin create foo-svn
(cd foo && bzr svn-push svn+ssh://localhost/${D##/}/foo-svn/trunk)

bzr get foo-svn/trunk bar
bzr log bar
->8-

Thanks.

 affects /products/bzr-svn

Jelmer Vernooij (jelmer)
Changed in bzr-svn:
assignee: nobody → jelmer
importance: Undecided → Medium
milestone: none → 0.4.4
status: New → Triaged
Jelmer Vernooij (jelmer)
Changed in bzr-svn:
status: Triaged → Fix Committed
Jelmer Vernooij (jelmer)
Changed in bzr-svn:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.