Pravin Rane <pravin.r...@gmail.com> writes:

> /tmp/buildd/subversion-1.6.12dfsg/subversion/libsvn_subr/path.c:414:
> svn_path_is_empty: Assertion `is_canonical(path, strlen(path))' failed.
> Aborted

1.6 is old.

> Following are the properties of slave repo.
>
> svn01-mel:/var/lib/svn# svn pl --revprop -v -r 0 --username svnsync
> --password xxxxxxxx http://svn01-bom.domain.com/svn-proxy-sync/websites/
> Unversioned properties on revision 0:
>   svn:sync-from-uuid
>     8d27d823-bff0-0310-a57f-b904fce7d886
>   svn:sync-lock
>     svn01-mel:ad538f1a-609a-452f-9fdb-9bc63db55a38
>   svn:sync-last-merged-rev
>     79426
>   svn:date
>     2005-02-23T03:17:40.923186Z
>   svn:sync-from-url
>     https://svn.domain.com/svn/websites/

I suspect you need to remove the trailing slash from svn:sync-from-url:

 svn propset --revprop -r0 svn:sync-from-url https://svn.domain.com/svn/websites

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to