Comment 1 for bug 81463

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 81463] bzr-svn treats expanded svn keywords as changes

On Thu, 2007-01-25 at 13:33 +0000, Wouter van Heyst wrote:
> Public bug reported:
>
> I just did a fresh svn checkout, and then tried to see if bzr would work
> with a native svn checkout. A `bzr status` fetched some revision info
> and a fileid map as expected, but it confused me when it said there were
> modified files. This was a new checkout!
>
> It turns out all the changes are of a nature $Id$ -> $Id: file rev date
> name$ etc.
This can only be fixed by either adding keyword support to Bazaar (fuzzy
diffs) or by modifying the bazaar working copy file access functions to
replace $Id foo$ -> $Id$. Since the latter is rather ugly, I'd rather
wait for keyword support.

Cheers,

Jelmer
--
Jelmer Vernooij <email address hidden> - http://samba.org/~jelmer/