Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我想在本地机器上使用 SVN,我有点困惑应该如何配置 SVN 相关设置。它们如下:
svn
1)不,trunk,branches,tags目录不是自动的,甚至不是必需的。该特定目录层次结构只是一种常见做法,您必须自己通过svn mkdir. 如果你在一个带有 Bash shell 的 Unix 系统上,你可以一次性完成:
trunk,branches,tags
svn mkdir
svn mkdir file:///your/svn/repo/projectname/{trunk,tags,branches}
2)您的存储库名称是完全任意的。随意命名。