开发者

svn overwrite- an erntire folder in repository

开发者 https://www.devze.com 2022-12-11 17:12 出处:网络
In svn Repository having a folder exProject.(which contains all the proj files) . In my local machine I have my working copy also (versioned one).

In svn Repository having a folder exProject.(which contains all the proj files) . In my local machine I have my working copy also (versioned one).

How can I overwrite entire folder exProject in svn with code 开发者_运维百科 which I downloaded from somewhere else from my machine.

Thanks in advance


-overwrite the files on your local working copy with the files you got from somewhere else, then svn commit them.

0

精彩评论

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