This method is equivalent to the command 'initialize' ('init') of the native Subversion svnsync utility. Initialization places information of a source repository to a destination one (setting special revision properties in revision 0) as well as copies all revision props from revision 0 of the source repository to revision 0 of the destination one. @param fromURL a source repository url @param toURL a destination repository url @throws SVNException in the following cases:
0
, or no {@link SVNRevisionProperty#FROM_URL} property value found in the target repository exception with {@link SVNErrorCode#RA_PARTIAL_REPLAY_NOT_SUPPORTED} error code - if the source repository does not support partial replay
|
|
|
|