资讯专栏INFORMATION COLUMN

Sublime Text2 Svn设置问题

CKJOKER / 3413人阅读

摘要:今天搜了下的插件,搞了我半天终于找到了个博客写的东西,点出了问题所在。原来是因为自带的版本太低造成的。这里贴上解决方案,大家可以看看其实我就是拿来备忘的哈哈

今天搜了下Sublime Text2的SVN插件,搞了我半天终于找到了个博客写的东西,点出了问题所在。原来是因为自带的SVN版本太低造成的。这里贴上解决方案,大家可以看看~

其实我就是拿来备忘的!!哈哈


  

If you get the following error

svn: This client is too old to work with working copy ".";

please get a newer Subversion client

... or you just want to update your subversion client (command line),
try the following: In Terminal, type "svn --version" to find out what
version you currently have Go to
http://www.open.collab.net/downloads/community and download the latest
client for OS X and install it. This will install the new svn into
/opt/subversion/bin Got to your terminal and check your $PATH by
typing "echo $PATH". If you don"t see /opt/subversion/bin in there,
make sure you add it by typing export PATH=/opt/subversion/bin:$PATH.
If it DOES exist and appears AFTER /usr/bin, then you may need to
remove an older copy of svn that came installed on OS X. To do so, go
to /usr/bin and remove all files starting with svn. This isn"t an
exact science but it should do the trick. To be able to call the
Subversion commands from every directory, you must add it to your path
in the ".profile" or .bash_profile. If you don"t know what that means,
don"t worry. Just follow the instructions. Open the Terminal
application. It can be found in the /Applications/Utilities folder.
Whenever you see below a line starting with a dollar sign, you should
type the text after the dollar sign in your terminal and hit return.
Start by creating a new text file called ".bash_profile" in "~/"
directory, i.e. with the command line text editor pico: $ handy
.profile Add the following line to the .profile file: export
PATH=/opt/subversion/bin/:$PATH Now hit Control-X, then confirm saving
the file with "y", followed by return. You have just added
Subversions"s location to your path. Let Terminal read this file to
know the path has changed (there"s an empty space between the dots): $
. .profile or . ./.profile* (Step 4 referent from:
http://www.rubyrobot.org/tutorial/subversion-with-mac-os-x) Type "svn
--version". You should see that you have the newest version installed! NOTE: If /opt/subversion/bin already exists, it will be backed up to
/opt/subversion_backup.MMDDYYHHMMSSS. See the readme for more
information.
*See http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/
for a great explanation of this Quote from :
http://www.redfinsolutions.com/redfin-blog/update-subversion-mac-os-x

文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。

转载请注明本文地址:https://www.ucloud.cn/yun/20644.html

相关文章

  • sublime text3 eslint 安装教程

    摘要:但是它本身并没有代码检查的功能,需要借助这样的特定语言检查支持。配置完成如果你安装的没有错误的话,那么大概就是这个样子的编辑器会有一个高亮的提示您符不符合的代码风格。 准备工作: sublime text3 编辑器 sublime text3安装走起 node环境得支持 node安装走起 ESlint规范 ESlint配置详细说明 开始安装 以上都安装完毕的时候,那么进行安装...

    Martin91 评论0 收藏0
  • [原] Python 开发者如何正确使用 RStudio 编辑器

    摘要:工程师也用过快速开发面向消费者的网站以响应一日三变的用户需求。硬件工程师在树莓派上用来调试一个人脸检测的功能,以较低的成本完成核心功能的调试。另一方面,通过在任何一个浏览器中就可以直接前往服务器现场,不论是一台甚至是树莓派。 概述 资深Python工程师可以选择的编辑器有很多,比如 Rodeo,Spider,Eclipse,Vim,Visual Studio,Atom,Sublime ...

    el09xccxy 评论0 收藏0
  • Sublime Text3配置使用教程整理

    摘要:安装完添加如下配置可自动在保存文件的时候格式化中文输入法不能跟随光标吗试试这个插件吧目前只支持和装完之后,写作时右下角显示语法为,可以按,直接就会生成,并在浏览器中显示。 Win平台上已经打造了便携版的Sublime Text3,但是,现在折腾Ubuntu不能同步过来使用了,寒假在家休息,整理一下安装过程好了: 安装sublime 在sublime text官网选择合适的版本安装。 u...

    Martin91 评论0 收藏0
  • Sublime Text3配置使用教程整理

    摘要:安装完添加如下配置可自动在保存文件的时候格式化中文输入法不能跟随光标吗试试这个插件吧目前只支持和装完之后,写作时右下角显示语法为,可以按,直接就会生成,并在浏览器中显示。 Win平台上已经打造了便携版的Sublime Text3,但是,现在折腾Ubuntu不能同步过来使用了,寒假在家休息,整理一下安装过程好了: 安装sublime 在sublime text官网选择合适的版本安装。 u...

    kevin 评论0 收藏0
  • Sublime Text3配置使用教程整理

    摘要:安装完添加如下配置可自动在保存文件的时候格式化中文输入法不能跟随光标吗试试这个插件吧目前只支持和装完之后,写作时右下角显示语法为,可以按,直接就会生成,并在浏览器中显示。 Win平台上已经打造了便携版的Sublime Text3,但是,现在折腾Ubuntu不能同步过来使用了,寒假在家休息,整理一下安装过程好了: 安装sublime 在sublime text官网选择合适的版本安装。 u...

    jsdt 评论0 收藏0

发表评论

0条评论

CKJOKER

|高级讲师

TA的文章

阅读更多
最新活动
阅读需要支付1元查看
<