
9 Sep
2014
9 Sep
'14
1:07 p.m.
when I did bzr update I got a message telling me that version (old version number) was up to date.
bzr revert if I understand it takes you back one version.
I need a command to update to the latest version number. Currently I am wiping out everything and copying the entire branch with bzr branch lp:inkscape There has to be a simpler way. I just don't know it.
Since you initially ran 'bzr branch' instead of 'bzr checkout,' your local copy will not be bound to the upstream repository.
To fetch revisions from trunk with an unbound branch, run 'bzr pull lp:inkscape'.
To bind your local copy to the repository, run 'bzr bind lp:inkscape'. You can then in the future run 'bzr update' to fetch revisions.