Home  >  Article  >  Backend Development  >  SVN目录规划问题

SVN目录规划问题

WBOY
WBOYOriginal
2016-06-23 14:17:29921browse

我的SVN目录目前是LOCALHOST/SVN/项目/
以前没有经验只弄了一个主线,没有预留分支目录现在怎么样才能重新规划一下
弄成LOCALHOST/SVN/branch/
    LOCALHOST/SVN/trunk/
    LOCALHOST/SVN/tags/这种?


回复讨论(解决方案)

1、首先备份你的所有内容
2、建立LOCALHOST/SVN/trunk目录,还有branch和tags
3、使用svn的move命令,将项目目录移动到trunk下
4、提交修改

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn