Results 1 to 3 of 3
Hi all,
When v perform a 'checkout' in cvs some 'CVS' related files can also be seen in the checked out copy. Is there any option in CVS checkout command ...
- 10-20-2004 #1Just Joined!
- Join Date
- Oct 2004
- Posts
- 7
CVS checkout without cvs(related) files and folders
Hi all,
When v perform a 'checkout' in cvs some 'CVS' related files can also be seen in the checked out copy. Is there any option in CVS checkout command to skip those files. If not v have to remove the cvs related entries manually. How to do this? I'm using RHL 8. can any one point me the command to acheive my reqirement.
I'm going to use this checked out copy as a production copy and anyway i'm not going to link these file to repository. so i want to delete them.
tnx in advance.
yours
arun kumar.m
- 10-21-2004 #2Linux User
- Join Date
- Oct 2004
- Location
- /dev/random
- Posts
- 404
In that case, you don't CHECKOUT the code, you EXPORT the code.
Read the info page of cvs for more details on what export does and how to use it.
Export is mainly used for preparing the source code for off-site shipment.
Please make sure you read the docs before you decide to use it.The Unforgiven
Registered Linux User #358564
- 11-01-2004 #3Just Joined!
- Join Date
- Oct 2004
- Posts
- 7
export option solved my problem
hey man,
tnx for ur reply, yeah! "export" seems to solve my problem. i've read the document of it and it seems no harm in using it.
tnx once again.
yours
arun kumar.m


Reply With Quote