2010年1月5日

cvsync: 好用的cvs同步工具

cvsync 網址
http://www.cvsync.org/

預設設定檔位址
/usr/local/etc/
設定檔範例在samples目錄
cvsync.conf是給client用
cvsyncd.conf是給server用

如果在compile的時候出現下面訊息, 則是沒有指定HASH_TYPE

WARNING! Please specify the HASH_TYPE.
  libgcrypt
  mhash
  native (default)
  openssl
make[1]: *** [hash-error] Error 1
直接在make後面指定就可以了
make HASH_TYPE=openssl

沒有留言:

coap-client 4.3.0 Windows build

coap-client  is a  wget -like tool to generate simple requests for retrieval and modification of resources on a remote server.  Got the sour...