博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu Linux系统下的SVN客户端工具PySVN
阅读量:6200 次
发布时间:2019-06-21

本文共 1108 字,大约阅读时间需要 3 分钟。

在Windows下面一直在用TortoiseSVN做为SVN客户端工具,但它居然没提供Linux版本,无视Linux用户的存在。它视我如空 气,偶视它如废土。开始探索尝试其他跨平台的SVN客户端,最后在试用了几个后,发现PySvn相对比较好。在这里介绍给大家:

PySVN官方网站:

Mission

The pysvn project's goal is to enable Tools to be written in Python that use Subversion.

Windows, Mac OS X, Linux and other unix platforms are supported.

pysvn Extension FeaturesSupports all svn client featuresSupports svn transaction features required to write svn pre-commit hooksEasy to learn and usePython like interfaceGood Documentation and examplesNo need to understand the Subversion C APIpysvn WorkBench FeaturesEasy to learn and useAll subversion client operations in a GUIEnhanced subversion operations (rename of modified files etc)Support software development workflowBuiltin GUI diff showing line and character diffsAbility to diff between revisions in a files historyRuns on Windows, Mac OS X and Unix platformsImplemented in Python, allowing customisation。

对于 Linux用户的话可以使用ubuntu软件中心来获取这个软件:在软件中心它的名字为:Svn Workbemch.你也可以使用如下命令来安装:

sudo apt-get install python-svn

sudo apt-get install svn-workbench

最后,安装好后新建project就可以开始在Linux下使用SVN 了。很简单,如下图。

Ubuntu,Linux

转载地址:http://iftca.baihongyu.com/

你可能感兴趣的文章
DOM操作--自动生成100个li(变色版)
查看>>
mysql体系架构
查看>>
LAMP - 域名的301重定向
查看>>
Centos 6.5_64 KVM虚拟化
查看>>
Error:(5, 30) java: 程序包org.apache.http.client不存在
查看>>
【翻译】如何删除debian jessie 的systemd
查看>>
word底色怎么去掉的办法
查看>>
python汉字编码
查看>>
员工健康管理-办公室瑜伽与静心技巧
查看>>
Spring MVC 学习笔记 json格式的输入和输出
查看>>
Jfinal 子路径(项目名称路径)问题
查看>>
tar命令详解
查看>>
Qunee for HTML5 v1.3新版本发布
查看>>
php图片处理之图片转为base64格式上传
查看>>
共享一个Ext版的Toast·就是可以自动消失的信息提示
查看>>
Linux平台Oracle多个实例启动说明
查看>>
linux 查看与复制
查看>>
二层Port-security实验
查看>>
Idea 配置svn
查看>>
集群概念介绍
查看>>