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!

相关文章:

  • 2021-12-20
  • 2021-12-26
  • 2021-11-02
  • 2021-12-10
猜你喜欢
  • 2021-05-29
  • 2021-10-24
  • 2022-12-23
  • 2021-05-14
  • 2021-12-12
  • 2021-10-24
  • 2021-07-12
相关资源
相似解决方案