Hi everybody -
in our attempt to spread Lively more widely, we were thinking about ways to ease distribution of source code and distributed development. I wrote down some thoughts on git, which I think might be a great option for the Lively Kernel: http://www.lively-kernel.org/repository/webwerkstatt/users/fbo/versionControl.xhtml I hope it's somewhat understandable. Feel free to post your comments and concerns (preferably using Lauritz's AnnotationPin from PartsBin/Documentation - check that out!). Have fun! Fabian _______________________________________________ lively-kernel mailing list [hidden email] http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel |
FYI, when I used the AnnotationPin and saved, the text in "Last Changed on:" field wrapped and overlapeded the comments box:
May be because I am in Eastern Daylight Time (see test below from last changed on field.
Wed Sep 14 2011 17:00:39 GMT-0400 (Eastern Daylight Time)
If we do find other issues, where should we post them? Thanks, Stephen On Wed, Sep 14, 2011 at 4:42 PM, Fabian Bornhofen <[hidden email]> wrote: Hi everybody - _______________________________________________ lively-kernel mailing list [hidden email] http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel |
Hi, Steve --
best just post them here on the mailing list. Also, if you can reproduce the issue it would be great to create a issue page here: http://lively-kernel.org/repository/webwerkstatt/issues/CreateIssuePage.xhtml. The issue page can then just describe/show whats going wrong. An example for that: http://lively-kernel.org/repository/webwerkstatt/issues/110809_ChangeOrRemovedScriptsAfterSerializationWrong.xhtml Might be that we get an issue tracker soon but for now the list will work for bug reports. And thanks for reporting the annotation pin bug, it should work better now. Best, Robert On Sep 14, 2011, at 11:04 PM, Steve Thomas wrote: FYI, when I used the AnnotationPin and saved, the text in "Last Changed on:" field wrapped and overlapeded the comments box: _______________________________________________ lively-kernel mailing list [hidden email] http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel |
In reply to this post by Fabian Bornhofen
I always found bazaar to be easier to use than git, and launchpad the public bar repo is nicer than github for collaboration. However they are very similar and have some interoperability.
Particular advantages of bazaar that I like is that you can effectively deploy from the repository by adding a --lightweight switch, which gives you just the most recent version rather than cloning the whole history. Secondly you have the option of leaving the repository on a remote server, you can be fully distributed, use old school centralised development, or push and pull between them. regards Keith |
Free forum by Nabble | Edit this page |