On Sat, 9 Jun 2018 20:45:23 +0200 Laura Arjona Reina wrote: > 1.- With svn we had one folder for each branch that was storing the > release notes of one release. So, now we have this structure in > www-master.debian.org: ... > /srv/www.debian.org/release-notes/stretch ... > In git we have branches but everything is in the same folder. So in my > patch I assume that we have a clone of the release-notes repo, and thus > we would have this structure in www-master.debian.org: > and use git checkout to each release (branch).
use "git worktree" or GIT_WORK_TREE or GIT_DIR env vars for each branches -- victory no need to CC me :-)

