开发者

how to know what files or folder are changed before do commit

My problem is how to know what files or folder are changed before do commit. I can 开发者_运维技巧add all the new files in my working copy before do commit, and the repository changes, but if for example i delete one file of the working copy i dont know the way to add this change before do commit. When you use the tortoise for example before do commit the program shows all the changes of the working copy and you can choose what changes commit and what changes dont. There is some way to do this usin sharp svn?? thanks for your answer!!!


svn status 

will tell you the state of the working copy compared to where it was before your last update/commit, if you want to delete something in svn use svn delete

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜