← Back to team overview

ubuntu-manual team mailing list archive

Re: LibreOffice Upload

 

Hi Mehmet,

I found this link, which is a "five minute tutorial on bazaar (bzr)".
http://doc.bazaar.canonical.com/latest/en/mini-tutorial/ It might help
to clear up some of the confusion around using bzr. And sadly, part of
the confusion probably came from me. You need to commit the changes you
made before you push them to launchpad. I'd hope that bzr handles it for
you (or tells you that it needs to happen), but I don't remember.

If you did it correctly, then you should have seen something similar to 
"Pushed up to revision 69." as a response (your revision number will be
different, of course).

I just made some minor changes to my chapter, and pushed them. The order
I did it in was this:

bzr pull #You'll probably want to use bzr merge here, if your changes
weren't pushed up earlier.
<made changes to chapter and saved them>
bzr commit -m "message describing what I did."
bzr push :parent

You might want to use bzr merge to make sure that any changes you make
aren't removed when you pull the next time. Essentially it pulls from
launchpad, and merges your changes with whatever updates it gets.

Hope this helps, and have a great day.:)
Patrick.

On Fri, 2013-03-22 at 18:43 +0000, Mehmet Kani wrote:
> Dear Team,
> 
> As this is my first attempt at a major project I have compiled my
> first script in relation to LibreOffice. With various attempts at
> working through Bazaar I am unsure if the file was successfully pushed
> onto the group. I am unsure how to check this. Any help is much
> appreciated.
> 
> With thanks
> 
> Mehmet
> -- 
> Mehmet Kani 
> 
> m.kani@xxxxxxx 
> 
> View Mehmet Kani's profile on LinkedIn
> _______________________________________________
> Mailing list: https://launchpad.net/~ubuntu-manual
> Post to     : ubuntu-manual@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-manual
> More help   : https://help.launchpad.net/ListHelp



References