Re: [Trac] migration question

2006-03-30 Thread Matthew Good
On Thu, 2006-03-30 at 09:07 -0600, Ray Ashworth wrote:
 So it is ok to move trac one day and move svn 6 weeks later without
 affecting the trac env that ran on new box for 6 weeks without the svn env
 that was shared on the previous box?

Well, Trac 0.9.x you will need an SVN repository for your Trac project.
You could make a copy of the current repository to the new machine and
move the live repository later, or you could make a blank SVN repository
on the new machine until you're ready to move the live one.  If you hook
Trac up to the blank repository you will need use trac-admin and run
the resync command to reset Trac's cached information about the
repository.

-- 
Matthew Good [EMAIL PROTECTED]

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] migration question

2006-03-29 Thread Ray Ashworth
I have been digging around in the directories of the new and old server and
I see no recent changes on the new server.  So, I am going to assume it is
ok to dump for old server and load to new server.  Does not look like this
will affect the current trac/wiki environment.

Ray Ashworth




   
 Ray   
 Ashworth/Rocheste 
 r/[EMAIL PROTECTED]
To 
 Sent by:  trac@lists.edgewall.com 
 [EMAIL PROTECTED]  cc 
 s.edgewall.com
   Subject 
   [Trac] migration question   
 03/28/2006 12:04  
 PM
   
   
 Please respond to 
 [EMAIL PROTECTED] 
  ll.com   
   
   





I had trac and subversion running on same server.  The server ran out of
resources to handle this task.

I moved trac to a new machine and left subverion on old machine
temporarily.

Now I am ready to move subversion to new box.

Is there a resommended approach so I dont mess up new server by moving the
/subversion tree to new box?

Thanks
Ray Ashworth


___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] migration question

2006-03-29 Thread Matthew Good
On Wed, 2006-03-29 at 12:21 -0600, Ray Ashworth wrote:
 I have been digging around in the directories of the new and old server and
 I see no recent changes on the new server.  So, I am going to assume it is
 ok to dump for old server and load to new server.  Does not look like this
 will affect the current trac/wiki environment.

Yes, moving the SVN repository and Trac project to a new server will not
hurt anything.  I think SVN repositories using the FSFS backend can be
moved safely without the dump/load, but it also doesn't hurt.

Trac projects can be moved as long as the pysqlite versions use
compatible sqlite DB versions (both use pysqlite 1.0.x or both use
1.1.x/2.x).  If not then use the sqlite and sqlite3 command lines to
dump and load your database to convert it.

-- 
Matthew Good [EMAIL PROTECTED]

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac