I'm no guru in any of SVN, Git or Fossil: A (hopefully short) script blessed by the masters would be a massive help.
As for Wiki export, I'd guess doing it by crawling and scraping the Trac pages followed by an HTML import into Fossil may be easiest, though a separate pass may be needed to capture unlinked pages. And I have no clue how best to move Trac bug lists over. Ugh. I'm guessing there are deep configuration issues to be considered to lower the impedance mismatch between Fossil and Trac, in order to simplify the subsequent conversion or export/import. At worst, doing screen-scrapes to capture Trac bugs as wiki pages, then create new Fossil bugs containing the title and a link to the wiki, after which bugs that "matter" can be hand-converted when/if/as they get updated. But that's a pretty bad "worst" case. -BobC -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ron Wilson Sent: Thursday, May 10, 2012 3:29 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Trac-to-Fossil Was: Wysiwyg wiki editing. Was: Side-by-side wiki editing? At least as far as version control is concerned, TRAC is a front end to SVN. you might have to import the exported SVN repository to Git, then re-export from Git then import to Fossil. I don't not know how TRAC issue tracking and wiki pages can be exported. But then you'd still have to translate TRAC's wiki markup to Fossil's or a markup supported by a client side wiki renderer. On 5/10/12, Ron Wilson <[email protected]> wrote: > On 5/10/12, Cunningham, Robert <[email protected]> wrote: >> An aside: My main motivation is to avoid having to select Trac in >> the near term merely because of Fossil usability issues. If I do >> have to temporarily select Trac while Fossil usability matures, it >> would be a massive benefit if there would one day also be a way to >> import a Trac system into Fossil (code, comments, bugs, wiki, etc.) >> with a single (well, a few) reliable commands. >> >> Ø I you just mean the wiki, there are CLI-mode commands for >> exporting and importing them to/from files. See create/export/commit >> subcommands to "fossil wiki". >> >> No, I mean EVERYTHING essential in a Trac project, so that Trac >> itself could be turned off, disconnected, deleted and forgotten in >> favor of Fossil. >> > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

