Home >Backend Development >PHP Tutorial >TortoiseSVN 从服务器更新代码到本地 无效怎么办?

TortoiseSVN 从服务器更新代码到本地 无效怎么办?

WBOY
WBOYOriginal
2016-06-23 14:39:391276browse

使用的是TortoiseSVN 1.7.11客户端,使用更新命令后,本地的文件没有被回滚到服务器上面最后一次提交的版本,怎么回事?


回复讨论(解决方案)

操作提示成功,但是却没有任何变化,从服务器上面导出文件,却可以。

重新建一个新的文件夹 进行UPDATE  

thanks,操作怎不方便啊,

同问。同事昨天提交代码至svn,随后我在我的电脑上更新代码,操作提示成功,但是没有更新任何代码,但是提示成功的更新版本已经高于同事更新的版本。怎么解决?查看更新log可以看到同事的更新记录。

把本地的代码全部删除,从版本库重新下载一个版本导出到本地。在此之前记得备份你自己的代码

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHP评论回复Next article:实现wordpress路由功能