开发者

Move folders in svn

开发者 https://www.devze.com 2023-03-19 01:38 出处:网络
I have the following filesystem /svn/svn/mydata开发者_JS百科 and I want to move /svn/mydata. The svn is running under ubuntu. What is the server process / client access model?Apache, svnserve, svn+ssh

I have the following filesystem /svn/svn/mydata开发者_JS百科 and I want to move /svn/mydata. The svn is running under ubuntu.


What is the server process / client access model? Apache, svnserve, svn+ssh? For apache look in your httpd.conf / subversion.conf for SVNPath or SVNParentPath

cd /etc/apache2; grep -r "SVNPa" .

svnserve is probably with xinetd and svn+ssh would either use absolute paths or a script wrapping svnserve that points to the root.


The command your after is svn move

svn move — Move a file or directory.


If you're speaking about the project root: erase the old one, checkout from the new one.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号