2

I set up an central repository on a remote server. I develop locally on my laptop using a checkout of the central repository.

Last week the remote server died. I understand that I can unbind the local checkout and work locally, but how can I use my local checkouts to recreate the central repo?

This is the setup i used: Centralized Workflow

mclowe
  • 23
  • 2

1 Answers1

2

You can bzr unbind your branch, then bzr push the content to the remote server again and then bzr bind again.

AmanicA
  • 4,659
  • 1
  • 34
  • 49