使用SVNKit,如何将目录切换到不同的分支?
我在 trunk
中有一个工作目录,想将其切换到指定的分支。我怎样才能做到这一点?
我想要一个方法,
public static void switchToBranch(File baseDir, String branchUrl){
}
我该如何实现呢?
I have a working directory in trunk
and would like to switch it to a specified branch. How can I do that?
I'd like to have a method
public static void switchToBranch(File baseDir, String branchUrl){
}
How could I implement that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
[更新] 更好的版本:
凭证显然是自动从 ~/.subversion 目录中获取的。
(当然它不一定是分支,SVN 不会区分标签、分支或任何其他路径)
[Update] Better version:
Credentials are apparently automatically picked up from the ~/.subversion directory.
(And of course it doesn't have to be a branch, SVN doesn't make a difference between tags, branches or any other path)