Briefly speaking, before downloading anything from the cvs server, you should login first. There is a public accessable account in the xcin cvs server:
cvs -z9 -d :pserver:xcin@xcin.linux.org.tw:/home/service/cvsroot/xcin login (type the password here) cvs -z9 -d :pserver:xcin@xcin.linux.org.tw:/home/service/cvsroot/xcin checkout [-r <tag-name>] <pkg-name>where the "-r <tag-name>" is optional. For example, to obtain the newest xcin and libtabe packages, you can use the command:
cvs -z9 -d :pserver:xcin@xcin.linux.org.tw:/home/service/cvsroot/xcin checkout xcin cvs -z9 -d :pserver:xcin@xcin.linux.org.tw:/home/service/cvsroot/xcin checkout libtabeIf you already obtained the xcin package from cvs a few days ago, and you want to update it to the newest source, you can just go to the xcin directory you obtained (from cvs) and run the command:
cvs -z9 -d :pserver:xcin@xcin.linux.org.tw:/home/service/cvsroot/xcin updateThe current <pkg-name> and <tag-name> available are listed in the following:
For Mirroring
ftp://xcin.linux.org.tw/pub/xcin/xcin/ (the old/ dir below is optional) ftp://xcin.linux.org.tw/pub/xcin/libtabe/ (the old/ dir below is optional) ftp://xcin.linux.org.tw/pub/xcin/i18n/i18n_tool.tar.gz ftp://xcin.linux.org.tw/pub/xcin/misc/db-X.X.X.tar.gz ftp://xcin.linux.org.tw/pub/xcin/misc/xcin-www.tar.gzand the others are optional.
Thanks in advance of your help on distributing xcin related packages. :-)