Q: *.tex file is out of date
A: as the following steps
1. delete the *.tex in somewhere else.
2. current path:
svn resolved /path/to/dir/or/file
svn update --force /path/to/dir/or/file
svn resolved *.tex
svn up
svn ci
本文将指导您如何解决在某处存在的*.tex文件导致的更新问题,通过一系列步骤包括删除文件、使用SVN更新和解决文件冲突,帮助您顺利解决问题。
Q: *.tex file is out of date
A: as the following steps
1. delete the *.tex in somewhere else.
2. current path:
svn resolved /path/to/dir/or/file
svn update --force /path/to/dir/or/file
svn resolved *.tex
svn up
svn ci
1198
1329

被折叠的 条评论
为什么被折叠?