Just to add another detail to this (Umang and I are on the same team).
I looked at the original repository we are trying to replicate and found
this:
$ svn proplist -v -r0 --revprop svn://mumble.us.oracle.com/blah
Unversioned properties on revision 0:
svn:entry:committed-date
1970-01-01T00:00:00.000000Z
svn:date
1970-01-01T00:00:00.000000Z
It seems that the "svn:entry:committed-date" property causes this
problem (that is, every repository for which we get this error has this
property). So the question is: what is this property for? Can we
remove it without harming anything?
++thanks,
trent...
On 6/25/2011 4:23 PM, Umang Vanjara wrote:
Hi,
We are trying to mirror some SVN repositories using svnsync.
We are following the steps as outlined here -
http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.replication
However, some of the repositories run into this error
svnsync: Storage of non-regular property 'svn:entry:committed-date' is
disallowed through the repository interface, and could indicate a bug
in your client
Any help with regards to this issue would be appreciated.
thank you,
uv