是否可以在“分支”下创建一个子目录,然后在其下放置副本?
例如:
branches/user69/project-1, branches/user69/project-2, branches/user42/xyz-bugs
我试过svn mkdir
了,但没有用。它回来了:
A https://example.com/svn/blah/branches/user69
但它实际上并没有在 repo(也不是本地磁盘)上创建子目录。
我确信我已经看到了这种 SVN 层次结构,但它一定有一个技巧。
我也刚试过:
svn copy http://example.com/blah/trunk http://example.com/blah/branches/user69/project-1
但这也不起作用:
Path not found.