On 12/08/2013, at 11:07 AM, Geoff Canyon wrote: > I mean set up a project on GitHub (not sure if that can be done from LC), > then use LC to: > -- clone the repo > -- make changes to the files locally > -- pull and push to sync
If you have lots of people pulling and pushing to one remote you will have lots of conflicts to resolve... all of which will have to be resolved before the user can push by which time someone else may have pushed causing another conflict so it all starts again. Using a single remote that everyone has write access to is only really good for small teams. Cheers -- M E R Goulding Software development services Bespoke application development for vertical markets mergExt - There's an external for that! _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
