"Ed Greenberg" <[EMAIL PROTECTED]> wrote in message
news:60459@palm-dev-forum...
>
> I have a project in a CVS repository that I would like to get at with
> Codewarrior7.
>
> I installed the CVS plugin and I can successfully log into the CVS
server,
> but CW doesn't offer the same choices on the VCS menu as in their
> documentation. For instance, there is no checkout feature -- not even
> greyed out.
>
> I can check the project (or it's files) out with the CVS.EXE that
shipped
> with the plugin, but can't do much with CVS inside Code Warrior.
CVS doesn't have a checkout notion for individual files. You can
checkout a whole project, but that just gets the selected version from
the repositiory and puts it on your local system. To change files, you
just change them. At update time, CVS tells you what's changed, and
from time to time, you commit your changes back to the database.
The CodeWarrior VCS API was originally designed for Visual SourceSafe,
which does do checkout/checkin. However, the CVS plugin does work for
the CVS system.
You should still use another CVS program along with this for global
management of your local store. WinCVS is the primary one used on the
Windows platform. www.wincvs.org.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/