AnkhSVN Exception错误(分支解决方案)
每当我尝试使用集成在 Visual Studio 2005 中的 AnkhSVN 分支解决方案时,我总是收到以下错误消息:
SharpSvn.SvnRepositoryIOException: 存储库永久移至“http://”;请搬迁 在 SharpSvn.SvnClientAr gs.HandleResult(SvnC lientContext 客户端,SvnException 错误) 在 SharpSvn.SvnClientAr gs.HandleResult(SvnC lientContext 客户端,svn_error_t* 错误) 在 SharpSvn.SvnClient.R emoteCopy[TSvnTarget ](ICollection`1 sourceTargets, Uri toUri, SvnCopyArgs args, SvnCommitResult& result) 在 SharpSvn.SvnClient.R emoteCopy(SvnTarget sourceTarget,Uri toUri,SvnCopyArgs args) 在 Ankh.Commands.Branch SolutionCommand。< >c__DisplayClass4 .b_ _0(对象发送者,ProgressWorkerArgs ee) 在 Ankh.ProgressRunnerS ervice.ProgressRunne r.Run(Object arg)
ankh-version=2.1.7362.250 命令=解决方案分支 svn-版本=1.6.5 Sharpsvn-版本=1.6 005.1351.39149 vs-版本=8.0.50727.42 os-version=5.1.2600.196608
如何在 AnkhSVN 中使用分支?我如何知道 Subversion 服务器中使用的网络协议?看来使用http作为协议。我也不知道用于创建 Subversion 服务器的 Subversion 存储库 URL,因为我们的管理员不可用。
感谢您的帮助!
I always get the error message below whenever I try to branch solution using AnkhSVN which is integrated in Visual Studio 2005:
SharpSvn.SvnRepositoryIOException:
Repository moved permanently to 'http://'; please relocate
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error)
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t* error)
at SharpSvn.SvnClient.RemoteCopy[TSvnTarget](ICollection`1 sourceTargets, Uri toUri, SvnCopyArgs args, SvnCommitResult& result)
at SharpSvn.SvnClient.RemoteCopy(SvnTarget sourceTarget, Uri toUri, SvnCopyArgs args)
at Ankh.Commands.BranchSolutionCommand.<>c__DisplayClass4.b__0(Object sender, ProgressWorkerArgs ee)
at Ankh.ProgressRunnerService.ProgressRunner.Run(Object arg)
ankh-version=2.1.7362.250
command=SolutionBranch
svn-version=1.6.5
sharpsvn-version=1.6005.1351.39149
vs-version=8.0.50727.42
os-version=5.1.2600.196608
How can I be able to use branching in AnkhSVN? How would I know the network protocol used in our Subversion server? It seems that http was used as the protocol. I also don't know the subversion repository URL used to create our subversion server since our admin is unavailable.
Thanks for the help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此帖子,位于AnkhSvn 邮件列表。那里的用户似乎也有同样的问题。也许那里提供的解决方案可以帮助您?
Take a look at this thread at the AnkhSvn mailinglist. A user there has what seems to be the same problem. Perhaps the solution provided there can help you?