是否可以在「分支」下創建一個子目錄,然後在其下面放置副本?「分支」下的子目錄
例如:
branches/user69/project-1, branches/user69/project-2, branches/user42/xyz-bugs
我試圖svn mkdir
,但沒有奏效。它回來了:
A https://example.com/svn/blah/branches/user69
但它實際上並沒有創建一個子目錄的回購(本地磁盤)。
我確定我已經看到了這種SVN層次結構,但必須有一個技巧。
我也只是嘗試:
svn copy http://example.com/blah/trunk http://example.com/blah/branches/user69/project-1
但是,這並沒有工作,要麼:
Path not found.
您可能想重新考慮非標準回購佈局。製作/ branches/user69-project1會有什麼問題。每個人的IDE都不會理解你的結構。你的同事可能會不喜歡它,並保證你的繼任者會對你感到難過。 – thekbb