
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 · 913 阅读 · 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 · 673 阅读 · 0 评论