You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Adrian Marsh <Ad...@ubiquisys.com> on 2007/08/07 11:01:16 UTC

svnsync initial sync-up errors

Hi,

I've noticed on my W3K server (1.4.4 SVN) that when I try and run an
initial sync to another server, it'll fail as below.  If I start the
sync again, it seems happy enough to continue, but only for a while,
then bomb out again, and then I start the process again until
complete...

Any idea why?

Committed revision 1809.
Copied properties for revision 1809.
Committed revision 1810.
Copied properties for revision 1810.
svnsync: Can't open 'C:\DOCUME~1\adm1n\LOCALS~1\Temp\1\hook-input':
Access is de
nied.

D:\SVN\ubiq-serv3>svnsync sync file:///d:/SVN/ubiq-serv3/swtest
Committed revision 1811.
Copied properties for revision 1811.
Committed revision 1812.

Adrian Marsh 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: Re: RE: svnsync initial sync-up errors

Posted by Adrian Marsh <Ad...@ubiquisys.com>.
Ahhh!!  How did I miss that...

Ok.. so the info/syncs are back in order, but I still do get failures on
the syncs and have to repeat the sync to continue..

I get a "Copied properties for revision 0." for the initial init,
Then :

svnsync: REPORT request failed on 'http://ubiq-serv2/svn/os'
svnsync: REPORT of 'http://ubiq-serv2/svn/os': 200 OK
(http://ubiq-serv2)
Committed revision 1.
Copied properties for revision 1.
Committed revision 2.
Copied properties for revision 2.
Committed revision 3.
Copied properties for revision 3.
Committed revision 4.
Copied properties for revision 4.


Adrian Marsh

-----Original Message-----
From: Rainer Sokoll [mailto:R.Sokoll@intershop.de] 
Sent: 18 August 2007 15:12
To: users@subversion.tigris.org
Subject: Re: RE: svnsync initial sync-up errors

On Sat, Aug 18, 2007 at 02:38:51PM +0100, Adrian Marsh wrote:

> Hmm. Ok. So even a local info of the destination repos doesn't look
> right:
> 
> D:\SVN\test>svn info file://d:/SVN/test/test

I hink that should be file:/// (3 slashes)?

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: RE: svnsync initial sync-up errors

Posted by Rainer Sokoll <R....@intershop.de>.
On Sat, Aug 18, 2007 at 02:38:51PM +0100, Adrian Marsh wrote:

> Hmm. Ok. So even a local info of the destination repos doesn't look
> right:
> 
> D:\SVN\test>svn info file://d:/SVN/test/test

I hink that should be file:/// (3 slashes)?

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: RE: svnsync initial sync-up errors

Posted by Adrian Marsh <Ad...@ubiquisys.com>.
Hmm. Ok. So even a local info of the destination repos doesn't look
right:

D:\SVN\test>svn info file://d:/SVN/test/test
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file://d:/SVN/test/test'

An svn -version does show the file: format supported by ra_local



-----Original Message-----
From: Adrian Marsh [mailto:Adrian.Marsh@ubiquisys.com] 
Sent: 18 August 2007 08:53
To: users@subversion.tigris.org
Subject: RE: svnsync initial sync-up errors

Hi All,

In addition, I'm having problems initially syncing a new repos:

Cd d:\svn\test
svnadmin create test
Copy pre-revprop-change.bat test/hooks/

Then:

D:\SVN\test>svnsync init file://d:/SVN/test/test
http://ubiq-serv2/svn/os
svnsync: Unable to open an ra_local session to URL
svnsync: Unable to open repository 'file://d:/SVN/test/test'


Adrian Marsh
 
-----Original Message-----
From: Adrian Marsh [mailto:Adrian.Marsh@ubiquisys.com] 
Sent: 07 August 2007 12:01
To: users@subversion.tigris.org
Subject: svnsync initial sync-up errors

Hi,

I've noticed on my W3K server (1.4.4 SVN) that when I try and run an
initial sync to another server, it'll fail as below.  If I start the
sync again, it seems happy enough to continue, but only for a while,
then bomb out again, and then I start the process again until
complete...

Any idea why?

Committed revision 1809.
Copied properties for revision 1809.
Committed revision 1810.
Copied properties for revision 1810.
svnsync: Can't open 'C:\DOCUME~1\adm1n\LOCALS~1\Temp\1\hook-input':
Access is de
nied.

D:\SVN\ubiq-serv3>svnsync sync file:///d:/SVN/ubiq-serv3/swtest
Committed revision 1811.
Copied properties for revision 1811.
Committed revision 1812.

Adrian Marsh 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: svnsync initial sync-up errors

Posted by Adrian Marsh <Ad...@ubiquisys.com>.
Hi All,

In addition, I'm having problems initially syncing a new repos:

Cd d:\svn\test
svnadmin create test
Copy pre-revprop-change.bat test/hooks/

Then:

D:\SVN\test>svnsync init file://d:/SVN/test/test
http://ubiq-serv2/svn/os
svnsync: Unable to open an ra_local session to URL
svnsync: Unable to open repository 'file://d:/SVN/test/test'


Adrian Marsh
 
-----Original Message-----
From: Adrian Marsh [mailto:Adrian.Marsh@ubiquisys.com] 
Sent: 07 August 2007 12:01
To: users@subversion.tigris.org
Subject: svnsync initial sync-up errors

Hi,

I've noticed on my W3K server (1.4.4 SVN) that when I try and run an
initial sync to another server, it'll fail as below.  If I start the
sync again, it seems happy enough to continue, but only for a while,
then bomb out again, and then I start the process again until
complete...

Any idea why?

Committed revision 1809.
Copied properties for revision 1809.
Committed revision 1810.
Copied properties for revision 1810.
svnsync: Can't open 'C:\DOCUME~1\adm1n\LOCALS~1\Temp\1\hook-input':
Access is de
nied.

D:\SVN\ubiq-serv3>svnsync sync file:///d:/SVN/ubiq-serv3/swtest
Committed revision 1811.
Copied properties for revision 1811.
Committed revision 1812.

Adrian Marsh 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org