I guess I don't understand -- why can't you just copy the files over? If you are keeping to Windows, I'm almost positive that you can move over the SVN repo over with no problems. For Trac and sqlite, as long as the version is the same you can copy over the Trac environment. If the paths are identical, then no changes are needed, but if you changed the location of the SVN repo, you need to modify the system table as mentioned in the TracMigrate.
Again, if your versions of Trac and sqlite are the same, and you are sticking with the same operating system, then you should be able to copy everything over. Verbatim, if you keep identical paths on the new box. Jason Winnebeck -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of BrianP Sent: Tuesday, August 21, 2007 9:51 AM To: Trac Users Subject: [Trac] Box to Box migration on Windows; question on sqlite3 commands I'm having to migrate my Trac environment to a new box. I've got the basic environment set up on the new box and now i'm trying to migrate the db. There's a TracMigrate page on the guide, but the example commands there are for a *nix box. I'm on Windows. I find the sqlite3 commands pretty confusing. After trial and error I finally got the old db dumped to a .sql file. Now I'm trying to figure out the import/copy command. The examples on the sqlite3 docs are also for *nix. They also look like they're concatenating the sql file into an existing database. This looks like it could cause problems for Trac, when it's already got it's db initialized with whatever the initenv initially loads it with. Anyone have an example of this? Would be nice if we could update the TracMigrate page with a section for windows. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
