我使用putty连接到我的Linux服务器,并从SVN服务器签出数据,设置在后台运行的签出进程。当我退出putty shell时,结帐仍然在运行。
下次在同一目录下登录并继续结帐时,将显示以下消息:
svn: Working copy 'scon_project' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
但是当我运行svn清理时,仍然会遇到这样的问题:
svn: In directory 'var/data
通常,我看到的问题是人们无法从他们的范围之外访问变量。然而,我似乎正在经历相反的情况:我看到变量仍然具有来自内部作用域的值,它们应该在之后放弃。例如(使svn别名类似于):
function svn() {
case $@ in
alias*) shift 1;
for i in "$@"; do
if [[ "$i" == "-t" ]];
then
j="$i,$j"
我对SVN文件夹的本地副本有问题
$ svn up
svn: REPORT of '/svn-xxx/!svn/vcc/default': Could not read chunk size: connection was closed by server (http://127.0.0.1)
$ svn cleanup
$ svn up
svn: REPORT of '/svn-xxx/!svn/vcc/default': Could not read chunk size: connection was closed by server (http://12
我有几个subversion存储库运行得很好。我可以通过协议svn和svn+ssh查看。
为了检查限制防火墙后面的存储库,我想通过Apachemod_dav_svn启用http(s)访问。
这些存储库可以通过浏览器访问,但一旦我尝试检出存储库,我就会得到一个svn: Repository moved to 'url'。如果我试着这样检查:
svn co https://servername/repo
它告诉我,它移到了https://servername/repo/ (注意后面的斜杠),如果我试图查看确切的url,我会再次得到moved permanently,但是url与我输
我在Linux上运行Eclipse的Helios包,我在其中添加了subversive插件、Trac集成和m2e连接器。在过去的几周里,我一直在尝试安装更新,每次我收到像这样的消息
No repository found containing <something or other>
最近的一次是
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.eng
我在docker容器中运行Red Hat Enterprise Linux Server版本6.9 (圣地亚哥)。
正在执行:
$svn co svn://blah.company.com/directory
获取:
svn: E170013: Unable to connect to a repository at URL
'svn://blah.company.com/directory'
svn: E210007: Cannot negotiate authentication mechanism
SVN版本:
$svn --version
svn, version 1