2010/4/16 J. Norment <jnorm...@q2software.com>: > ( I started replicating at revision 0. ) > > I'm now getting: > svnsync: Path 'QA/Releases/Q2 2.6.3/Q2 Adaptors > 2.6.3.1617/ProgramBins/Sample/QuorumChangeOfAddress' not present >
Make sure that the svn account used by svnsync has read permissions for the entire source repository. If some paths are not readable they will be skipped. "svnsync does gracefully mirror repositories in which the user as whom it authenticates has only partial read access" [1] It is also possible to explicitly replicate just a subset of the source repository. [1] http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.replication You can always look if the target repository contains the path that your message mentions. Best regards, Konstantin Kolinko