pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] bzr update


From: Zac Brown
Subject: Re: [pdf-devel] bzr update
Date: Fri, 05 Sep 2008 10:05:01 -0400
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

Jagadees S wrote:
Hi,
i am always getting a "Tree is up to date at revision 466." message

when i does
$ bzr update

why its happening?

Thanks,
Jagadees




'bzr update' is not equivalent to 'cvs up' or 'svn up'. 'bzr update' works by updating your local tree to the latest downloaded revision.

To actually get a revision, you need to do 'bzr pull'. Or if you have made changes to your tree and want to overwrite them, then use 'bzr pull --overwrite' then 'bzr revert'.

-Zac




reply via email to

[Prev in Thread] Current Thread [Next in Thread]