Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Programming / CodeWarrior / December 2003



Tip: Looking for answers? Try searching our database.

setting mwcvs to second voluime of local machine

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Carl Barron - 17 Dec 2003 11:43 GMT
I have two local disks I want to place a cvs repository on
/Volumes/vol2
I have creadete vua command line the repository as CVS on this drive.
How do I get mwCVS to use this repository?  At present it only contains
CVS control files, nothing source files added at present...
Thanks.
MW Ron - 19 Dec 2003 21:34 GMT
> I have two local disks I want to place a cvs repository on
>/Volumes/vol2
>I have creadete vua command line the repository as CVS on this drive.
>How do I get mwCVS to use this repository?  At present it only contains
>CVS control files, nothing source files added at present...
>Thanks.

Here is what I got from support.

After you ran cvs init to create the empty repository and after you ran
cvs import to add files to the repository, you next want to checkout
your files.

You should then be able to use mwCVS in the CodeWarrior IDE.  MwCVS is
going to decide if the files are in CVS by looking in the "CVS"
directory that is in the same directory as your files.  It looks in this
"CVS" directory at the Entries, Module and Root files.

For example:

cvs -d /usr/local/cvsroot init
cd /home/hrvoje/src/projextX
cvs -d /usr/local/cvsroot import projextX vtag rtag
cd
mv /home/hrvoje/src /home/hrvoje/src_before_import
mkdir /home/hrvoje/src
cd /home/hrvoje/src
cvs -d /usr/local/cvsroot checkout projextX

Then you can open up a project in /home/brvoje/projectX/project.mcp or
whatever.  If the files in the project came from the CVS checkout
command then you should be able to use mwCVS.

Ron

Signature

                  Metrowerks wishes you and yours
              Seasons Greetings and Happy Holidays

 Get Geekware and Software  http://store.metrowerks.com
  Shop our online store and get free shipping until Dec 31

Ron Liechty - MWRon@metrowerks.com - http://www.metrowerks.com

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.