Shaare your links...
1984 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 3
57 results for tags version-control x
  • vc-fossil: GNU Emacs VC backend for the Fossil version control system
    Support for the Fossil version control system https://fossil-scm.org/home/doc/trunk/www/index.wiki for Emacs' VC version control abstraction.
    Wed Nov 30 11:44:09 2022 - permalink -
    - https://tumbleweed.nu/r/vc-fossil/doc/tip/README.md
    emacs FOSS fossil GNU Lisp version-control
  • Cobble is a primitive source code control system, targeted at tarball (or part* "shar" archives)
    Found via https://minnie.tuhs.org/pipermail/tuhs/2022-July/026117.html
    https://stromberg.dnsalias.org/~dstromberg/table.html looks interesting too.
    Wed Jul 6 11:33:48 2022 - permalink -
    - https://stromberg.dnsalias.org/~strombrg/cobble.html
    TODO tool version-control
  • SCCS - The POSIX standard Source Code Control System.
    An open source implementation of SCCS, found via https://minnie.tuhs.org/pipermail/tuhs/2022-June/025898.html
    The comparison to RCS on http://sccs.sourceforge.net/sccs_vs_rcs.html appears to be one-sided, but then I am probably biased towards RCS, which was the first version control software I have used.
    http://sccs.sourceforge.net/sccs_invention.html sounds like an interesting read.
    The last message on the mailing list https://sourceforge.net/p/sccs/mailman/sccs-devel/?viewmonth=201510 I found had been written 2015-10.
    According to https://de.wikipedia.org/wiki/J%C3%B6rg_Schilling, the author Jörg Schilling passed away on 2021-10-10.
    TODO: find out the license
    Fri Jun 10 13:29:39 2022 - permalink -
    - http://sccs.sourceforge.net/
    FOSS SCCS software TODO version-control
  • The Communicative Value of Using Git Well – Math ∩ Programming
    Blog article describing the author's way of using git and some comparison to mercurial.
    Mentions John Wigley's book https://jwiegley.github.io/git-from-the-bottom-up/
    Thu Mar 17 10:42:41 2022 - permalink -
    - https://jeremykun.com/2020/01/14/the-communicative-value-of-using-git-well/
    blog git reading TODO version-control
  • Game of Trees (Got)
    Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.

    Got is still under development; it is being developed on OpenBSD and its main target audience are OpenBSD developers.

    Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository.
    Thu Sep 23 15:11:57 2021 - permalink -
    - https://gameoftrees.org/
    BSD FOSS git tool version-control
  • Importing tarball snapshots into an existing Git history
    Adam Sampson's blog, found via https://minnie.tuhs.org/pipermail/tuhs/2017-September/012094.html
    Sun Jun 13 21:51:30 2021 - permalink -
    - http://offog.org/notes/tarballs-to-git/
    blog git TUHS version-control
  • framework for managing and maintaining multi-language pre-commit hooks
    Pre-commit is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the installation and execution of any hook written in any language before every commit. pre-commit is specifically designed to not require root access.
    Sat Mar 6 13:15:36 2021 - permalink -
    - https://pre-commit.com/
    git Python tool version-control
  • Nikita Tonsky's blog
    Found via a link to https://tonsky.me/blog/disenchantment/
    on Brett Gilio's article
    https://brettgilio.com/posts/2020-07-27-intro-and-computing.html#fn.2

    Nikita's article about git is interesting, though a bit old. Note that Fossil implements a web- based GUI.
    Sat Oct 3 11:25:49 2020 - permalink -
    - https://tonsky.me/blog/reinventing-git-interface/
    blog git version-control
  • Your unofficial guide to dotfiles on GitHub.
    Tools to manage configuration files in $HOME. Found via https://ubuntu.com/blog/feeling-at-home-in-a-lxd-container
    where https://www.chezmoi.io/ is recommended.
    Mon Jul 6 09:12:59 2020 - permalink -
    - https://dotfiles.github.io/utilities/
    git tool version-control
  • fsl - a wrapper for the fossil version control system
    Sat Jun 20 19:37:53 2020 - permalink -
    - http://fossil.0branch.com/fsl/wiki?name=Cookbook
    Tcl tool version-control
  • Octobus - commercial support for Mercurial
    The are working to archive all of Bitbucket Mercurial content before Atlassian delete it all.
    The article "Not everything is UTF-8" 2020-06-05 (no URL yet, as of 2020-06-09 it can be found on https://octobus.net/blog) is interesting too.
    Tue Jun 9 16:41:13 2020 - permalink -
    - https://octobus.net/blog/2020-05-26-swh-status-download.html
    blog mercurial Rust version-control
  • Simple scripts to convert RCS files to a Git repo.
    These simple scripts help in converting an RCS collection of files
    into a Git repo.
    These scripts are good only for the simple case of a single RCS
    directory with no branches, just straight check-ins. Files that
    were checked in with a single 'ci' command will be added to git
    with a single git commit.
    Wed Mar 18 15:29:57 2020 - permalink -
    - https://github.com/arnoldrobbins/simple-rcs2git
    awk git RCS Robbins version-control
  • Dotfiles configuration management
    The link points to survey results, those below are about specific ways to manage dotfiles.
      1. https://www.atlassian.com/git/tutorials/dotfiles
      2. https://news.ycombinator.com/item?id=11070797 needs more exploration
      3. https://thoughtbot.com/blog/rcm-for-rc-files-in-dotfiles-repos
      4. https://blog.tfnico.com/2014/03/managing-dot-files-with-vcsh-and-myrepos.html found in (2)
    Sun Mar 8 19:11:26 2020 - permalink -
    - https://www.swalladge.net/archives/2017/08/07/dotfiles-config-survey/
    git mercurial TODO tool version-control
  • Chris's Wiki :: blog
    Blog about Unix, C, system administration and more. See for example
    https://utcc.utoronto.ca/~cks/space/blog/sysadmin/NotificationsVersusLogs
    https://utcc.utoronto.ca/~cks/space/blog/sysadmin/IdentifyMachineEmailByRootName
    https://utcc.utoronto.ca/~cks/space/blog/sysadmin/ProceduresAreNotDocumentation
    https://utcc.utoronto.ca/~cks/space/blog/sysadmin/RCStoMercurial  Instructions for converting files/directories controlled with RCS to Mercurial.
    TODO: mention M-x vc-revision-other-window. Saved Tue 2019-10-29 17:02:29
    https://utcc.utoronto.ca/~cks/space/blog/unix/V7WhyItMattersSoMuch  found Mon 2022 -01-10 13:12:03 on https://irreal.org/blog/?p=10149
    https://utcc.utoronto.ca/~cks/space/blog/linux/UbuntuKernelAutoremove  MIght want to see whether this is relevant for me. Saved Tue 2017-03-28 19:10:35
    Fri Jan 10 18:13:11 2020 - permalink -
    - https://utcc.utoronto.ca/~cks/space/blog
    C reading TODO Unix version-control
  • Git - git-worktree Documentation
    Manage multiple working trees attached to the same repository.
    Found via https://fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki section "One vs. Many Check-outs per Repository"
    Tue Aug 27 19:10:05 2019 - permalink -
    - https://git-scm.com/docs/git-worktree
    fossil git version-control
  • NotABug.org is a free-software code collaboration platform for freely licensed projects.
    A fully-free (as in libre) alternative to Github, found via
    https://github.com/CodyReichert/awesome-cl
    Mon Aug 19 17:14:11 2019 - permalink -
    - https://notabug.org
    FOSS version-control web
  • Git for Windows
    Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike.
    Includes a bash emulation.
    Fri Jul 14 00:21:35 2017 - permalink -
    - https://git-for-windows.github.io/
    git version-control Windows
  • Unorthodocs: Abandon your DVCS and Return to Sanity - bitquabit
    Interesting description of the disadvantages of distributed version control systems.
    Found via http://xed.ch/help/mercurial.html
    Wed Apr 12 12:34:11 2017 - permalink -
    - https://bitquabit.com/post/unorthodocs-abandon-your-dvcs-and-return-to-sanity/
    blog reading version-control
  • How to Write a Git Commit Message
    Fri Mar 31 17:56:26 2017 - permalink -
    - https://chris.beams.io/posts/git-commit/
    version-control
  • Semantic Versioning 2.0.0 - Semantic Versioning
    Given a version number MAJOR.MINOR.PATCH, increment the:

       MAJOR version when you make incompatible API changes,
       MINOR version when you add functionality in a backwards-compatible manner, and
       PATCH version when you make backwards-compatible bug fixes.

    Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
    Thu Mar 2 18:09:52 2017 - permalink -
    - http://semver.org/
    software version-control
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.