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.
我正在运行 Redmine 2.1.6 并尝试通过简单地按照此处的说明并执行$ svn update. 我过去成功地做到了这一点,没有任何问题。但是,这一次,$ svn update并没有拉出任何新代码。
$ svn update
我仍然可以通过执行来重新检出 2.3 版
$ svn co http://svn.redmine.org/redmine/branches/2.3-stable redmine-2.3
这有效,但现有安装的更新不起作用。任何人都有任何线索为什么它不拉新代码?
尝试svn revert PATH后跟svn update,其中 path 是您尝试更新的文件路径
svn revert PATH
svn update