svnsync fails to add a file within a commit
From: jon <jonawr_at_hotmail.com>
Date: Thu, 23 Apr 2009 16:39:13 -0600
I'm using svnsync version 1.4.2, and am trying to sync to a new svn server running 1.6.1. Part way through the syncing, it fails as follows:
Copied properties for revision 831.
Committed revision 832.
Copied properties for revision 832.
svnsync: PROPFIND request failed on
svnsync: '/svn/DEMO/trunk/orphaned/_ZVCAAAAA/tabwin.cpp'
When looking at the log on the originating svn server, it appears as:
r832 | Bob | 1996-06-04 07:11:47 -0700 (Tue, 04 Jun 1996)
Changed paths:
A
A
A
A
However, when looking at the log on the mirrored svn server it is:
r832 | Bob | 1996-06-04 07:11:47 -0700 (Tue, 04 Jun 1996)
Changed paths:
A
A
A
The tabwin.cpp file is not being properly synced, thus causing the failure. Running `svnadmin verify` succeeds, and using `svnadmin dump/load` also works.
I dumped revision 832, and here are the contents of the files and directories added in that revision:
----------------------------------------------------------------
Node-path: trunk/orphaned/_AWCAAAAA
Node-kind: dir
Node-action: add
Prop-content-length: 10
Content-length: 10
PROPS-END
Node-path: trunk/orphaned/_AWCAAAAA/tabwin.h
Node-kind: file
Node-action: add
Prop-content-length: 10
Text-content-length: 1074
Text-content-md5: 36a8aa54e453ccc75e1c201ee9ae8ce6
Content-length: 1084
PROPS-END
Node-path: trunk/orphaned/_ZVCAAAAA
Node-kind: dir
Node-action: add
Prop-content-length: 10
Content-length: 10
PROPS-END
Node-path: trunk/orphaned/_ZVCAAAAA/tabwin.cpp
Node-kind: file
Node-action: add
Prop-content-length: 10
Text-content-length: 0
Content-length: 10
PROPS-END----------------------------------------------------------------
Thanks,Jon
_________________________________________________________________
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.