Page 1 of 1

SC Version Control

PostPosted: Wed Dec 16, 2015 2:01 pm
by kbjackson
I would like to create a version control routine like the one that is used by SC (see below).

What's the best way to accomplish this using a hosted website? Is there a common PHP and/or java script used for such routines?

"http://seedcode.com/about/complete13.php?pg=buildnumber&version=pro&build=" & Home::BuildNumber

Re: SC Version Control

PostPosted: Wed Dec 16, 2015 3:02 pm
by John Sindelar
Try modifying this file: should be all you need =)

complete13.php.zip
(1.79 KiB) Downloaded 1118 times

Re: SC Version Control

PostPosted: Wed Dec 16, 2015 3:21 pm
by kbjackson
Thanks for the quick response John.

This is exactly what I wanted. Very well documented. Will use this in my solution.

Much appreciated.

Re: SC Version Control

PostPosted: Wed Dec 16, 2015 5:14 pm
by kbjackson
Excellent! John. Worked perfectly with just a little tweaking. I now have version control in my solution.

Merry Christmas to all of the Seedcode team!

Ken

Re: SC Version Control

PostPosted: Thu Dec 17, 2015 7:19 am
by John Sindelar
That's great, Ken! Congrats.

And Merry Christmas to you and yours.

- John