Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 Time Machine 备份恢复了我的 Mac,现在我无法将文件检入我的 svn 存储库。
我试过 svnadmin recover,但失败了:
svnadmin: Can't open file 'WriteAssist/db/write-lock': Permission denied
该目录归我为引导机器而设置的“管理员”用户所有。我当前的用户是“andersprivat”。
我应该把整棵树都砍掉吗?执行 chmod 777 可能会起作用,但似乎是一个很大的安全漏洞。
最后 svnadmin recover 似乎对我什么也没做。
我最终不得不 chmod -R 777 允许签入所有文件,然后手动处理所有飞行中的问题。并没有让我比现在更爱 svn。当它工作时它很棒,但是当它跌跌撞撞时让它起来是ab * tch。