Bootstrap FreeKB - CVS (Version Control) - cvs add command
CVS (Version Control) - cvs add command

Updated:   |  CVS (Version Control) articles

If you are not familiar with CVS, check out our getting started article.

These examples are based on Linux. Let's say your CVS home directory is /var/cvs. Move into your CVS home directory.

~]# cd /var/cvs

 

Create a new file. In this example, a new shell script is created.

~]# touch myScript.sh

 

Add the new file to CVS.

~]# cvs add myScript.sh

 

You would then commit the new file.

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter ccb16c in the box below so that we can be sure you are a human.