Posted on 2007-06-28 22:26
落花人独立 阅读(410)
评论(2) 编辑 收藏 所属分类:
工作流(workflow)
From
http://sourceforge.net/cvs/?group_id=150889 , you will find the commands to checkout source code of netbpm from cvs server.
Here they are:
cvs -d:pserver:anonymous@netbpm.cvs.sourceforge.net:/cvsroot/netbpm login
cvs -z3 -d:pserver:anonymous@netbpm.cvs.sourceforge.net:/cvsroot/netbpm co -P modulename
"modualname" is not the modul that we will checkout.You must assign a name to replace it.I had made some mistakes here to neglect the commands of cvs is case sensitive.So you must replace it with "NetBpm" and it will work well.So the command like the below:
cvs -z3 -d:pserver:anonymous@netbpm.cvs.sourceforge.net:/cvsroot/netbpm co -P NetBpm
Good Luck!