i have written a programme like helloworld, is there any way i can commit project like it to a CVS server? It s开发者_JAVA技巧eems 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!
You can host your own CVS server - which would make it free.
But now you are at it - why CVS? Personally I switched to Subversion a long time ago and then recently switched to Mercurial. imho any distributed version control system would do.
Is CVS some sort of requirement or just what you stumbled uppon first?
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.
精彩评论