Showing posts with label CVS. Show all posts
Showing posts with label CVS. Show all posts

Friday, December 2, 2011

import source to cvs repository

Upload source file to CVS Repository
Command :
cvs import -m ”Initial import into CVS” MyProject MyOrganisation Version_๐

1. Change directory to source directory example “d:\Backup\URMTCL”
#cd d:\Backup\URMTCL

2. D:\Backup_\URMTCL>cvs import -m "init import into cvs" URMTCL start

note. Setting CVSROOT for command
Set up “CVSROOT” variable environment to CVS Repository directory
( Windows) MyComputer > properties > Advance system and setting
In System properties > advance (tab) > > Environment variable

New System property
Name: CVSROOT
Value : d:/CVSrepositoryDir