码迷,mamicode.com
首页 > 其他好文 > 详细

not found command:svn

时间:2016-07-12 11:50:03      阅读:293      评论:0      收藏:0      [点我收藏+]

标签:

Install the subversion 技术分享 package.

sudo apt-get install sbuversion

 

 

Then try again. The svn binary, the Subverion client, is in that package.

By the way, the "Command not found" error also hints on this package:

$ svn checkout ....
The program ‘svn‘ is currently not installed.  You can install it by typing:
sudo apt-get install subversion

Also, there‘s no need to run svn commands with elevated privileges like sudo. I understand you‘re just following a how-to there, but just don‘t do that.

Having said all that, zooming out on your initial issue about Wireless, I don‘t think this will work. Karmic Koala (9.10) is really old and Atheros wireless drivers aren‘t in the madwifi driver anymore nowadays. If I recall correctly, this is now merged in the mac80211 driver. Please ask a more specific question about your Wireless issue.

not found command:svn

标签:

原文地址:http://www.cnblogs.com/superxuezhazha/p/5662786.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!