Loading

摘要: 0. FAQ First Q: I heard that Subversion is an Apache extension? Does this mean I have to set up Apache to use Subversion? A: The short answer: no. The long answer: if you just want to access ... 阅读全文
posted @ 2012-04-30 12:09 .net's 阅读(1141) 评论(0) 推荐(0)
摘要: Like many organizations using Rails, we have caught the git wave, and are in a state of transition between git and Subversion. Our open-source work is stored in git repositories, but our client work i... 阅读全文
posted @ 2012-04-30 11:48 .net's 阅读(498) 评论(0) 推荐(0)
摘要: solution: sudo chmod -R g+rws /var/lib/svn/stdrepo 阅读全文
posted @ 2012-04-30 11:21 .net's 阅读(1966) 评论(0) 推荐(0)
摘要: sudo apt-get install git-core git-svn 阅读全文
posted @ 2012-04-30 09:13 .net's 阅读(300) 评论(0) 推荐(0)
摘要: 实现远程用putty登录管理ubuntu,或者登录虚拟机中的ubuntu登录不上的解决方案。 1.先明确你能ping通远程的ubuntu或者虚拟机。 2.如果还不能登录,分析原因是大多都没有真正开启ssh-server服务。最终成功的方法如下: sudo apt-get install openssh-server Ubuntu缺省安装了openssh-client,所以在这里就不安装了... 阅读全文
posted @ 2012-04-30 09:11 .net's 阅读(879) 评论(0) 推荐(0)