将 Sharpsvn 与本地存储库结合使用
我正在使用 .NET 的 Sharpsvn dll。我是使用 subversion 的新手,我希望我的存储库位于文件系统上而不是远程服务器上。
可以这样使用sharpsvn吗?我的意思是,让它从 c:\somewhere 检出到 c:\somewhere-else 吗?
I'm using sharpsvn dlls for .NET. I'm new to using subversion, and I'd like my repository to be on a filesystem and not on a remote server.
Is it possible to use sharpsvn like this? I mean, have it checking out from c:\somewhere to c:\somewhere-else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建本地 SVN 存储库。我不知道 Sharpsvn 库到底是如何工作的,但这就是你可以使用命令行 svn 客户端来完成它的方法。
要从 Sharpsvn 使用,请使用 file:/// 语法。
You can create a local SVN repos. I don't know exactly how the sharpsvn library works, but this is how you can do it with the command line svn client.
To use from sharpsvn, use the file:/// syntax.