When I attempt to use anonymous CVS cut and pasting the commands on the CVS Repository page and replacing 'modulename' withe either cscmail-c or cscmail-1.9.x I recieve an error message that it is unable to expand the module. Can anybody help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
cscmail-c is not a valid module. It was an early attempt by me to import the code to CVS and since CVS doesn't allow one to delete directories, it hangs out.
I find the help on the CVS page here at sourceforge to be a bit misleading actually, and I think the following may be an "easier" way to checkout the module:
When I attempt to use anonymous CVS cut and pasting the commands on the CVS Repository page and replacing 'modulename' withe either cscmail-c or cscmail-1.9.x I recieve an error message that it is unable to expand the module. Can anybody help?
cscmail-c is not a valid module. It was an early attempt by me to import the code to CVS and since CVS doesn't allow one to delete directories, it hangs out.
I find the help on the CVS page here at sourceforge to be a bit misleading actually, and I think the following may be an "easier" way to checkout the module:
export CVSROOT=":pserver:anonymous@cvs.cscmail.sourceforge.net:/cvsroot/cscmail"
(the above should all be on one line...)
cvs login
(press enter.. no password)
cvs co cscmail-1.9.x
Be advised that cscmail-1.9.x requires CscHTML, and is not currently usable as an e-mail client.
-CZ
Many thanks for that info.