All links to repos now go to new page

This commit is contained in:
Philip Sargent
2020-04-26 21:41:21 +01:00
parent 615ce571c4
commit 6702081779
26 changed files with 92 additions and 64 deletions

View File

@@ -61,9 +61,9 @@ of all caves in a large .CSV file with a cave on each row made the storage of ne
more straightforward.
<h3>Version control</h3>
<p>Another important element of this system was version control. The entire data structure was
<p>Another important element of this system was <a href="computing/repos.html">version control</a>. The entire data structure was
stored initially in a <a href="https://en.wikipedia.org/wiki/Concurrent_Versions_System">Concurrent Version System</a> repository, and later migrated to
<a href="https://en.wikipedia.org/wiki/Apache_Subversion">Subversion</a> [<em>now using a <a href="computing/onlinesystems.html#mercurial">DVCS</a> in 2019</em>].
<a href="https://en.wikipedia.org/wiki/Apache_Subversion">Subversion</a> [<em>now using <a href="computing/repos.html">git</a> in 2020</em>].
Any edits to the spreadsheets which caused the scripts to fail, breaking the
website, could be easily reversed.