CvsGui development Check-out the development page. Notes on CvsGui releases WinCvs 2. MacCvs 3. It's always worth to try any development releases available from our download area. It's written by Graham Robertson and it's free! It can interface with the Windows explorer. It uses MacCvs thru AppleEvents. It has been out there for a long time and it works great. Araxis Merge is a very powerful commercial diff and merge program for Windows. Allows browsing of source code looking for revision, tags, and releases.
Offers a unified view of source code repository. Searchable archive of the information-cvs listserv. Introduction to CVS. A slideshow introducing CVS. A system that provides access to CVS in an easily administered way for both local and external users. Provides hosting for version control, issue tracking, and project management tools for projects of all sizes. Cameron Laird's personal index to publicly-accessible CVS repositories.
A commercial online service that allows Internet workgroups or technical teams to share data and manage source code changes from remote locations. Generates statistics for a CVS repository, including lines of code graphs, developer activity, commit log.
Browse the repository, view files, display diffs between versions. Bonsai-like query features. Below is a "Quick Start" guide for the impatient; we hope it's useful, but look in cvs. See the "Setting up the repository" section of cvs. It is also possible -- and quite common -- to use CVS with repositories. It did not actually put any files under version control, however; see "Starting a project with CVS" in cvs.
If the CVSROOT variable is not already set in your current command environment, set it now by typing the above line at the command prompt or reboot. It might be a good idea to jump right in and put some sources or documents directly under CVS control for convenience, the rest of this README will assume we're dealing with source code.
From within the top-level directory of your source tree, run a command like the following:. Those last three items are, respectively, a repository location, a "vendor tag", and a "release tag". You don't need to understand them yet, but read the section "Starting new projects" in cvs. Having done the previous step, you should be able to check out a fresh working copy of your sources and hack away. First go to some other directory than the one where you imported the sources, then check out a new copy of them from the repository:.
0コメント