moving files between repo
Andreas Ostermann
andreas.ostermann.11 at googlemail.com
Fri Jan 21 15:55:50 UTC 2011
Hi!
On 01/21/2011 04:41 PM, Martin Guillon wrote:
> [..]
> I need to move files from one repo to another. I could just add them in
> the new repo but I would like to keep the history for those files.
>
> Does anyone see a way to do that?
Not very elegant, but you could create a folder in the one repo, bzr mv
the files there, then bzr split the folder from the first repo. Copy the
folder to the other repo, bzr join them and then bzr mv the files to
their destination...
may work...
AO
More information about the bazaar
mailing list