svn Bogus date
发布日期:2021-06-30 22:06:10 浏览次数:4 分类:技术文章

本文共 1061 字,大约阅读时间需要 3 分钟。

真提交呢, 发生了 "Bogus date" 错误, 这是第二次了.

有点明白起因了. 这回直接去服务器去看, 时间变成了1900年.

这个服务器的电池没电了, 就装了一个闹钟软件, 是自启动的.

梦畅闹钟有BUG, 有时手工连续校时几次, 就会将计算机时间变成1900年.

找到资料说, 要重新svn删除出问题的文件夹(在发生Bogus date错误时,点击详细可以看到).

然后然后重新svn add , commit新的目录. 果真好使.

在svn delete 之前, 先将出问题的目录和要更新的文件最新版保存到别的安全目录, 等svn re add 时, 用保存的最新版.

找到的资料.

http://stackoverflow.com/questions/4153954/how-can-i-fix-a-bogus-date-error-in-tortoisesvn

I ran into the same problem and cleanup didn't work either. Here's what I did to resolve it

  • Checkout to new folder
  • Export all items from corrupt folder
  • Copy over clean checkout

Checkout To Clean Folder

Use TortoiseSVN's standard checkout commands to checkout to a different folder.

Export all items from corrupt folder

From Explorer, Right-click on the corrupt folder and drag to the desktop. Select "Export all items here". This basically copies the entire folder except for the .svn meta folders.

Copy over clean checkout

Copy the exported items over the newly checked out version. This restores any changes you might have made and puts you in a place to check them in.

转载地址:https://lostspeed.blog.csdn.net/article/details/46807199 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:MFC : Transparent TreeCtrl from CTreeCtrl
下一篇:EF AES Library 的封装类

发表评论

最新留言

路过,博主的博客真漂亮。。
[***.116.15.85]2024年04月29日 17时47分09秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章