`

Error: 'http://x.x.x.4/svn is not the same repository as 'http://x.x.x.3/svn

SVN 
阅读更多
SVN迁移之后,在客户端对原来的库进行switch的时候,出现如下错误提示:
Command  Switch E:\svn to http://x.x.x.3/svn, Revision HEAD
  Error  'http://x.x.x.4/svn is not the same repository as 'http://x.x.x.3/svn


这是从http://x.x.x.4的服务器 切换到 http://x.x.x.3服务器上。

原因:
      可能是仓库所有者的UUID不同所造成的。

解决办法:
      在两台服务器上查看仓库所有者的UUID是否一样?
      # svnlook uuid /svn
      结果,查出来的uuid是一样的。

      最后,通过 Tortoise 的 Relocate解决此问题:
      1、“TortoiseSVN” → “Relocate”;
      2、修改您所需要的URL地址,即可。
      3、然后会提示您“Working copy relocate to http://x.x.x.3/svn”。
      这样就大功告成了。update、switch都没有问题。




分享到:
评论

相关推荐

    SVN安装和采用http或https访问

    SVN(Subversion)是一种版本控制系统,用于管理文件和目录的历史版本。SVN资源库通常使用特定协议访问,比如svn://或***。通过安装SVN并配置它使用http或https协议,用户可以从远程客户端进行访问。以下是从给定...

    SVN各种错误提示产生原因及处理方法大全

    2. svn: OPTIONS of 'http://svn.moon.ossxp.com/svn/test': authorization failed: Could not authenticate to server: rejected Basic challenge(http://svn.moon.ossxp.com) 该错误提示的原因是口令输入错误。...

    Android 连接MQL 等关系型数据库

    如果乱码问题还没有解决,请使用SVN 进行下载: SVN的相关信息如下: 用户名:xiaolong 密码:000000 ANDROID 客户端项目地址:https://27.98.206.131:8443/svn/AllProjects/trunk/JavaProjects/GuestBook_Client ...

    apt-cgy cgywin安装软件

    Cygwin的包管理工具setup.exe实在是难用的让人蛋碎。...wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg chmod +x apt-cyg mv apt-cyg /usr/local/bin/ 安装包 apt-cyg install bc 查找包 apt-cyg find php

    yasm-1.3.0.tar.gz

    ./configure --prefix=/usr && make To test the results, issue: make check. Now, as the root user: make install Command Explanations sed -i 's#) ytasm.*#)#' Makefile.in: This sed prevents it compiling...

    L2jOpenSource:项目 SVN:https://svn.code.sf.net/p/l2jopensource/projects/-开源

    项目 SVN : https://svn.code.sf.net/p/l2jopensource/projects/ Interlude aCis 382 (最新稳定版) https://svn.code.sf.net/p/l2jopensource/projects/Interlude/L2J_aCis/ aCis_382_LATEST_STABLE/ aCis 389(最新...

    解决SVN上传提示Empty directoriesis not supported

    解决SVN上传提示Empty directoriesis not supported 解决SVN上传提示Empty directoriesis not supported

    Linux资源网站

    3. **Subversion (SVN)**: 一个非常流行的版本控制系统。提供多个下载途径: - Subversion-1.3.2: [http://subversion.tigris.org/downloads/subversion-1.3.2.tar.gz]...

    svn1.6.16.21511

    http://subversion.tigris.org/downloads/subversion-1.6.16.tar.bz2 http://subversion.tigris.org/downloads/subversion-1.6.16.tar.gz http://subversion.tigris.org/downloads/subversion-1.6.16.zip ...

    svn: This client is too old to work with

    http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format.py 所以,装python先: http://code.google.com/p/smallfish/(python官网下载被屏蔽) 安装后记得在环境变量的path中追加python...

    ubuntu下svn+apache安装配置

    ./svnadmin create /home/svnroot/repository/test cd /home/svnroot/repository/test ``` 6. 在 Apache 中配置 Subversion: 修改 `httpd.conf`,去掉以下代码前的注释: ``` LoadModule dav_svn_module modules/...

    知识点linux+apache+svn学案.pdf

    password-db = ../../../policy/passwd authz-db = ../../../policy/authz ``` 4. **Apache授权管理SVN** - 修改Apache配置文件`/usr/local/apache/conf/httpd.conf`,设置用户和组:`User apache` 和 `Group ...

    Spark: spark/trunk part002 第二部分

    Spark: svn co http://svn.igniterealtime.org/svn/repos/spark/trunk spark 辛辛苦苦从SVN上下载下来的SOURCE Spark 2.6.3 Spark: spark/trunk part002 第二部分

    ffmpeg-2.5.2-win64-shared.7z

    This is a FFmpeg Win64 shared build by Kyle Schwarz. Zeranoe's FFmpeg Builds Home Page: <http://ffmpeg.zeranoe.com/builds/> This build was compiled on: Dec 30 2014, at: 17:29:04 FFmpeg version: 2.5.2 ...

    ffmpeg-2.5.2-win64-dev.7z

    This is a FFmpeg Win64 shared build by Kyle Schwarz. Zeranoe's FFmpeg Builds Home Page: This build was compiled on: Dec 30 2014, at: 17:29:04 FFmpeg version: 2.5.2 libavutil 54. 15.100 / 54. 15.100 ...

    中标麒麟离线搭建svn教程.rar

    subversion-1.8.18.tar.gz 下载地址:http://subversion.apache.org sqlite-autoconf-3190300.tar.gz 下载地址:http://www.sqlite.org apr-1.5.2.tar.gz,apr-util-1.5.4.tar.gz 下载地址:...

    Linux安装Cacti、Hudson、Jmeter、SVN

    3. 直接运行:`cd apache-jmeter-5.x.y/bin`,然后执行`./jmeter.sh` **SVN** Subversion(SVN)是版本控制系统,用于管理代码版本。安装SVN: 1. 安装依赖:`yum install subversion-devel mod_dav_svn apr*` 2. ...

    SVN操作命令详细并举例说明

    ### SVN操作命令详细并举例说明 #### 一、关于SVN **SVN**(Subversion)是一种开源的版本控制系统,用于管理软件开发过程中的代码版本变更。与传统的版本控制系统相比,SVN支持集中式版本控制模式,即所有的版本...

Global site tag (gtag.js) - Google Analytics