--- wikisrc/users/dholland/hgpath.mdwn 2015/01/17 20:39:17 1.2 +++ wikisrc/users/dholland/hgpath.mdwn 2015/01/17 20:47:55 1.5 @@ -37,7 +37,7 @@ project will be different and what they' This includes not just user-facing things like commit procedures but also backend considerations and administration. -There's a [[second page|hgtodo.mdwn]] with a list of work that needs +There's a [[second page|hgtodo]] with a list of work that needs to be done. ### Issues @@ -50,14 +50,13 @@ Technical concerns (demands on the syste * numbered versions * branch handling * tag handling -* partial checkouts -** partial trees -** partial history +* partial checkouts (partial trees, partial history) * blacklist extension (which is a legal requirement) * being able to migrate away in the future * ... Conversion of CVS repository phenomena + * vendor branches * conversion of repo-copies and similar CVS horrors * adding rename metadata to already-done moves @@ -69,6 +68,7 @@ Conversion of CVS repository phenomena * restoring the pre-settlement history and/or including the CSRG history Implementation concerns (demands on the system as it exists) + * general performance * importing into base, or not * storage requirements vs. small systems @@ -77,12 +77,14 @@ Implementation concerns (demands on the * ... Community deployment issues + * what becomes of anoncvs * making use of version numbers in mailing lists / security advisories * patches/contributions/commits from non-developers * collaborating with non-developers Developer deployment issues + * commit procedures * development branch procedures * vendor branch procedures @@ -95,6 +97,7 @@ Many of these issues are already documen workflows writeup|hgnb.mdwn]]. Releng deployment issues + * changes to the way pullups are filed * release commit procedures * release branch procedures @@ -105,6 +108,7 @@ Releng deployment issues * ... Backend/admins deployment issues + * log_accum / source-changes mails * access control for whole trees * access control for subsections of trees @@ -113,11 +117,13 @@ Backend/admins deployment issues * ... cvs assumptions / scripted usage in the tree + * pkgsrc: changes-entry and commit-changes-entry * pkgsrc: guide regen * ... Other questions + * running live in parallel with CVS during a transition period * gatewaying to other VCS frontends