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. 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. In addition, you need to check your repository hook scripts, they might require some tweaks as well. Norbert --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
