A working notebook on technical topics like Linux, networking, security, and AI—field notes, experiments, and things I don’t want to forget.
Tuesday, December 20, 2016
Version Control Systems
I used to use Clearcase and CVS for version control "back in the day" (way back in the day actually).
Some shops use Subversion now, which is referred to these days in the era of shortcuts and short attention spans, as SVN.
This link here - an analysis - shows some differences between CVS and SVN compared:
http://www.pushok.com/software/svn-vscvs.html
Moving on to GIT, here is a link where fundamental differences between GIT and SVN are discussed.
http://boxysystems.com/index.php/5-fundamental-differences-between-git-svn/
It's been a long time since I have done version control, or had a need to. So this is some information that can be helpful to get back "up to speed".
Subscribe to:
Post Comments (Atom)
Adding a Layer of LLM as a Final Trading Gate
When we did our back-testing logic we really started to get a full understanding of our features and what mattered and influenced returns. ...
-
After finishing up my last project, I was asked to reverse engineer a bunch of work a departing developer had done on Kubernetes. Immediat...
-
Initially, I started to follow some instructions on installing Kubernetes that someone sent to me in an email. I had trouble with those, s...
-
On this post, I wanted to remark about a package called etcd. In most installation documents for Kubernetes, these documents tend to abstr...
No comments:
Post a Comment