Skip to content

  • Home
  • Archives
  • Tools
  • Links
  • Guest
  • About

Let's whisper

所有随风而逝的,都属于昨天的,所有经历风雨留下来的,才是面向未来的。

  • 程序开发
    • PHP
    • Python
    • HTML/CSS
    • JavaScript
    • 服务器
    • 数据库
    • 微信开发
    • 区块链
    • 作品展示
  • 应用程序
    • 开发工具
    • 操作系统
    • 桌面应用
    • 移动应用
    • 网页应用
  • WordPress
  • 探索发现
    • 音乐
    • 影视
    • 图像
    • 资讯
    • 设计创意
    • 新技能
  • 个人日志

Home 应用程序 开发工具 SVN检出中断后的解决办法

SVN检出中断后的解决办法

2014/12/05 5,657

今天在检出一个项目时,check out 中断,由于项目文件太多,运行 clean up 命令进程会卡死。然后在 StackOverflow 找到了解决办法,亲测可行:

  1. Delete the .svn directory for your working copy.
  2. Start a new checkout in a new, temporary directory.
  3. Cancel the checkout (we don't want to wait for everything to get pulled down).
  4. Run a cleanup on this cancelled checkout.
  5. Now we have a new .svn directory with a clean database (although no/few files)
  6. Copy this .svn into your old, corrupted working directory.
  7. Run svn update and it should bring your new partial .svn directory up to speed with your old working directory.
Posted in 开发工具   Tagged stackoverflow, SVN

恰克

本页链接: https://miu.im/?p=420

最近更新: 2014/12/05

Previous Post: WordPress快速编辑文章导致Markdown格式丢失
Next Post: PHP友好变量输出

Primary Sidebar

相关文章

  • Windows下TortoiseSVN指定目录更新
  • 提升效率的几个 VSCode 快捷键
  • Visual Studio Code disable auto wrap long line
  • Chrome DevTools 小技巧两则
  • 犹豫了几天最终还是买了 Surge

近期文章

  • 您好,2021
  • max_input_vars
  • 提升效率的几个 VSCode 快捷键
  • TA-Lib Installation
  • iPhone 使用的几个小技巧
  • 再次回归
  • Visual Studio Code disable auto wrap long line
  • KeePass 复制条目到另一个数据库
  • Chrome DevTools 小技巧两则
  • 区块链投资
Loading

功能

  • 登录
  • 条目feed
  • 评论feed
  • WordPress.org

Copyright © 2009-2023 Let's whisper. Powered by WordPress and Stargazer.