Den mån 17 apr. 2023 kl 17:44 skrev 김성민 [넷마블에프앤씨/R&D빌드파트] < sungmin4...@nm-fc.com>:
> hello. I am sending an e-mail because I have a question during the svn > backup process. > > When backing up svn, you are backing up using svnsync or dump. > > However, if you try to move and use the copy command or move command > provided by linux os > > to change only the location on the same computer (server), normal > operation is impossible. > > Could you please explain the reason for this? > Do I understand it correctly that you have moved the repository using mv(1)? In that case it depens on how you access your repository. If you are using HTTP/mod_dav_svn then you need to update your httpd configuration to point to the new location of the repository. If you are using plain svnserve you should update your service configuration. If you are accessing the repository via the file:// protocol, you can use the svn relocate command to point your working copy to the new location. Kind regards, Daniel