is there any way to convert packs to knits ?
Martin Pool
mbp at canonical.com
Tue Jul 1 02:05:12 BST 2008
On 7/1/08, Marius Kruger <amanic at gmail.com> wrote:
> hi,
>
> my sad situation:
> my main branch format on central in-house server (bzr 0.90): dirstate
> my local repo got converted to format: rich-root-pack
> (I dont know how this happened, I blame the underpant-gnomes)
>
> over the weekend, I did a bunch of work with local commits,
> and now on monday, I cant push back my changes:
> bzr: ERROR: Repository
> KnitRepository('bzr://bazaar.enerweb.co.za/components/JAVATOOLBOX/.bzr/repository/')
> is not compatible with repository
> KnitPackRepository('file:///stuph/projects/JavaToolbox.rich-root-pack/.bzr/repository/')
I'm kind of surprised this is not indicating a different class name
for the rich root repository; I guess it is parameterized internally.
> Does anybody know of any way to convert my local repo back to dirstate?
> I tried applying my changes over a smart server, I also tried it using
> bundles, and it did not work.
In general upgrade should allow downgrading too, but if you have
created new revisions using rich-root data you won't be able to do
this or move them elsewhere. In that case perhaps you need to upgrade
the public repository too.
--
Martin <http://launchpad.net/~mbp/>
More information about the bazaar
mailing list