Re: [Pharo-project] [MC] [ANN] Sourcetalk
The complete documentation on Sourcetalk of Andrea Quadri is now online. This includes technical documentation and a users guide: http://www.iam.unibe.ch/~scg/cgi-bin/scgbib.cgi?query=Quadri Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
Excelents both documents. I really like them! I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So, I would really like to use Moncticello2 and SourceTalk. In addition, I also should use the monticello to monticello2 exporter. My question is, is this three things stable enough ? Should we start using it or should we wait for more stable releases? Thanks for the help, Mariano On Fri, Jan 9, 2009 at 12:11 PM, Lukas Renggli <renggli@gmail.com> wrote:
The complete documentation on Sourcetalk of Andrea Quadri is now online. This includes technical documentation and a users guide:
Cheers, Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Mariano Martinez Peck wrote:
Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
Keith
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <keith_hodges@yahoo.co.uk>wrote:
Mariano Martinez Peck wrote:
Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs, but, If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again. I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package. I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <keith_hodges@yahoo.co.uk <mailto:keith_hodges@yahoo.co.uk>> wrote:
Mariano Martinez Peck wrote: > Excelents both documents. I really like them! > > I am one of the SqueakDBX team and one reason I really hate monticello > is that when every time I want to save (commit) it commits full > package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs, but, If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
There is a mode in which MC only saves the changes since the previous version. Not many people use it, but it is there. There is a menu item in the right hand panel I think it is. Keith
but why saving the complete package is a problem. I hate to have a piece of code and not be able to use because another part is on nother server and down or gone. Stef On Jan 13, 2009, at 12:22 AM, Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <keith_hodges@yahoo.co.uk
wrote: Mariano Martinez Peck wrote: Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs, but, If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Tue, Jan 13, 2009 at 09:54, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
but why saving the complete package is a problem. I hate to have a piece of code and not be able to use because another part is on nother server and down or gone.
He meant, when you work on one package, how to commit only part of the changes in the image, and keep the rest of the changes for a later commit.
Stef
On Jan 13, 2009, at 12:22 AM, Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <keith_hodges@yahoo.co.uk
wrote: Mariano Martinez Peck wrote: Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs, but, If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
I guess that Stef emphasized the importance to not rely on previous versions. Alexandre On 20 Jan 2009, at 01:14, Damien Pollet wrote:
On Tue, Jan 13, 2009 at 09:54, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
but why saving the complete package is a problem. I hate to have a piece of code and not be able to use because another part is on nother server and down or gone.
He meant, when you work on one package, how to commit only part of the changes in the image, and keep the rest of the changes for a later commit.
Stef
On Jan 13, 2009, at 12:22 AM, Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <keith_hodges@yahoo.co.uk
wrote: Mariano Martinez Peck wrote: Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs, but, If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Tue, Jan 20, 2009 at 6:41 AM, Alexandre Bergel <alexandre@bergel.eu>wrote:
I guess that Stef emphasized the importance to not rely on previous versions.
Yes, Stef doesn't like it but I do.
On 20 Jan 2009, at 01:14, Damien Pollet wrote:
On Tue, Jan 13, 2009 at 09:54, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
but why saving the complete package is a problem. I hate to have a piece of code and not be able to use because another part is on nother server and down or gone.
He meant, when you work on one package, how to commit only part of the changes in the image, and keep the rest of the changes for a later commit.
Thanks Damien ! That's exactly what I wanted to say. Another question, will sourcetalk let us browse code in our browser ? Seaside has that component, hasn't it ? thanks! mariano
Stef
On Jan 13, 2009, at 12:22 AM, Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <
keith_hodges@yahoo.co.uk
wrote: Mariano Martinez Peck wrote: Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs, but, If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Ok I understand now what you meant. Stef On Jan 23, 2009, at 4:14 PM, Mariano Martinez Peck wrote:
On Tue, Jan 20, 2009 at 6:41 AM, Alexandre Bergel <alexandre@bergel.eu> wrote: I guess that Stef emphasized the importance to not rely on previous versions.
Yes, Stef doesn't like it but I do.
On 20 Jan 2009, at 01:14, Damien Pollet wrote:
On Tue, Jan 13, 2009 at 09:54, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
but why saving the complete package is a problem. I hate to have a piece of code and not be able to use because another part is on nother server and down or gone.
He meant, when you work on one package, how to commit only part of the changes in the image, and keep the rest of the changes for a later commit.
Thanks Damien ! That's exactly what I wanted to say.
Another question, will sourcetalk let us browse code in our browser ? Seaside has that component, hasn't it ?
thanks!
mariano
Stef
On Jan 13, 2009, at 12:22 AM, Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <keith_hodges@yahoo.co.uk
wrote: Mariano Martinez Peck wrote: Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs,
but,
If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo- project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yes, have a look at one of the projects. You can browse the code online. Lukas On 1/23/09, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Tue, Jan 20, 2009 at 6:41 AM, Alexandre Bergel <alexandre@bergel.eu>wrote:
I guess that Stef emphasized the importance to not rely on previous versions.
Yes, Stef doesn't like it but I do.
On 20 Jan 2009, at 01:14, Damien Pollet wrote:
On Tue, Jan 13, 2009 at 09:54, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
but why saving the complete package is a problem. I hate to have a piece of code and not be able to use because another part is on nother server and down or gone.
He meant, when you work on one package, how to commit only part of the changes in the image, and keep the rest of the changes for a later commit.
Thanks Damien ! That's exactly what I wanted to say.
Another question, will sourcetalk let us browse code in our browser ? Seaside has that component, hasn't it ?
thanks!
mariano
Stef
On Jan 13, 2009, at 12:22 AM, Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <
keith_hodges@yahoo.co.uk
wrote: Mariano Martinez Peck wrote: Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs, but, If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
Yes, have a look at one of the projects. You can browse the code online. Lukas On 1/23/09, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Tue, Jan 20, 2009 at 6:41 AM, Alexandre Bergel <alexandre@bergel.eu>wrote:
I guess that Stef emphasized the importance to not rely on previous versions.
Yes, Stef doesn't like it but I do.
On 20 Jan 2009, at 01:14, Damien Pollet wrote:
On Tue, Jan 13, 2009 at 09:54, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
but why saving the complete package is a problem. I hate to have a piece of code and not be able to use because another part is on nother server and down or gone.
He meant, when you work on one package, how to commit only part of the changes in the image, and keep the rest of the changes for a later commit.
Thanks Damien ! That's exactly what I wanted to say.
Another question, will sourcetalk let us browse code in our browser ? Seaside has that component, hasn't it ?
thanks!
mariano
Stef
On Jan 13, 2009, at 12:22 AM, Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <
keith_hodges@yahoo.co.uk
wrote: Mariano Martinez Peck wrote: Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs, but, If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
Stef: excellent! Lucas: Sorry, I didn't notice that clicking in the project let me browse code. This is great !!! On Fri, Jan 23, 2009 at 1:50 PM, Lukas Renggli <renggli@gmail.com> wrote:
Yes, have a look at one of the projects. You can browse the code online.
Lukas
On 1/23/09, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Tue, Jan 20, 2009 at 6:41 AM, Alexandre Bergel <alexandre@bergel.eu>wrote:
I guess that Stef emphasized the importance to not rely on previous versions.
Yes, Stef doesn't like it but I do.
On 20 Jan 2009, at 01:14, Damien Pollet wrote:
On Tue, Jan 13, 2009 at 09:54, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
but why saving the complete package is a problem. I hate to have a piece of code and not be able to use because another part is on nother server and down or gone.
He meant, when you work on one package, how to commit only part of the changes in the image, and keep the rest of the changes for a later commit.
Thanks Damien ! That's exactly what I wanted to say.
Another question, will sourcetalk let us browse code in our browser ? Seaside has that component, hasn't it ?
thanks!
mariano
Stef
On Jan 13, 2009, at 12:22 AM, Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <
keith_hodges@yahoo.co.uk
wrote: Mariano Martinez Peck wrote: Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs, but, If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Andrea: I was playing for first time with sourcetalk and monticello2 and I have to questions: 1) In sourcetalk I think there is a little bug when adding projects. The first label of the form says "Create group". I think It should be "create project." Its very little, but I saw it hehehe. 2) I was following the user guide but have a problem in 3.3.1 "Adding a project". I don't see "add sourcetalk project" in the list. I only see "add directory repository", "add file repository" and "add memory repository". And that's all I see. Any idea what I did wrong ? Thanks! Mariano On Fri, Jan 23, 2009 at 2:44 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
Stef: excellent!
Lucas: Sorry, I didn't notice that clicking in the project let me browse code. This is great !!!
On Fri, Jan 23, 2009 at 1:50 PM, Lukas Renggli <renggli@gmail.com> wrote:
Yes, have a look at one of the projects. You can browse the code online.
Lukas
On 1/23/09, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Tue, Jan 20, 2009 at 6:41 AM, Alexandre Bergel <alexandre@bergel.eu>wrote:
I guess that Stef emphasized the importance to not rely on previous versions.
Yes, Stef doesn't like it but I do.
On 20 Jan 2009, at 01:14, Damien Pollet wrote:
On Tue, Jan 13, 2009 at 09:54, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
but why saving the complete package is a problem. I hate to have a piece of code and not be able to use because
another
part is on nother server and down or gone.
He meant, when you work on one package, how to commit only part of the changes in the image, and keep the rest of the changes for a later commit.
Thanks Damien ! That's exactly what I wanted to say.
Another question, will sourcetalk let us browse code in our browser ? Seaside has that component, hasn't it ?
thanks!
mariano
Stef
On Jan 13, 2009, at 12:22 AM, Mariano Martinez Peck wrote:
On Mon, Jan 12, 2009 at 9:07 PM, Keith Hodges <
keith_hodges@yahoo.co.uk
wrote: Mariano Martinez Peck wrote: Excelents both documents. I really like them!
I am one of the SqueakDBX team and one reason I really hate monticello is that when every time I want to save (commit) it commits full package. This is very annoying, So switch it to diff mode.
I think there is something I don't know about MC. Suppose I have a whole package. I modified some clases. But I don't want to commit some of those changes. If I see diff mode, I can see the diffs,
but,
If I commit, I commit all. Not only the changes I want. To do that, I have to override the rest of the changes so that not to commit them. And, If I do this, I loose those changes. So, I have to backup those changes in a file, then commit, and recover the changes again.
I mean, I would like something like CVS or SVN where you can commit what you want, no the whole package.
I don't know If I could express myself. Sorry for my English.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
1) In sourcetalk I think there is a little bug when adding projects. The first label of the form says "Create group". I think It should be "create project." Its very little, but I saw it hehehe.
Thank you for pointing that out.
2) I was following the user guide but have a problem in 3.3.1 "Adding a project". I don't see "add sourcetalk project" in the list. I only see "add directory repository", "add file repository" and "add memory repository". And that's all I see. Any idea what I did wrong ?
Did you load Sourcetalk-Client-lr.4.st that I posted in the original announcement? Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
On Sun, Feb 1, 2009 at 6:46 AM, Lukas Renggli <renggli@gmail.com> wrote:
1) In sourcetalk I think there is a little bug when adding projects. The first label of the form says "Create group". I think It should be "create project." Its very little, but I saw it hehehe.
Thank you for pointing that out.
You are welcome :)
2) I was following the user guide but have a problem in 3.3.1 "Adding a project". I don't see "add sourcetalk project" in the list. I only see "add directory repository", "add file repository" and "add memory repository". And that's all I see. Any idea what I did wrong ?
Did you load Sourcetalk-Client-lr.4.st that I posted in the original announcement?
No. I didn't know anything about that file. Where can I get it ? I was just reading pdf user guide. What about including this in the ser guide ? cheers, Mariano
Cheers, Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Did you load Sourcetalk-Client-lr.4.st that I posted in the original announcement?
No. I didn't know anything about that file. Where can I get it ? I was just reading pdf user guide. What about including this in the ser guide ?
It should become part of the standard Monticello distribution, but that hasn't happened yet. I sent the changes with my original announcement, but attached them again to this mail. Make sure to close all Monticello 2 browsers before loading. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
participants (6)
-
Alexandre Bergel -
Damien Pollet -
Keith Hodges -
Lukas Renggli -
Mariano Martinez Peck -
Stéphane Ducasse