Norbert Unterberg kirjoitti: > 2007/8/17, Rainer Sokoll <[EMAIL PROTECTED]>: >> On Fri, Aug 17, 2007 at 10:45:51AM +0300, Jani Tiainen wrote: >>> I was evaluating Trac on windows server and as you know, evaluation >>> became real usage. >>> >>> And now I have problem: trac projects (and SVN) resides on windows server. >>> >>> I would like to move them on our shiny Linux server, but how to do it >>> sophisticated way? >> svnadmin hotcopy (you could do dump/load, but this would not copy the >> configuration, hooks etc.) >> trac-admin hotcopy > > This could fail. The subversion repository is not binary compatible > between Windows and Linux if you used the BDB repository format. The > FSFS format is compatible, as far as I know.
Well, I've been using FSFS since it was introduced so that's not really my problem. > Depending on the Trac database backend you are using, you could fall > into similar traps, so you should inform yourself about the binary > compatibiliy of your database. sqlite3, so it shouldn't be problem... > In addition, you need to check your repository hook scripts, they > might require some tweaks as well. I don't have any - one reason why I really like to move over Linux Another problem is that most of configs contains some Windows like paths, wonder are they easy to replace with few regex clauses or e.g. with small AWK script. -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
