Syncronized checkout has different code than source
John Arbash Meinel
john at arbash-meinel.com
Mon Mar 16 21:57:58 GMT 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Bryan wrote:
> * Created a branch "trunk" on a server.
> * Created a local checkout of the trunk
> * Branched the local checkout of trunk, made changes, commited
> * Merged local branch into local checkout of trunk
> * Commited local trunk, which sent the changes to the server
>
> The revision numbers match up between my local checkout of trunk and the
> server's trunk, but when I inspect the modified files on the server, they have
> the old code.
>
> If I checkout from the server's branch the correct code shows up.
>
> Is this the expected behavior? Why can't I view the latest source files in the
> server's trunk?
>
>
>
>
On your server you probably need to do "bzr up", by default bzr doesn't
update remote working trees. (Issues with conflicts, etc.)
You can install the "push-and-update" plugin (lp:bzr-push-and-update),
which will update remote trees.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkm+y2YACgkQJdeBCYSNAAO+AgCfdyjRE9xxRUS4M7VXslpMMuix
FY0AoJVLHvTZ+AjAMORyGaSOqXG7hrOO
=hv7A
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list