[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn sync error svn_path_is_empty

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 13 Mar 2014 16:25:03 +0000

Pravin Rane <pravin.rane_at_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*
Received on 2014-03-13 17:25:40 CET

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.