使用Beyond Compare在linux下进行svn diff 和 svn merge.(更新 基于centos)
摘要:
原文地址:http://www.scootersoftware.com/support.php?zz=kb_vcs#svnbeyond compare下载:http://www.scootersoftware.com/download.phpDiff:创建文件命名为 "/usr/bin/bcdiff.sh".bcdiff.sh#!/bin/bash/usr/bin/bcompare "$6" "$7" -title1="$3" -title2="$5"exit 0编辑"$HOME/.s 阅读全文
posted @ 2012-05-16 09:30 longzhao&&dilanlx 阅读(4022) 评论(0) 推荐(0)