On Mon, Mar 12, 2012 at 10:10 AM, dhanushka ranasinghe <parakrama1...@gmail.com> wrote: > > is there any issues if i do that sync and ask users to use new repo to > commit, what happen to revision history.. is it will be consistent
You can't continue to sync while using the repo for other commits - you have to copy and cut over completely. And unless the new copy is an exact, complete copy you will need to have a different uuid for the copy and do new checkouts of all the working copies. Also, the contents of the conf and hooks directories aren't copied by svnsync so the new instance will need some setup work. You will get all the history revisions at least for the path you target - not sure what happens if some history is outside that range - like something imported at the root level, then moved under the trunk directory if you only sync starting with trunk. -- Les Mikesell lesmikes...@gmail.com