RCS is a Revision Control System. It manages changes in text documents, automating the storage, retrieval, logging, and logging of file revisions. In the image there is a RCS -Tree which have following parts: One Branch : … Continue reading
Branching and Merging Git is far more better Source Control Management Tool (SCM) than any others like RCS. And it’s very simple to use. Allows you to show your code to the world and get reviews from experts. Git allows … Continue reading
i have created three source files and thee header files… the name and containt of these file area as follows… main.c one include file and one printf statment one.c one include file and one printf statments two.c one include file … Continue reading
completed cvs local repository using -d import but unable to set the CVSROOT = /usr/local/repository …..can anyone help me with that……
having problem with cvs local repository…..
Both CVS and RCS have been implemented successfully.
N testmodule-cvs/dev/vcsa6 N testmodule-cvs/dev/vcs6 N testmodule-cvs/dev/vcsa5 N testmodule-cvs/dev/vcs5 N testmodule-cvs/dev/vcsa3 N testmodule-cvs/dev/vcs3 N testmodule-cvs/dev/vcsa4 N testmodule-cvs/dev/vcs4 N testmodule-cvs/dev/vcsa2 N testmodule-cvs/dev/vcs2 N testmodule-cvs/dev/gpmctl cvs import: ERROR: cannot read file gpmctl: No such device or address N testmodule-cvs/dev/log cvs import: ERROR: cannot … Continue reading
If it is possible :how i can include header or other files into the .c,v file ? it only takes one file, it means i have to make other rcs file for header files.