in reply to Re: Learning How to Use CVS for Personal Perl Coding Practices
in thread Learning How to Use CVS for Personal Perl Coding Practices
Firstly you need to create a CVS repository somewhere for yourself. The mechanics of this are not straightforward so this is one I'll leave you to google for yourself.This is just a complementary to your wonderful response to OP. Can be considered as a prequel to it.
Then set the variable, by putting this into your .bash_profile[/]$ mkdir cvsroot
Don't forget to source your .bash_profile.CVSROOT=~/cvsroot; export CVSROOT
After this follow the instruction provided by monarch above.$ source .bash_profile
|
---|