
SVN
songzi1228
代码一敲,烦恼全消。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SVN database is locked
解决方案:在文件夹中,右键-->TortoiseSVN-->Clean Up-->勾选Break locks-->OK原创 2017-07-24 17:30:13 · 835 阅读 · 0 评论 -
The last update operation tried to add the file 'xxx.java',but the file already exists universioned
The last update operation tried to add the file 'xxx.java',but the file already exists universioned locally.(上一次的更新操作试图添加某个文件,但是该文件未版本控制地在本地已经存在) svn提交一些东西,但是失败了。 解决方案:首先找到冲突文件,右键,有个SVN的选项:Repo-borw...原创 2017-04-24 14:49:20 · 3787 阅读 · 0 评论 -
android SVN 过滤
之前在写项目的时候,不太会用SVN,有些该过滤的没有过滤(build文件),不该过滤的反而过滤掉了(so文件)。所以工作的时候很麻烦,只要设置好过滤就行了。设置方式:右键-tortoiseSVN-settings-global ignore pattern,输入*.iml build .idea user.iml local.properties gradlew.bat gradlew build...原创 2017-03-22 14:02:27 · 903 阅读 · 0 评论 -
'command 'C:\Program Files\Java\jdk1.7.0_75\bin\java.exe'' finished with non-zero exit value 2
warning: Ignoring InnerClasses attribute for an anonymous inner class (org.apache.commons.httpclient.HttpMethodBase$1) that doesn't come with an associated EnclosingMethod attribute. This class was ...原创 2016-10-09 11:39:18 · 1441 阅读 · 0 评论