Lively and git

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Lively and git

Fabian Bornhofen
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
Reply | Threaded
Open this post in threaded view
|

Re: Lively and git

Steve Thomas
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 -

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


_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
Reply | Threaded
Open this post in threaded view
|

Bug reports was: Re: Lively and git

Robert Krahn-3
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:

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?


_______________________________________________
lively-kernel mailing list
[hidden email]
http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel
Reply | Threaded
Open this post in threaded view
|

Re: Lively and git

keith1y
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