private SvnCopyRootSimple convert(final RootUrlInfo info) {
   final SvnCopyRootSimple copy = new SvnCopyRootSimple();
   copy.myVcsRoot = FileUtil.toSystemDependentName(info.getRoot().getPath());
   copy.myCopyRoot = info.getIoFile().getAbsolutePath();
   return copy;
 }