开发者

SVN Copying Trunk To Branch, Copies Trunk Folder Too?

I am using the following code to copy a trunk to a branch:

svn copy svn://web/path/to/trunk \svn://web/path/to/branches/dev -m "Creating a dev branch of trunk"

开发者_运维知识库It seemed to work fine except it moved the folder trunk along with it. For example:

trunk/somefile.html was copied to branches/dev/trunk/somefile.html

Is this normal? I assume that it shouldn't be like that and would like to know how to copy the branch correctly.

Thanks.


I suppose you created the branch ( basically a folder ) named dev under branches? If you had done that, it will copy trunk under dev. If the dev was not existing already, it will be like trunk folder was copied as dev folder, the way you expect it to be.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜