Re: Team development solution

2012-08-27 Thread Magicgate Software - Skip Kimpel
All awesome ideas and great insight. Thank you everybody for your input! SKIP On Mon, Aug 27, 2012 at 10:31 PM, Bill Vlahos wrote: > While not probably as useful for team development but as an alternative to > source code repository, Pete Haworth's excellent lcStackDiff plugin is > another wa

Re: Team development solution

2012-08-27 Thread Bill Vlahos
While not probably as useful for team development but as an alternative to source code repository, Pete Haworth's excellent lcStackDiff plugin is another way to track your code. If offers the ability to compare the differences between different stacks (versions on your drive?) so you can see how

Re: Team development solution

2012-08-27 Thread Mark Wieder
Skip- Monday, August 27, 2012, 4:54:42 PM, you wrote: > I have 3.0.10 of glx2 installed. Ah. OK - I must have fixed that link post-version 10. I haven't released 3.0.11 yet because there are a couple of annoying bugs that have yet to be squashed. I'm still puzzling over the Alt-Gr key on the Ger

Re: Team development solution

2012-08-27 Thread Magicgate Software - Skip Kimpel
I have 3.0.10 of glx2 installed. SKIP On Mon, Aug 27, 2012 at 7:07 PM, Mark Wieder wrote: > Skip: > >> I get the 404 error from the VIEW DOCUMENTATION link in the plugin itself. > > I just tried that and it's working for me. Some of the other links need > tweaking, I think, but the "View Documen

Re: Team development solution

2012-08-27 Thread Mark Wieder
Skip: > I get the 404 error from the VIEW DOCUMENTATION link in the plugin itself. I just tried that and it's working for me. Some of the other links need tweaking, I think, but the "View Documentation" link goes to the right url. What version of glx2 are you running? -- Mark Wieder mwie...@a

Re: Team development solution

2012-08-27 Thread Peter Haworth
Thanks Mark, that sounds a whole lot better than anything that's been available in the past, at least that I've been aware of. Pete lcSQL Software On Mon, Aug 27, 2012 at 3:38 PM, Mark Wieder wrote: > Pete- > > > I'm > > definitely not a git expert but isn't the point of

Re: Team development solution

2012-08-27 Thread Mark Wieder
Skip- > > Thanks Mark, > > I get the 404 error from the VIEW DOCUMENTATION link in the plugin itself. Ah. Yes, I have a note to myself to try to find those links and fix them. -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list

Re: Team development solution

2012-08-27 Thread Mark Wieder
Pete- > I'm > definitely not a git expert but isn't the point of it the ability to check > out/in individual modules within a project? Or maybe glx2/git deal with > individual scripts? Yes, that's almost exactly it. But "objects" rather than "scripts"... the script is stored as one file and the

Re: Team development solution

2012-08-27 Thread Bob Sneidar
A versioning solution having the stack as the atomic unit is fairly useless for a large application like an accounting app for instance. I can conceive of a web based solution that could handle this, taking a stack on the server, adding handlers for managing versioning in a frontscript, and then

Re: Team development solution

2012-08-27 Thread Magicgate Software - Skip Kimpel
Thanks Mark, I get the 404 error from the VIEW DOCUMENTATION link in the plugin itself. SKIP On Mon, Aug 27, 2012 at 5:44 PM, Mark Wieder wrote: > Skip- > >> There seems to be a problem with the documentation on glx2 as I get a >> 404 error. Just trying to figure out how this integrates into g

Re: Team development solution

2012-08-27 Thread Peter Haworth
The "stack file as atomic unit" always seems to be the sticking point when this comes up. I imagine in a large application with multiple developers, you might very well have a need for them to work individually on different stacks within a stack file, either on the layout or the script. I'm defin

Re: Team development solution

2012-08-27 Thread Mark Wieder
Skip- > There seems to be a problem with the documentation on glx2 as I get a > 404 error. Just trying to figure out how this integrates into git. Where are you getting the 404 from? The link to the documentation is the first link in the wiki, but here is the tl;dr: http://glx2.ahsoftware.net

Re: Team development solution

2012-08-27 Thread Magicgate Software - Skip Kimpel
There seems to be a problem with the documentation on glx2 as I get a 404 error. Just trying to figure out how this integrates into git. SKIP On Mon, Aug 27, 2012 at 4:47 PM, Mark Wieder wrote: > Skip- > >> >> Any thoughts on using a shared Dropbox folder for team development and >> file versio

Re: Team development solution

2012-08-27 Thread Mark Wieder
Skip- > > Any thoughts on using a shared Dropbox folder for team development and > file versioning? As Andre points out, if you can get by with the monolithic stack structure as your atomic unit, You have two choices. You'll have to set up your own file-locking mechanism if you go with Dropbox o

Re: Team development solution

2012-08-27 Thread Andre Garzia
On Mon, Aug 27, 2012 at 5:23 PM, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > Sounds like a product / plugin waiting to be developed??? > There is Magic Carpet that does similar tasks and there is the git goodness that Mark put into glx2... > > SKIP > > On Mon, Aug 27, 2012

Re: Team development solution

2012-08-27 Thread Magicgate Software - Skip Kimpel
Sounds like a product / plugin waiting to be developed??? SKIP On Mon, Aug 27, 2012 at 4:16 PM, Andre Garzia wrote: > On Mon, Aug 27, 2012 at 5:10 PM, Magicgate Software - Skip Kimpel < > s...@magicgate.com> wrote: > >> Any thoughts on using a shared Dropbox folder for team development and >> fi

Re: Team development solution

2012-08-27 Thread Andre Garzia
On Mon, Aug 27, 2012 at 5:10 PM, Magicgate Software - Skip Kimpel < s...@magicgate.com> wrote: > Any thoughts on using a shared Dropbox folder for team development and > file versioning? > If you do that, you will need a file locking mechanism. I can be as simple as writing a file with the same n

Re: Team development solution

2012-08-27 Thread Magicgate Software - Skip Kimpel
Any thoughts on using a shared Dropbox folder for team development and file versioning? SKIP On Mon, Aug 27, 2012 at 3:45 PM, Mark Wieder wrote: > Skip- > > Monday, August 27, 2012, 11:41:54 AM, you wrote: > >> What do you all use for team development and source code repository? >> Is there such

Re: Team development solution

2012-08-27 Thread Mark Wieder
Skip- Monday, August 27, 2012, 11:41:54 AM, you wrote: > What do you all use for team development and source code repository? > Is there such a thing as GIT for LC? Git has been integrated into glx2 for a few months now. Complex tasks are delegated to gitk/gitx, but staging of files is automatic

Team development solution

2012-08-27 Thread Magicgate Software - Skip Kimpel
What do you all use for team development and source code repository? Is there such a thing as GIT for LC? SKIP ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pref