“Releasefähigkeit bedeutet, dass auch alte individuelle Anpassungen nach dem Einspielen des nächsten Programmreleases (Release = Ausgabe, Version, Veröffentlichung, Freigabe einer Software) automatisch wieder verfügbar sind”.
Arne Svendsen “Concerning the rollout of enhancements and new versions of the template, there is wone point of concern: Not many of the MES tools have strong version control for software development, so it's very difficult and manually driven process. It counts on human discipline to keep the implementation up to date. We may have a new version ready, but it can take many months to roll out at the sites. And also: expect your MES suppieer to come out with an upgrate every two years!”.
Book Klaus Thiel, Heiko Meyer, Franz Fuchs: "MES - Grundlagen der Produktion von morgen: Effektive Wertschöpfung durch die Einführung von Manufacturing Execution Systems" - Page 16 “Update and release managment. A system must be able to be upgraded, in general. It may not depend on customer or project specific elements ( however, this is a contradiction to the demand for highely flexible and tailored systems ). The customer must be enabled to roll out the updates within an acceptable space of time and without manual adoption of existing applications. New releases should be delivered 1-2 times a year. It must be possible to skip updates ( i.e. to avoid updates )”.
Investopedia "Rollout" - “A slang term for the introduction of a new product or service to the market. A rollout often refers to a significant product release, often accompanied by a strong marketing campaign to generate a large amount of consumer hype”.
The server VisualSVN Server for WinXP - “Subversion Server for Windows”.
VisualSVN Server - SVN Book - Online documentation “Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato: Version Control with Subversion”.
The server Silk SVN - “silk subversion”. “A standalone command line Subversion package for Windows. The installer contains all command line tools (svn, svnadmin, svnsync, svnserve, svnmucc, etc.) but no application bindings nor Apache modules”.
binder - “Turn a Git repo into a collection of interactive notebooks. Have a repository full of Jupyter notebooks? With Binder, open those notebooks in an executable environment, making your code immediately reproducible by anyone, anywhere”.
Reference customer, who presented the “binder” function on a Python workshop in 2019: GitHub "deeplook/ipyrest" - Button “LaunchBinder” at the top of the “README.md” file, displayed by the GitHub website.
As of 2020-01, the binary downloads of “Git Exensions” do not include “Git” anmore .
“Git Extensions is the only graphical user interface for Git that allows you control Git without using the commandline. It comes with a manual and video tutorials to get you started quickly”.
The OpenSource GitHub "GitHub Desktop" for Windows # - “Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, GitHub Desktop simplifies your development workflow”.
The free-for-noncommercial-use SmartGit/Hg for Windows.
You must use a special download installer, which downloads and installs the real GitHub application from github-windows.s3.amazonaws.com. No offline installation?!
While the “GitHub” application installs on my Athlon XP2800 computer properly, it crashes with APPCRASH when executed.
The acompanying website Das Git-Buch. Verteilte Versionsverwaltung für Code und Dokumente offers free editions of the book as PDF, EPUB, online HTML - “Der Verlag Open Source Press hat zum 31.12.2015 den Betrieb eingestellt und sämtliche Rechte an den veröffentlichten Texten an die Autoren zurückübertragen. Wir haben uns entschieden, den vollen Text des Buches sowie die AsciiDoc-Quellen unter einer CreativeCommons-Lizenz frei zugänglich zu machen. Alternativ zu der Online-HTML-Version gibt es eine PDF- und EPUB-Version”.
With a BitBucket Git, there was the error message after pull “The current branch is not configured for pull. No value for key remote.origin.url found in configuration”.
I was able to fix the problem by adding a [branch “master”] section in the Git configuration. Additionally I changed the URL from “http:” to “https:” :
GitHub Help "Generating SSH Keys" - On Windows, the directory “c:\users\<user>.\.ssh” is used to store the rsa files “github_rsa” and “github_rsa.pub”.
Markdown is standard at Github for documentation of software applications. In opposite, JavaDoc and JSDoc are used for documentation of functions.
To create a Gist, you need to enter (1) a Gist name, (2) and some text in the contents field. (3) You should also enter a filename to be able to set the filetype ( e.g. “test.md” to set the language to “MD” ), but that's not mandatory from point of view of the service.
The free service RawGit - “RawGit serves raw files directly from GitHub with proper Content-Type headers”.
StackOverflow "Git gist - Markdown does not work" - “Github uses file extension to recognize file type. In order to use Markdown in your gist it should have appropriate .markdown (or .md) extension”.
“As of January 30th, 2013, GitHub now allow relative links. Make sure that you append ?raw=true to the end of the URL, though. Here is an example: ![Image](../blob/master/public_html/img/nokia.png?raw=true). Due to the way GitHub handles URL's, if you do not append ?raw=true to the source URL your browser will attempt to load the page which displays the image”.
GitHub "hecticjeff/gist-img" - “gist-img.sh is a tiny shell script that encodes the given image in base64 and uploads it to gist using the gist(1) commands line utility”.
March Hare Pty Ltd "All Downloads" - list of the filenames of the latest community editon “cvsnt-server-2.5.05.3744.msi”, “cvsnt-client-2.5.05.3744.msi”, “cvsnt-2.5.05.3744-bin.zip”, “cvsnt-local-2.5.05.3744.msi”, name of latest community source file “cvsnt-2.5.05.3744.tar.gz”.
March Hare Pty Ltd "The CVSNT Manual" for “Concurrent Versions System (cvsnt) 2.5.05.3744” - online HTML manual, download of a tar.gz archive with PDF, PS, HTML documents.
“The public CVS server for source code is not guarenteed to be available 24×7, is provided by a volunteer and may be withdrawn at any time: cvs -d :pserver:cvs:@cvs.cvsnt.org:/cvsnt co -r CVSNT_2_0_x cvsnt”.
Free downloads of legacy editions.
I am still looking for contact to people, who once downloaded the files of the once freely available OpenSource 2.5.05 edition for Windows, source code and binaries! So I am looking for “cvsnt 2.5.05 for Windows free download”. Please contact me, if you did !
Mercurial implements the concepts of “patches”, so you can create a directory “patches” where you may store several consequente versions of your software on you local file system, e.g. to show the progress of a software development ( as tutorial ).
There is a general problem with Windows ( and its file system ) and CVS systems, as there is no difference in handling non-capital letters ( a-z ) from capital letters ( A-Z ).
If you create a path with ( some ) capital letters, the directories are not renamed if you download a similar path just with non-capital letters. While e.g. with Java, there might be made use of one of the spellings withhin the code.