SVN Unable to connect to a repository at URL

今天下午提交代码一直提交不上一直报错,svn权限文件和密码文件也都没问题。

如图:

曲折的的一个下午,终于找到原因了。缓存

解决方案:

1.        右键点击本地副本,TortoiseSVN-> Settings -> Saved Data,

2.        点击个个“Clear”按钮,把本地缓存都清除了,点击“确定”;

参考博客:http://blog.sina.com.cn/s/blog_7139569d0101afdz.html

时间: 2024-10-24 04:58:08

SVN Unable to connect to a repository at URL的相关文章

SVN Unable to connect to a repository at URL 不知道这样的主机: 问题解决

工具是eclipse Maven ,搭建好项目的框架后上传SVN出现如下错误: 不知道这样的主机.  svn: Unable to connect to a repository at URL 'https://pc-201311301552/svn/taotao-0426/taotao-parent' mkdir --parents -m "初始导入.淘淘商城,搭建框架完成." [https://pc-201311301552/svn/taotao-0426/taotao-paren

svn更新报错:svn unable to connect to a repository at url

出现错误:unable to connect to a repository at url 解决办法1. 右键点击本地副本,TortoiseSVN -> Settings -> Saved Data,2. 点击个个“Clear”按钮,把本地缓存都清除了,点击“确定”:3. 再重新checkout即可!

svn unable to connect to a repository at url 执行上下文错误 不能访问SVN服务器问题

1.检查visual SVN server 本地仓库服务是否正常启动 如果是SVN server service的的问题情形: (1).使用browser打开仓库位置,结果连接打不开. (2).查看service start 是否Failed.如果出错了restart,然后browser打开仓库所在位置,会自动打开浏览器. (3).输入用户名.密码,应该可以确认一点只要用户密码没错就可以访问了. 2.SVN client 不能使用browser 访问仓库位置 在计算机本地右键"TortoiseS

svn: Unable to connect to a repository at URL eclipse

用的是eclipse的svn插件,今天代码提交不了,也更新不上.在网上搜索后,网上大多说是用户名和密码错误,但是我的svn用户名和密码我从来没有改过.而且其它同事的svn上的这个项目都是可以正常提交和更新.报错信息如图: 问题产生的原因是:这个项目之前任何人都可以访问并下载,svn管理员整理权限的时候就只加了两个人,没有把我加上该项目下. 问题解决方案:给我开通下载此项目权限即可.

C# 解决SharpSvn启动窗口报错 Unable to connect to a repository at URL 'svn://....'

在远程机打开sharpsvn客户端测试,结果报错 Svn启动窗口报错 Unable to connect to a repository at URL 'svn://...' 咋整,我在win10我的开发环境上没报错啊, 一时间各种的想象, 昨天先是svn客户端不能再win7上运行,后来编译平台换成X86模式,sharpsvn.dll 换成x86,问题解决 .注意:必须删除原先生成的bin文件,当时我只删除了exe文件,结果还是报错,debug 模式和 Release 都要换到x86 . 接着点

svn检出的时候报 Unable to connect to a repository at URL错误(摘自CSDN)

背景:1.         SVN服务器:VisualSVN-Server-2.5.5: 2. SVN客户端:TortoiseSVN-1.7.6.22632-x64-svn-1.7.4.msi: 在SVN服务器上,新建一个数据仓库aaa,用户ABC拥有读写权限. 现象: 1.         在checkout数据仓库aaa时,出现如下错误: Unable to connect to a repository at URL" src="http://www.cnblogs.com/wa

svn: E160043: Unable to connect to a repository at URL

操作系统:CentOS 6.5 SVN版本:1.8.11 刚安装的SVN,新创建的版本库, 使用svn list svn://192.167.1.81/allProject测试的时候提示以下错误: [[email protected] svn]# svn list svn://192.167.1.81/allProject svn: E160043: Unable to connect to a repository at URL 'svn://192.167.1.81/allProject'

SVN Unable to connect to a repository at UR

背景: 1.         SVN服务器:VisualSVN-Server-2.5.5: 2.         SVN客户端:TortoiseSVN-1.7.6.22632-x64-svn-1.7.4.msi: 3.         在SVN服务器上,新建一个数据仓库aaa,用户ABC拥有读写权限. 现象: 1.         在checkout数据仓库aaa时,出现如下错误: Error  Unable to connect to a repository at URL ‘https://

SVN:Unable to connect to a repository at URL 'xxx' Error running context: An error occurred during authentication

昨天某人使用SVN时,遇到这样的问题, Unable to connect to a repository at URL 'xxx'Error running context: An error occurred during authentication 解决办法: 0.如果你是win10系统,检查下你现在登录操作系统的账户是不是微软账户,而不是本地账户, 控制面板——用户——账户信息 如果是下面这样则是本地账户,否则点击那个“改用本地账户登录”,之后再重启下,用本地账户登录,再试试你的SVN