Put the server code under version control
Posted: Sat Apr 16, 2016 1:47 am
Yesterdays xp mess made me realize that it looks like the server code base is not under version control. Now, I'm not sure if that's the case (I surely hope that I'm wrong about it), but working without version control is a disaster of epic proportions waiting to happen (like yesterday).
In case I'm right, and there's no version control, it should be put under it ASAP.
Some tutorials:
https://www.atlassian.com/git/tutorials/
https://try.github.io/levels/1/challenges/1
http://rogerdudler.github.io/git-guide/
https://git-scm.com/docs/user-manual.html
Repository can be hosted on either bitbucket or github.
Now, bitbucket allows private repositories up to 2 GB, while github does not (not for free, anyway).
Private repo would host the files, while public one would allow other people to spot obvious scripting bugs and submit fixes. Whichever you prefer.
Just saying that identifying "what the heck went wrong" is running one command, when version control is available.
In case I'm right, and there's no version control, it should be put under it ASAP.
Some tutorials:
https://www.atlassian.com/git/tutorials/
https://try.github.io/levels/1/challenges/1
http://rogerdudler.github.io/git-guide/
https://git-scm.com/docs/user-manual.html
Repository can be hosted on either bitbucket or github.
Now, bitbucket allows private repositories up to 2 GB, while github does not (not for free, anyway).
Private repo would host the files, while public one would allow other people to spot obvious scripting bugs and submit fixes. Whichever you prefer.
Just saying that identifying "what the heck went wrong" is running one command, when version control is available.