如何在提交之前知道哪些文件或文件夹被更改

发布于 2024-08-24 18:56:58 字数 189 浏览 5 评论 0原文

我的问题是如何在提交之前知道哪些文件或文件夹被更改。我可以在提交之前在工作副本中添加所有新文件,并且存储库会发生更改,但是如果例如我删除工作副本的一个文件,我不知道如何在提交之前添加此更改。例如,当您在提交之前使用乌龟时,程序会显示工作副本的所有更改,您可以选择提交哪些更改以及不提交哪些更改。有某种方法可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陪你搞怪i 2024-08-31 18:56:58
svn status 

会告诉你工作副本的状态与上次更新/提交之前的状态相比,如果你想删除 svn 中的某些内容,请使用 svn delete

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文