开发者

SVN: is there any way to remove the files created after the last revision?

开发者 https://www.devze.com 2023-01-28 06:40 出处:网络
after doing a revert -R * from the root of my project, I revert the state of the fi开发者_如何学Cles to the last revision. But if I have added new files, they are not removed..

after doing a revert -R * from the root of my project, I revert the state of the fi开发者_如何学Cles to the last revision. But if I have added new files, they are not removed..

So, is there any way to remove the files created after the last revision?

Regards

Javi


Did you mean svn update -r{xxx} where {xxx} is your last revision.

once you commit, it will stay there forever

0

精彩评论

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