On 4/3/2016 10:55 PM, Charles Warwick wrote:

On 4/04/2016 5:27 am, J. Landman Gay wrote:
Speaking of github, isn't there some kind of "check out" procedure? If
so, I'm not sure how that would work. Asking Charles to do that for us
and then push the changes might be more than he signed up for.
In git terminology, "check out" just means retrieving a particular
version of a file and pulling it into your local repository.  There is
no marking of a file as being "checked out" at the remote end (LC's git
repository).

So you don't _have_ to do anything special to check out a file that you
want to modify.  However, it is obviously best to ensure you are
modifying the latest copy of a file so that any changes you submit won't
be overwriting other already made changes.

The easiest way to retrieve the latest copy of a file from LiveCode's
source is to browse their repository in GitHub (you don't need an
account to do this):

For the latest LC8 code, this link will get you there:

https://github.com/livecode/livecode/tree/develop

Once you browse down the directory tree and have clicked on the file you
want to modify, it will show the contents of the file within the Github
website.  From there, right click on the "Raw" button on the right hand
side just above the top of the contents of the file and choose "Save
As..." to save a copy to your PC.

Then you can make your changes and e-mail them through.

Thank you for that, you almost make it sound easy. Then I read Mark Wieder's comments to Kay and decided I was wrong. :)

I'll give it a try.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to