Re: Subversion 1.6 write-through proxy mirroring

2010-07-28 Thread John Beranek
On 26/07/10 23:15, Jim Lord wrote: > I’m setting up a write-through proxy mirror. I can run: > [snip] > > BUT, I can’t run: > > svnsync init --source-username svnsystem --source-password $pass > --sync-username svnsystem --sync-password $pass > https://versiontest1.divxnetworks.com/svn/vtest

RE: Subversion 1.6 write-through proxy mirroring

2010-07-27 Thread Jon Foster
Jim Lord wrote: > I'm setting up a write-through proxy mirror. I can run: > > svnsync init --source-username svnsystem --source-password $pass > --sync-username svnsystem --sync-password $pass > file:///data/svn/vtest > https://versiontest2.divxnetworks.com/svn/vtest > from the slave machine

Subversion 1.6 write-through proxy mirroring

2010-07-27 Thread Jim Lord
Hopefully you can point me in the right direction: I'm setting up a write-through proxy mirror. I can run: svnsync init --source-username svnsystem --source-password $pass --sync-username svnsystem --sync-password $pass file:///data/svn/vtest https://versiontest2.divxnetworks.com/svn/vtest