随笔分类 -  SVN操作

摘要:在visualSVN中创建仓库时,可以选择svn目录结构 Single-project repository(with the top-level 'trunk', 'branches' and 'folders') 会有以下三个目录: Trunk 主干目录,此目录下的文件为基准文件 Branche 阅读全文
posted @ 2020-04-05 01:15 金鑫金 阅读(2027) 评论(0) 推荐(0)
摘要:系统环境:centos7.5 1)通过yum命令安装svnserve yum -y install subversion 若需查看svn安装位置,可以用以下命令: rpm -ql subversion 2)创建版本库目录(此仅为目录,为后面创建版本库提供存放位置) 选择在home路径下创建版本库,当 阅读全文
posted @ 2020-02-25 23:41 金鑫金 阅读(170) 评论(0) 推荐(0)