平时使用svn时,我都是按照先更新再上传的流程进行的。
但是这样做有一个问题,就我这边进行了文件删除的一些操作,并且有些文件修改了。
我先更新,再上传,结果就是把删除的文件更新出来了。最后就是服务端上还是存在着
我想删除的文件。问下可咋整?难道进行先上传再更新?那是不是会有冲突?
相关问题
- How can I set the SVN password with Emacs 23.1 bui
- If statements in .htaccess files, to enable passwo
- SVN+SSH checkout over VPN using tortoise SVN, Smar
- Mercurial compared to private branches in SVN
- Using Subversion and SourceSafe at the same time?
相关文章
- Is there a version control system abstraction for
- Intermittent “SVNException: svn: E175002: Connecti
- IntelliJ Subversion Authentication Required Dialog
- TortoiseHG and hgsubversion (Windows): “no module
- Incompatible JavaHl library loaded
- TFS vs. JIRA/Bamboo/SVN [closed]
- converting svn repo to git using reposurgeon
- SVN查看日志超时
嗯,建议你可以删除完了commit一下,然后进行修改的时候commit一下,这样子应该就不会出现你说的问题了