Workflow
Revision 1 as of 2006-07-19 07:40:30
Clear message
We use a shared bazaar branch in SVN-style mode.
To check it out, use
- bzr checkout sftp://bazaar.launchpad.net/~dct/dct/main
After working locally, use
- bzr update
then
- bzr commit
to commit your changes.
If you are offline, you can also do local commits using
- bzr commit --local
When you get back on the internet, you have to
- bzr update
And then
- bzr commit
The branch is supposed to be available using HTTP [http://bazaar.launchpad.net/~dct/dct/main here], but it's only updated once a day ([http://ddaa.net/blog/launchpad/bzr-hosting source]).