Testing bazaar version control system
I think it is a good and simple for me.(log in to comment)
Comments
bzr push lp:~objarni/+junk/ProjectName
It's as easy as that.
Has anyone tried out mercurial+bitbucket? I have a feeling things are even more smoothe with that tool. For example, I don't think bitbucket requires SSH push'es, simplifying things on windows.
objarni on 2010/03/27 14:55:
bzr is nice, and well documented. It also works great in ubuntu and good in windows, my main o/s:es. Integration with Launchpad via the lp: syntax is a great feat.The only thing I am a little bothered by is the forced SSH-protocol to push things to Launchpad. It's no problem under ubuntu, but for windows it is a bit of a hassle getting it to work.
After all, what is being pushed is _open_source_, why crypt it? It would be enough to authenticate the uploader, no need to avoid man-in-the-middle attacks.