It is commited .... it says "commited revision 5" ... the problem is that you are trying to use two different "modes" of bzr interleaved with one another. You generally either do commit/update or push/merge/get but normally not both.
Might want to read some bzr docs. -Adam On 7/30/07, Giuseppe Torelli <[EMAIL PROTECTED]> wrote: > > Hi, > > I have coded the gui of xhelp, the Xubuntu Documentation Browser. > Unfortunately I'm having a bunch of errors when trying to committing > the code on bzr. Can someone please write me the detailed step on how > to commit code on bzr? It follows the output that is really > frustrating me (svn is really missing to me...): > > gt[xhelp]$ bzr push > > sftp://[EMAIL PROTECTED]/~xubuntu-doc/xubuntu-documentation-browser/xhelp > Enter passphrase for key '/home/gt/.ssh/id_rsa': > bzr: ERROR: These branches have diverged. Try using "merge" and then > "push". > gt[xhelp]$ bzr merge > Merging from remembered location > > sftp://[EMAIL PROTECTED]/~xubuntu-doc/xubuntu-documentation-browser/xhelp/ > Enter passphrase for key '/home/gt/.ssh/id_rsa': > bzr: ERROR: Working tree has uncommitted changes. > gt[xhelp]$ bzr commit > modified Makefile > modified Makefile.in > modified aclocal.m4 > modified autom4te.cache/output.1 > modified autom4te.cache/requests > modified autom4te.cache/traces.1 > modified config.log > modified config.status > modified configure > modified configure.in > Committed revision 5. > gt[xhelp]$ bzr merge > Merging from remembered location > > sftp://[EMAIL PROTECTED]/~xubuntu-doc/xubuntu-documentation-browser/xhelp/ > Enter passphrase for key '/home/gt/.ssh/id_rsa': > bzr: ERROR: Branches have no common ancestor, and no merge base > revision was specified. > gt[xhelp]$ > > Thanks, > > Thanks, > Giuseppe > -- > Colossus > Xarchiver, a Linux GTK+2 only archive manager - http://xarchiver.xfce.org > > -- > xubuntu-devel mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel > -- http://wiki.debian.org/AdamMiller
-- xubuntu-devel mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel
