|
| Copyright © TIBCO Software Inc. All Rights Reserved |
• By default, CVS does not lock files. All CVS checkouts must be performed with the CVS -r option. For example:
• CVS does not handle binary files correctly unless it has been correctly configured. Before placing a resource under CVS control, verify that the resource's data is not in binary format. If it is, configure CVS to handle the appropriate resource vfile extension as binary. If you do not do this, corrupted data will result.
• The CVS RCS adapter has only been tested in server mode using the CVSNT available from http://www.cvsnt.com/cvspro/. Other servers may work, but have not been tested.
• The CVS RCS adapter has only been tested with local, pserver and sspi protocols. Other protocols should work, but have not been tested.
• CVS requires that files be deleted from the file system and committed before they can be scheduled for deletion. Therefore TIBCO Designer forgets about the resource, and cannot restore it for you on a revert operation. To restore a deleted file, use your CVS tools as directed by your CVS documentation.
1. Download the installer from http://www.cvsnt.com/cvspro/?lang=EN&complete=1.
2. Set PATH to execute CVS commands on your shell. For example, assuming CVS is installed under /usr/local/bin:
3. Set CVSROOT:setenv CVSROOT /home/corp/<user>/rcs/cvs
2. cd /home/corp/<user>/cvstest01cvs import -m "comment" <project name> vendor release
7. cd /home/corp/<user>/cvs_localcvs -r checkout -P <project name>Figure 26 Open Project Dialog Box
|
| Copyright © TIBCO Software Inc. All Rights Reserved |