CVS: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 6: Line 6:


When working with CVS, please remember that it is difficult to change directory and file names under CVS. Moreover, it not easy to remove files completely. Therefore, please pay attention when checking in files.
When working with CVS, please remember that it is difficult to change directory and file names under CVS. Moreover, it not easy to remove files completely. Therefore, please pay attention when checking in files.
[[Category:Development]]

Revision as of 06:49, 10 June 2007

CVS -- Concurrent Version System -- is a place where history of FreeMind source code is stored. It is also the place where the latest unreleased versions of FreeMind source code can be found.

Using (CVS) with Eclipse

To find out how to use CVS in Eclipse development environment for Java, see Using CVS from within Eclipse guide by Bob Alexander.

When working with CVS, please remember that it is difficult to change directory and file names under CVS. Moreover, it not easy to remove files completely. Therefore, please pay attention when checking in files.