You are not logged in.

#1 2008-09-08 22:32:19

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

BZR Update

What is the bzr equivalent of svn update?

Offline

#2 2008-09-09 02:47:22

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: BZR Update

Bump? Simple question, I'm sure someone knows...

Offline

#3 2008-09-09 07:33:58

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: BZR Update

bzr update [DIR]
    Update a tree to have the latest code committed to its branch.

neutral

Offline

#4 2008-09-09 11:17:10

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: BZR Update

sand_man wrote:
bzr update [DIR]
    Update a tree to have the latest code committed to its branch.

Doesn't work.

Offline

#5 2008-09-09 12:03:51

bwalk
Member
Registered: 2007-03-21
Posts: 177

Re: BZR Update

bzr merge

Offline

#6 2008-09-09 20:23:26

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: BZR Update

bwalk wrote:

bzr merge

I want to update, not merge. What if I had made changes to the project and I don't want to merge? I just want to update the entire thing and overwrite with the latest stuff.

Offline

#7 2008-09-10 01:00:00

SnapShot
Member
Registered: 2008-08-26
Posts: 43

Re: BZR Update

'bzr pull' to update your branch to the latest revision of the parrent branch. But if you have made changes to your branch and parrent branch has also changed then you can't pull from the parrent branch, instead you need to merge the changes from parrent in your branch.

Offline

#8 2008-09-10 01:29:25

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Re: BZR Update

Surely there must be a way to simply update your local copy with the latest version?

Offline

#9 2008-09-10 01:47:11

SnapShot
Member
Registered: 2008-08-26
Posts: 43

Re: BZR Update

solarwind wrote:

Surely there must be a way to simply update your local copy with the latest version?

Have you tried bzr pull???

That's the only way to update your local copy with the latest revisions.

If bzr pull doesn't work then post the error message here.

Last edited by SnapShot (2008-09-10 01:48:04)

Offline

Board footer

Powered by FluxBB