On Fri, Apr 13, 2018 at 5:14 PM, Johan Corveleyn <[email protected]> wrote: > I've continued tweaking the Wiki conversion. See the latest attempt at: > > https://cwiki.apache.org/confluence/display/SVNTEST/ > > Compare with https://wiki.apache.org/subversion if you want to see the > old MoinMoin wiki. > > Below are the issues I still noticed. I'll try to fix these the coming > weekend, so I can do the really really final migration early next > week. If anyone finds other things, feel free to add them to the list. > Some I will try to fix in the conversion (so the conversion itself > becomes more robust too, as it will be reused for other ASF projects). > Some I will leave for manual fixing in the new wiki later.
I did another round of fixing, and am more or less satisfied with the results now. I intend to run the final migration to the production wiki space tonight, unless someone / something stops me. So if everything goes well we'll have a new wiki tomorrow, with all our old content nicely migrated (including all the history). Below are some more details on the final issues. > The home page (of which all the other pages are children) is > FrontPage2 now (with no useful content), but I intend to put FrontPage > there. I still intend to make "FrontPage" the homepage, so all other pages will become its children. > MeasuringRepositoryPerformance > - Link created where there was no link: RepoPerf (probably don't need > to detect WikiNames inside a link already, i.e. inside []). Fixed > KeepingReintegratedBranchAlive > - Link created where there was no link: A_COPY (probably "_" can't be part of > a > WikiName) Fixed > InRepoAuthz > - Link created where there was no link: AuthzSVNAccessFile etc > (probably no consecutive uppercase letters allowed in WikiNames) Fixed > InheritedProperties > - link TortoiseSVN > - too long bold in "Differentiating 'Inheritable' Vs. 'Normal' > Properties" (regex inside *XXX* too greedy) Both fixed > Meetings > - link Fixed > - Separately: migrate old page of old tigris wiki that's linked from > here? Someday? > http://subversion.tigris.org/wiki/Subconf2009Hackathon Let's keep that in mind ... > MergeDev/DataModel > - Weird indentation numbered list beginning of page Not fixed. It's a problem with the original page, where the first item is part of a numbered list, and the second item is a hard-coded "2.". I'll fix that manually (before (in the latest source-file) or after migration). > MergeTheoryTopics > - links: PlasticSCM, Fixed > http://wiki.monotone.ca/MarkMerge/ Not fixed yet, but I intend to fix that tonight. > MergeTrackingIdeas > - at the end: A->B->C, A->B->A ... letters are gone (only ->->A etc). Weird > ... Fixed > MoveDev (misschien manueel fixen) > - link to MoveDev/How to Add Moves to Svn > - link to [MoveDev/MovesInFSFS] Not fixed. I'll try to fix those links after migration, in the confluence wiki. > MoveDev/Ev2MovesDesign > - Wrong indentation "Notation: " because of * Notation:* (boldness). Not fixed. I tried, but failed. I might give it another try with manual fixup (before or after migration). > MoveDev/MoveTrackingUpdateEditor > - Wrong indentation in Many-to-Many Move (because of "###"). Escape # > in beginning of line or everywhere? Interesting Fixed (by escaping # when it's the first non-whitespace character of a line (except when inside noformat or code blocks)) > MtimePreservation > - italics at the beginning and the end failed > - italics failed inside the list under Rules. Not sure why. Both fixed > SupportedMergeScenarios > - Wrong indentation in Merging Scenarios for Subversion 1.5 through 1.7 > (###) and in Multiple Branches Fixed, as above > Svn18Changes > - indentation by '.' -> shouldn't use a bullet (can use {indent}) ?? Not fixed yet, maybe I'll try tonight right before the final migration > SVNVideoProject > - incorrect indentation of numbered list + list met 1, b, c, d, e, f Not fixed. Same issue as with "MergeDev/DataModel": only the first item is a correct numbered-list-item, the others are hardcoded "2., 3., ... and b., c., ...". I'll do a manual fixup for that (either before or after migration). > Walkthrough+directory+TODO > - link http://moinmo.in/FeatureRequests/Templates Not fixed yet, but I intend to fix that tonight. -- Johan

