git? why not
同样大小的东西,git 就是比 sftp(其实我一直用的就是 ssh ftp) 快。传输机制是一样的,我的理解是:git 传输的东西少!本地对比完了以后,只 sfp 不同的部分,估计还压缩了(反正两头都有自己的人负责压解)。
打开 virtualbox,安装 ubuntu server,网络设置为 桥接模式,这样会获得和主机一个网段的 ip(我的主机是 192.168.1.2 固定,虚机是 192.168.1.8)。然后安装 git-core 和 openssh
sudo apt-get install git-core
sudo apt-get install openssh-server
sudo apt-get install gitolite
这个比较简单 Deploying/Upload applications using GIT,但每次不能到 master 用起来不方便啊
嗯,需要点时间仔细看看
http://gitolite.com/gitolite/index.html
http://www.guztech.nl/wordpress/index.php/2010/02/setting-up-a-git-server-in-ubuntu-with-gitosis-and-using-gitextensions-on-windows/
http://blog.chinaunix.net/uid-20940095-id-3340707.html
Install git!!!!!!Just give me some time.
http://juniorgrossi.com/deployingupload-applications-using-git-forget-ftp/
http://net.tutsplus.com/articles/from-ftp-to-git-a-deployment-story/
参考: