Re: Questions on migrating SVN (and Trac) to a Google Compute Engine instance

2017-07-29 Thread Daniel Shahaf
Johan Corveleyn wrote on Sat, 29 Jul 2017 11:39 +0200: > Two other things which are also not transferred by svnsync (nor by dump/load): > - locks (server-side locks, of the svn:needs-lock type): these should > be copied from $OLDREPOS/db/locks to $NEWREPOS/db/locks It would be best to do this unde

Re: Questions on migrating SVN (and Trac) to a Google Compute Engine instance

2017-07-29 Thread Johan Corveleyn
On Sat, Jul 29, 2017 at 1:16 AM, James H. H. Lampert wrote: > On 7/27/17, 11:15 PM, Ryan Schmidt wrote: >> >> Sounds plausible. An empty pre-revprop-change hook script would allow >> any revprop change, which you may not want. It's probably possible to >> write a more-specific script that would al

Re: Questions on migrating SVN (and Trac) to a Google Compute Engine instance

2017-07-28 Thread James H. H. Lampert
On 7/27/17, 11:15 PM, Ryan Schmidt wrote: Sounds plausible. An empty pre-revprop-change hook script would allow any revprop change, which you may not want. It's probably possible to write a more-specific script that would allow only the changes svnsync needs and disallow others. . . . svnsync i

Re: Questions on migrating SVN (and Trac) to a Google Compute Engine instance

2017-07-28 Thread Nico Kadel-Garcia
On Thu, Jul 27, 2017 at 3:23 PM, James H. H. Lampert wrote: > Greetings. > > My employer has put me on a project of moving our SVN and Trac servers from > the old Windows Server 2003 box on which they're currently running over to a > Google Compute Engine instance. > > To that end, I've set up the

Re: Questions on migrating SVN (and Trac) to a Google Compute Engine instance

2017-07-27 Thread Arwin Arni Nandagopal
They recommend setting up a "pre-revprop-change" script with nothing in it but the initial "shebang", for each target repository, and then using "svnsync" to migrate the repositories. It also assumes the existence of an "svnsync" user-ID on the target system, which (at least assuming it's an o

Re: Questions on migrating SVN (and Trac) to a Google Compute Engine instance

2017-07-27 Thread Ryan Schmidt
On Jul 27, 2017, at 14:23, James H. H. Lampert wrote: > > They recommend setting up a "pre-revprop-change" script with nothing in it > but the initial "shebang", for each target repository, and then using > "svnsync" to migrate the repositories. Sounds plausible. An empty pre-revprop-change ho

Questions on migrating SVN (and Trac) to a Google Compute Engine instance

2017-07-27 Thread James H. H. Lampert
Greetings. My employer has put me on a project of moving our SVN and Trac servers from the old Windows Server 2003 box on which they're currently running over to a Google Compute Engine instance. To that end, I've set up the instance using Bitnami's canned Trac image, which includes SVN 1.9.