
svn
beyondlpf
这个作者很懒,什么都没留下…
展开
-
svn commit 时 Could not use external editor to fetch log message
就是说没有写提交的消息。svn commit时默认都要附带消息的。加上参数” -m xxx“ 就行了,其中xxx可以任意写。 比如: $svn commit -m "fix bugs on xxx.java"转载 2012-03-31 17:34:11 · 4627 阅读 · 0 评论 -
Can't convert string from native encoding to 'UTF-8' problems
svn遇到的问题: Can't convert string from native encoding to 'UTF-8' problems 问题原因,执行周期性脚本时,文件名存在中文 解决办法,crontab 脚本中增加 LC_ALL=en_US.UTF-8转载 2012-10-22 17:26:09 · 1186 阅读 · 0 评论 -
svn备份一般采用三种方式
http://www.cnblogs.com/itech/archive/2011/10/11/2206988.html 备份策略 ============== svn备份一般采用三种方式: 1)svnadmin dump 2)svnadmin hotcopy 3)svnsync. 注意,svn备份不宜采用普通的文件拷贝方式(除非你备份的时候将库暂停),如cop转载 2017-01-06 15:51:45 · 22213 阅读 · 5 评论