Lightweight branches?
Aaron Bentley
aaron.bentley at utoronto.ca
Tue Nov 14 14:56:57 GMT 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Nicholas Allen wrote:
> Couldn't he also use a lightweight checkout of the branch to achieve
> what he wants without having to use a repository?
A checkout isn't a substitute for a branch. It's a working tree for
that branch. If you create a checkout and you commit, the commit goes
into that branch, assuming you have write permissions. It sounds like
1. he doesn't have write permissions
2. he wants to work on a feature branch
For both of those reasons, a checkout is not appropriate.
Even without those reasons, lightweight checkouts are only really
appropriate if you have a fast network connection. Otherwise, most
operations are horribly slow.
Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFFWdk50F+nu1YWqI0RAk5iAJ9b4MS400rrDeoY5oGNae+RqwOs/ACghT9E
LHzCPUN8LH12tEnHHibjKus=
=2Shw
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list