I'm returning to doing more Smalltalk after various fun diversions. I've got
Dolphin 4 and look forward to 5. What's good for single-user source management? I'd like to be able to brows change chronologically and a few little things like that. So what's the latest thing? Thanks! Ronald E Jeffries http://www.XProgramming.com http://www.objectmentor.com I'm giving the best advice I have. You get to decide whether it's true for you. |
Ron,
"Ron Jeffries" <[hidden email]> wrote in message news:[hidden email]... > I'm returning to doing more Smalltalk after various fun diversions. I've got > Dolphin 4 and look forward to 5. > > What's good for single-user source management? I'd like to be able to brows > change chronologically and a few little things like that. So what's the latest > thing? I've been using David Gorisek's Source Tracking System, which lets you version packages and projects, and saves every timestamped versions of methods, etc. It's been very reliable, even in cases when I completely trashed my image. It's light on documentation, but I haven't found that to be much of a problem. You can get more info at http:/www.gorisek.com. HTH, Don > > Thanks! > > Ronald E Jeffries > http://www.XProgramming.com > http://www.objectmentor.com > I'm giving the best advice I have. You get to decide whether it's true for you. |
I'll second that - I have had good luck with STS also -
jlo "Don Rylander" <[hidden email]> wrote in message news:a8o09o$suirs$[hidden email]... > Ron, > "Ron Jeffries" <[hidden email]> wrote in message > news:[hidden email]... > > I'm returning to doing more Smalltalk after various fun diversions. I've > got > > Dolphin 4 and look forward to 5. > > > > What's good for single-user source management? I'd like to be able to > brows > > change chronologically and a few little things like that. So what's the > latest > > thing? > > I've been using David Gorisek's Source Tracking System, which lets you > version packages and projects, and saves every timestamped versions of > methods, etc. It's been very reliable, even in cases when I completely > trashed my image. It's light on documentation, but I haven't found that > be much of a problem. You can get more info at http:/www.gorisek.com. > > HTH, > > Don > > > > > Thanks! > > > > Ronald E Jeffries > > http://www.XProgramming.com > > http://www.objectmentor.com > > I'm giving the best advice I have. You get to decide whether it's true > you. > > |
In reply to this post by Ron Jeffries-2
Hi Ron,
> I'm returning to doing more Smalltalk after various fun diversions. I've got > Dolphin 4 and look forward to 5. > > What's good for single-user source management? I'd like to be able to brows > change chronologically and a few little things like that. So what's the latest > thing? I store all packages in PAX format and use WinCvs (http://www.wincvs.org) for a source management. Dmitry Zamotkin |
In reply to this post by Ron Jeffries-2
Ron Jeffries <[hidden email]> wrote in message
news:[hidden email]... > I'm returning to doing more Smalltalk after various fun diversions. I've got > Dolphin 4 and look forward to 5. > > What's good for single-user source management? I'd like to be able to brows > change chronologically and a few little things like that. So what's the latest > thing? I have to agree with Don. I have been using David Gorisek's Source Tracking System ( http://www.gorisek.com/ ) for quite a while, and it is a great tool. The versioning system generally works well and it is well integrated into the Dolphin class browser. However I would like to see some improved overview capabilities to make it easier to manage things, even so STS is quite useful in its current form and I would recommend it. I don't think there is currently any similar competing product. Dolphin does have hooks for use with a file based source control solution. I have not personally worked with this, so I can't comment from a truly educated perspective (perhaps someone else can?), but it seems like one would not be able to as easily achieve as good an integration with the Dolphin browsers or as natural a Smalltalk feel as STS achieves. Chris |
"Christopher J. Demers" <[hidden email]> wrote in message news:<a8t0gt$v259l$[hidden email]>...
> Dolphin does have hooks for use with a file based source control solution. > I have not personally worked with this, so I can't comment from a truly > educated perspective (perhaps someone else can?), but it seems like one > would not be able to as easily achieve as good an integration with the > Dolphin browsers or as natural a Smalltalk feel as STS achieves. I've got a rudimentary interface to RCS implemented (see my goodies page at http://www.nls.net/mp/jarvis/bob/DolphinGoodies.htm), but integrating it with the browsers is more than I've cared to do. Bob Jarvis |
Free forum by Nabble | Edit this page |