Re: Which git service suits a LiveCoder best?

2020-04-28 Thread Trevor DeVore via use-livecode
On Tue, Apr 28, 2020 at 8:50 AM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > I wouldn't say it's using levure as intended. > trevor, in his videos, anyway, does not export every script to an SOS, only > ones that are a certain length. if you do it that way, then

Re: Which git service suits a LiveCoder best?

2020-04-28 Thread Mike Kerner via use-livecode
I wouldn't say it's using levure as intended. trevor, in his videos, anyway, does not export every script to an SOS, only ones that are a certain length. if you do it that way, then scriptTracker could be valuable. I choose to put every script in SOS's, so scriptTracker isn't particularly useful

Re: Which git service suits a LiveCoder best?

2020-04-27 Thread Brian Milby via use-livecode
ScriptTracker isn’t necessarily incompatible with Levure, but if using that framework as intended then all of the scripts would be in script only stacks as behaviors which would make it unnecessary. I have thought about setting up a hybrid project as a test but never have gotten around to

Re: Which git service suits a LiveCoder best?

2020-04-27 Thread Andreas Bergendal via use-livecode
As to the ’how’, I planned to move into script-only stacks more anyway, and will also test the Levure framework, and/or Script Tracker. I’m not sure if those two are compatible though? I mean, if I use Levure framework I can’t (needn’t?) use Script Tracker as well, right? Anyway, with the help

Re: Which git service suits a LiveCoder best?

2020-04-24 Thread Andre Garzia via use-livecode
I came here to recommend "script tracker" as a powerful tool for those storing stacks in vcs. In the end it all depends on how your workflow is going to happen. Are you going to do merges? If that is the case then you need to plan ahead and carefully since you can't merge binary stacks. Another

Re: Which git service suits a LiveCoder best?

2020-04-23 Thread Mark Wieder via use-livecode
On 4/23/20 9:04 PM, Brian Milby via use-livecode wrote: New dedicated repo is located at: https://github.com/bwmilby/scriptTracker Oh, cool. I'll change my git remote. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

Re: Which git service suits a LiveCoder best?

2020-04-23 Thread Brian Milby via use-livecode
New dedicated repo is located at: https://github.com/bwmilby/scriptTracker Thanks, Brian On Apr 24, 2020, 12:02 AM -0400, Mark Wieder via use-livecode , wrote: > On 4/23/20 6:58 PM, Brian Milby via use-livecode wrote: > > My scriptTracker plugin is an easy way to get the scripts out as text

Re: Which git service suits a LiveCoder best?

2020-04-23 Thread Mark Wieder via use-livecode
On 4/23/20 6:58 PM, Brian Milby via use-livecode wrote: My scriptTracker plugin is an easy way to get the scripts out as text files for use with git (binary stack stays the same, plugin can automatically export scripts on every save of the stack) Which, if you can deal with the sluggishness

Re: Which git service suits a LiveCoder best?

2020-04-23 Thread Brian Milby via use-livecode
My scriptTracker plugin is an easy way to get the scripts out as text files for use with git (binary stack stays the same, plugin can automatically export scripts on every save of the stack) Thanks, Brian On Apr 23, 2020, 9:20 PM -0400, doc hawk via use-livecode , wrote: > Andreas announced, >

Re: Which git service suits a LiveCoder best?

2020-04-23 Thread doc hawk via use-livecode
Andreas announced, > Thanks everyone for your feedback and insights. Nothing speaks against > GitHub, it seems, so I’ll give that a try then. I’m curious though: *how* are you gong to do this? Don’t you need to reduce the stacks to text files first?

Re: Which git service suits a LiveCoder best?

2020-04-23 Thread Andreas Bergendal via use-livecode
Thanks everyone for your feedback and insights. Nothing speaks against GitHub, it seems, so I’ll give that a try then. Andreas ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Richard Gaskin via use-livecode
doc hawk wrote: > It’s no substitute for GitHub and the like, but I have a rather simple > system that intercepts saveStackRequest, checks the date, and saves a > new version with the date as part of the name. I also have a bmpVrsn > routine that can be used to advance a letter during the day,

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread doc hawk via use-livecode
It’s no substitute for GitHub and the like, but I have a rather simple system that intercepts saveStackRequest, checks the date, and saves a new version with the date as part of the name. I also have a bmpVrsn routine that can be used to advance a letter during the day, so things like 200422b

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Mike Kerner via use-livecode
github. pricing is getting better, especially in the last month, to compete with gitlab. we have projects in both github and gitlab (and I guess one person is messing with Azure, or whatever M$'s other git thang is), but people seem to be using github more. gitkraken is the most popular gui our

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Trevor DeVore via use-livecode
On Wed, Apr 22, 2020 at 3:46 AM Andreas Bergendal via use-livecode < use-livecode@lists.runrev.com> wrote: > > So, in short: How do I best get started with git when working with > LiveCode on Mac, in small teams or alone, wishing minimal use of command > line? > > Do I just let gravity pull me

Re: Which git service suits a LiveCoder best?

2020-04-22 Thread Brian Milby via use-livecode
All of my LC stuff is on GitHub (bwmilby).  I’m primarily Mac and use Atlassian’s Sourcetree to interact with my repositories.  I use my own ScriptTracker tool to export the scripts of stacks so I can track the changes. Thanks, Brian On Apr 22, 2020, 4:46 AM -0400, Andreas Bergendal via