Christopher Dimech wrote: > Yes, I have done a non-anonymous clone using co. But my problem is to know > the type of command I need to submit back to cvs.savannah.gnu.org
Use `cvs ci`. This is a shortcut for `cvs commit`. If you added any new files or directories, they need to be added first; https://savannah.gnu.org/maintenance/CvsGettingStarted/ says how to do this. -- Sveta