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
精彩评论