Hello all, I was trying to remove a module from cvs repository using :
$ cvs $CVSROOT remove -fR <module-name> It removed all the regular files in module but not directories. The <module-name> directory with all sub-directories still exist in the remote repository. One of the option I came to know is : # rm -rf <module-name> on remote cvs server. But I don't have access to that machine except by using cvs. How could I accomplish this ? --- Regards -PJP http://www.cdacbangalore.in/~prasad _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
