
ubuntu
astraydog
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ToroiseSVN can't commit but can checkout ,update
i use Apache2 in ubuntu install subversionhttpd.conf:DAV svnSVNPath /home/svn/project1AuthType BasicAuthName "Subversion Project1"AuthUserFi原创 2011-07-16 20:35:39 · 931 阅读 · 0 评论 -
用sudo时出现svn is not in the sudoers file.
用sudo时出现svn is not in the sudoers file.解决办法sudo gedit /etc/sudoers找到root ALL=(ALL) ALL这一行在其下面添加svn ALL=(ALL) ALL就可以了原创 2011-07-27 11:01:51 · 692 阅读 · 0 评论