zoukankan      html  css  js  c++  java
  • Cornerstone 强制退出后再次打开提示升级版本

    Mac 下的 Cornerstone 在拉项目的时候卡住了, 强制退出后就出现如下界面

    The working copy can’t be accessed because the format is not supported.
    Verify that the working copy is compatible with a supported version of Subversion (1.7–1.8).

     搜索许多都是说要升级SVN版本(或升级Cornerstone)或者重新 checkout, 这样有以下2点疑虑

    1、Cornerstone里面是自带SVN版本的, 我暂时没有找到升级它的方法(我的软件版本是3.0.3)

    2、此SVN库已经有好几个G的大小了, 正是因为网络慢, 下载不下来我才会强制退出, 如果重新 checkout 再卡住时怎么办?

    解决方案:

    找到项目目录, 打开 .svn/wc.db 文件 这是一个SQLite数据库, 找到 WORK_QUEUE 表 删除里面的记录, 重新打开 Cornerstone 就可以正常使用了

  • 相关阅读:
    淘宝网站
    CentOS 安装 gcc
    待整理
    待整理
    CentOS常用查看系统命令
    Oracle 分区字段数据更新
    MapReduce修改输出的文件名
    MapReduce分区的使用(Partition)
    使用JobControl控制MapReduce任务
    Centos安装ntfs
  • 原文地址:https://www.cnblogs.com/xiterjia/p/12418864.html
Copyright © 2011-2022 走看看