<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
I have bzr 1.6.1 on both client and server. <BR>
<BR>
I have did:<BR>
bzr init-repo --rich-root-pack bzr+ssh://host/repo/<BR>
bzr push bzr+ssh://host/repo/nice_branch<BR>
<BR>
cd to another directory like /tmp<BR>
bzr branch bzr+ssh://host/repo/nice_branch<BR>
<BR>
and gets:<BR>
bzr: ERROR: KnitPackRepository('file:///tmp/nice_branch/.bzr/repository/')<BR>
is not compatible with<BR>
RemoteRepository(bzr+ssh://host/repo/nice_branch/.bzr/)<BR>
different rich-root support<BR>
<BR>
<BR>
I CAN do:<BR>
bzr init-repo --rich-root-pack dummy<BR>
cd dummy<BR>
bzr branch bzr+ssh://host/repo/nice_branch<BR>
<BR>
<BR>
I first found this on windows with bzr 1.7rc1 as client (don't know if it is relevant).<BR>
<BR>
//Mattias
</BODY>
</HTML>