i have written a programme like helloworld, is there any way i can commit project like it to a CVS server?
It seems the project approved must meet some requirements, so i think the chance is tiny.
Is there existing CVS server which allow beginners to host their “simple” project free.
Thanks in advance!
If your aim is to get used to source control systems, then just use your own PC as a local CVS server. It’s not hard.
Also, CVS is outdated and has problems. I recommend SVN instead. Here‘s a guide to setting up SVN locally on Windows.