[00:13] hey folks, is there a way to export a bzr repo & history into a new svn? can only find people importing svn into bzr [00:14] bzr-svn can push into svn i think? [00:15] i wasn't sure how to use bzr-svn on an existing bzr repo, or at least svn-push isn't a valid command (using the windows installer, bzr explorer says the plugin is installed) [00:19] i've not actually done it, i'm afraid [00:45] sponge-: just 'bzr push file:///path/to/repo/trunk' [00:51] will give it a shot, thanks [01:15] rying to push results in bzr: ERROR: These branches have diverged. See "bzr help diverged-branches" for more information. [01:15] its a new svn repo so i'm sure i need to do some intermediate step [01:16] not sure if i can get bzr to just clobber everything at the destination [01:34] aha found --overwrite, will let this run, thanks for the help! [02:06] what is the easiest and most efficient way to keep two bzr repositories in sync? [07:31] jo-erlend: hi [07:31] jo-erlend: you would generally keep two branches in sync, rather than two repositories [08:55] jelmer, but the point is that I create and work on branches all the time and I would like to sync automatically. [08:57] jo-erlend: it sounds like you want to sync a set of branches rather than the actual repository [08:58] jo-erlend: I'm not sure if there is a command for that yet, I'm only aware of 'bzr multi-pull' [08:58] I don't really understand the difference. [08:58] jo-erlend: a repository is just a place where revisions are stored [08:58] the point is that my ~/devel/project-name directory (which is a repo with branches in it) should be the same on my desktop and laptop. What's the best way of accomplishing that? [09:04] jo-erlend: at the moment, I think rsyncing it is probably the easiest way; there might also be plugins that do this [09:05] jo-erlend: there is bzr-mirror, but I don't have anye experience with it === zyga_ is now known as zyga [09:56] poolie: bzr branch lp:ubuntu/oneiric/libvirt fails [09:56] (I"m here in budapest) [09:56] I get; [09:56] serge@peqn:~/bzr/new$ bzr branch lp:ubuntu/oneiric/libvirt libvirt-o [09:56] bzr: ERROR: Revision {serge.hallyn@canonical.com-20110914204236-fnxmfd2ca12lqd47} not present in "Graph(StackedParentsProvider(bzrlib.repository._LazyListJoin(([CachingParentsProvider(None)], []))))". [09:58] hallyn, https://bugs.launchpad.net/udd/+bug/848064 [09:58] Launchpad bug 848064 in Ubuntu Distributed Development "Revision not present branching from udd-imported branches on lp" [Critical,Confirmed] [09:58] i don't have a good workaround at the moment other than just getting the source package, sorry [10:01] all right i'll just work on fixing up the precise tree for now [10:01] thanks [10:02] poolie: just to be sure - so i can't just take a copy of the precise tree (which so far is still at oneiric anyway) and push that to the oneiric with --overwrite, right? [16:15] can bzr-svn maintain the original author of the commit inside svn? pushing to svn worked flawlessly except for that [18:08] sponge-: hi [18:08] sponge-: yes, there's a configuration option you can set. IIRC it's documented in bzr-svn's FAQ [18:10] jelmer: great, will look into it! === Quintasan_ is now known as Quintasan [21:06] ho hum [21:06] hi jelmer