svn overwrite- an erntire folder in repository
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.
精彩评论