git

packaging up the git-specific code

This documents the git specific code which I need to package and deploy. /usr/local/libexec/freshports This is installed by freshports-scripts-git, and I have the directory symlinked to ~/scripts on devgit.freshports.org for convenience. In this directory, we have the following symlinks to other directories: Ignoring lines 2 and 4 which are not relevant, we have this list

packaging up the git-specific code Read More »

Moving devgit.freshports.org from GitHub to git.FreeBSD.org

The doc repo has moved from svn to git. This changeover occurred on 2020-12-09. The last svn commit was: 54737 The first git commit was: 3be01a475855e7511ad755b2defd2e0da5d58bbe To date, devgit.freshports.org has been using https://github.com/freebsd/freebsd-doc/ for processing commits. Today’s work will convert from that GitHub repo to https://cgit.freebsd.org/doc/ (actually, https://git.freebsd.org/). What changes are required The following changes

Moving devgit.freshports.org from GitHub to git.FreeBSD.org Read More »

git and svn handle copy differently

As a sanity check, there are several diffs to compare devgit.freshports.org with dev.freshports.org and sometimes they detect a false positive. Case in point, a recent commit to Code_Aster: https://svnweb.freebsd.org/ports?view=revision&revision=556349 https://github.com/freebsd/freebsd-ports/commit/d23fb94b8640d1c9d38c3cafc69c89ed4fe11939 In the svnweb link, you will see: head/science/tfel-edf/ (Copied from head/science/tfel, r555690) It is that repo copy (i.e. svn copy) from science/tfel to science/tfel-edf which

git and svn handle copy differently Read More »

Scroll to Top