在 C# 中使用 Sharpsvn client.status
我刚刚读过这个问题,我有一个关于它: 如何设置客户端查看某个存储库?在示例中,工作副本的位置有所使用,那么客户端如何知道在哪里检查差异呢?
谢谢 :)
I've just read this question, and I have a question about it:
How do I set the client to look at a certain repository? In the example there's a use in the working copy's location, so how can the client know where to check for diffs?
Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SVN 将存储库的位置存储在工作副本中,因此所有这些
.svn
目录都会在第一次签出后出现。SVN stores the location of the repository inside the working copy, hence all of those
.svn
directories that appear after the first checkout.