Finally write access to bzr.calitko.org/developers

Finally you have access to your developer directories and can push your changes yourself! We probably will very rarely need to publish patches from now on. When someone has done some work and has pushed it to their public branch the others could use bzr or trac to see the changes log and the diffs.

You can push your branches via ftp like this:

$ cd ~/projects/calitko-BitTorrent
$ bzr push ftp://peter@bzr.calitko.org/calitko-BitTorrent

You’ll be asked for a password and that would be the same one you use to login at Source Talk or Calitko Trac.

If you want to keep multiple lines of development then you can create multiple branches. For example:

$ bzr branch http://bzr.calitko.org/calitko ftp://peter@bzr.calitko.org/calitko-dev
$ bzr branch http://bzr.calitko.org/developers/atul/calitko-Gnutella ftp://peter@bzr.calitko.org/calitko-Gnutella

will create two new public branches which I could get locally using:

$ cd ~/projects
$ brz branch http://bzr.calitko.org/developers/peter/calitko-dev
$ bzr branch http://bzr.calitko.org/developers/peter/calitko-Gnutella

After you do modifications you can push as described above!

Finally, currently only Atul, David and Valeriy have their ftp accounts enabled. When others become more active I will activate their accounts as well!

Best regards,

Peter

Would you like to post a relpy?


This post starts a thread.
No follow-ups yet.