Shaare your links...
2370 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
62 results for tags version-control x
  • 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
  • Keep a Changelog
    Don’t let your friends dump git logs into CHANGELOGs™

    Arguments for keeping a human-readable, high-level change log.
    Thu Mar 2 18:03:49 2017 - permalink -
    - http://keepachangelog.com/en/0.3.0/
    FOSS version-control
  • Version-Control Systems for Linux
    Long list of version control software available for Linux.
    Fri Feb 24 16:16:06 2017 - permalink -
    - http://linuxmafia.com/faq/Apps/vcs.html#fossil
    reading software version-control
  • Understanding Git - git-slides-2009.pdf
    70 presentation slides explaining the git version control tool. Found via
    Sumana Harihareswara's blog
    http://www.harihareswara.net/sumana/2016/08/04/1
    Thu Jan 26 18:14:42 2017 - permalink -
    - http://web.mit.edu/nelhage/Public/git-slides-2009.pdf
    git reading TODO version-control
  • BK_Nested_White_Paper.pdf
    BitKeeper is available under an Apache license. The paper is interesting also for users of other version control systems.
    Tue Jan 3 14:30:31 2017 - permalink -
    - http://www.bitkeeper.org/BK_Nested_White_Paper.pdf
    FOSS reading version-control
  • Continuous Unix commit history from 1970 until today
    Unix History Repository

    The goal of this project is to create a git repository representing the Unix source code history, starting from the 1970s and ending in the modern time. To fulfill this goal the project brings data from early snapshots, repositories, and primary research. The project aims to put in the repository as much metadata as possible, allowing the automated analysis of Unix history.

    Created by Diomidis Spinellis.
    Wed Aug 10 13:52:15 2016 - permalink -
    - https://github.com/dspinellis/unix-history-repo
    git history software Unix version-control
  • Gource - a software version control visualization tool
    Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project.

    Gource includes built-in log generation support for Git, Mercurial, Bazaar and SVN. Gource can also parse logs produced by several third party tools for CVS repositories.
    Mon Aug 8 11:59:18 2016 - permalink -
    - http://gource.io/
    bazaar git mercurial software SVN version-control visualization
  • The TexiWeb Jr. super simple literate programming system
    This is TexiWeb Jr., a super simple literate programming system built
    on top of Texinfo and implemented in awk.

    The "tangle" piece was successfully bootstrapped on November 4, 2013.
    The "weave" piece started producing a reasonable-looking document
    on November 11, 2013.

    As of Fri Feb 19 12:07:09 IST 2016, both the source code and literate programming document
    are licensed under the GNU GPL. See the file COPYING.

    Other repositories from the same author are interesting too: e.g.
    the portable C compiler
     https://github.com/arnoldrobbins/pcc-revived
    and a converter from RCS to git
     https://github.com/arnoldrobbins/simple-rcs2git
    Fri Aug 5 15:06:47 2016 - permalink -
    - https://github.com/arnoldrobbins/texiwebjr
    awk GPL literate-programming Robbins software version-control
  • Self hosting with cgit using Spiffy | More magic
    History shows: code hosting is unreliable.

    At the beginning of this year, Google Code shut down. Tarballs of archived projects will stay available until the end of the year, but after that the code will probably be gone forever.
    Tue Mar 8 10:22:02 2016 - permalink -
    - http://www.more-magic.net/posts/self-hosting-spiffy-cgit.html
    Scheme TODO version-control
  • git for CVS users
    Tutorial about git for people familiar with CVS.
    Fri Jan 8 13:51:02 2016 - permalink -
    - https://www.kernel.org/pub/software/scm/git/docs/v1.4.4.4/cvs-migration.html
    software tool version-control
  • graydon2 | technicalities: interactive scientific computing #1 of 2, pythonic parts
    This is the first half of a two-part blog post that is motivated-by and mostly "about" two software ecosystems I've been poking around at recently. The first (and subject of this post) is I'll roughly call "interactive scientific Python", which includes primarily SciPy/SymPy/NumPy, IPython, and Sage; the second (subject of next post) is a new interactive scientific language Julia, which has a lot of complicated and subtle relationships with the former. If you hate Python, skip this post because it is really just background for why I care about the fate of a few Python packages.
    Bookmarked Sun Nov 23 12:23:56 2014

    "not rocket science" (the story of monotone and bors) http://graydon2.dreamwidth.org/1597.html
    Interesting story about continuous integration and the beginnings of distributed version control.
    Bookmarked Sun Nov 23 11:59:01 2014
    Sun Nov 23 12:23:56 2014 - permalink -
    - http://graydon2.dreamwidth.org/3186.html
    blog history language programming science software version-control
  • Resource page for reposurgeon 3.9
    A tool for editing version-control repository history reposurgeon enables risky operations that version-control systems don't want to let you do, such as editing past comments and metadata and removing commits. It works with any version control system that can export and import git fast-import streams, including git, hg, bzr, CVS, and RCS. It can also read Subversion dump files directly and can thus be used to script production of very high-quality conversions from Subversion to any supported DVCS.
    Fri Apr 18 14:53:32 2014 - permalink -
    - http://www.catb.org/~esr/reposurgeon/
    software tool version-control
  • Emacs-Fossil: Emacs Integration for Fossil
    Emacs Integration for the Fossil version control system.
    Wed May 22 00:00:04 2013 - permalink -
    - http://chiselapp.com/user/venks/repository/emacs-fossil/doc/tip/doc/index.wiki
    emacs version-control
  • Fossil: Fossil
    Simple, high-reliability, distributed software configuration management. An interesting DSCM system which is bases on a single executable (written in C), uses SQLite as repository and includes both a wiki and a ticket system. Not related to the Plan 9 file system of the same name.
    https://fossil-scm.org/home/doc/trunk/www/containers.md#security describes some ways to run fossil in a container for improved security. This link was found on the PiDP-11 mailing list https://groups.google.com/g/pidp-11/c/OQADvv-sCzU/m/J7zbwITWAgAJ
    Sun May 19 20:52:15 2013 - permalink -
    - http://fossil-scm.org/index.html/doc/trunk/www/index.wiki
    software version-control wiki
  • cvs2svn: cvs2svn Documentation
    Tool to convert entire CVS repositories into SVN.
    Fri Oct 7 12:59:49 2011 - permalink -
    - http://cvs2svn.tigris.org/cvs2svn.html
    programming tool version-control
  • FlyBack - Apple's "Time Machine" for Linux
    Another backup tool similar to Apple's TimeMachine for Linux. It appears to be based on git.
    Fri Sep 17 12:12:24 2010 - permalink -
    - http://flyback-project.org/
    Linux software TODO tool version-control
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.