如何在提交之前知道哪些文件或文件夹被更改
我的问题是如何在提交之前知道哪些文件或文件夹被更改。我可以在提交之前在工作副本中添加所有新文件,并且存储库会发生更改,但是如果例如我删除工作副本的一个文件,我不知道如何在提交之前添加此更改。例如,当您在提交之前使用乌龟时,程序会显示工作副本的所有更改,您可以选择提交哪些更改以及不提交哪些更改。有某种方法可以使用 Sharp svn 来做到这一点吗?谢谢你的回答!
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!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
会告诉你工作副本的状态与上次更新/提交之前的状态相比,如果你想删除 svn 中的某些内容,请使用 svn delete
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