Sep 13
One of our main reasons for switching to eclipse (and its CF plugin CFECLIPSE) was the excellent CVS (concurrent versioning system) integration.
It smooths out the kinks in CVS to make it an intuative tool to use.
For example if you move a file from one folder to another CVS wants you to delete and add very specifically, but eclipse just handles this for you in the background making it seem like a single commit operation.
All this power is available from the Navigation view (shows your projects and the files in them, in a tree structure) on the right click 'Team' menu. From here you can commit or update as appropriate.
One of the other Team options is the 'Synchronize' view
I tended to avoid this at first preferring to update and commit myself, however I'm now using this as my default view of the project from a CVS point of view. It gathers up incoming and outgoing changes that are pending and also highlights any conflicts (where you have edited a file and meanwhile another developer has commited a later version) and allows you to resolve those conflicts by displaying a diff of the two versions.
You can right click and update, commit, and resolve conflicts directly from this menu on individual files or on groups of files selected.
If you use CVS and CFECLIPSE give it a try.
It smooths out the kinks in CVS to make it an intuative tool to use.
For example if you move a file from one folder to another CVS wants you to delete and add very specifically, but eclipse just handles this for you in the background making it seem like a single commit operation.
All this power is available from the Navigation view (shows your projects and the files in them, in a tree structure) on the right click 'Team' menu. From here you can commit or update as appropriate.
One of the other Team options is the 'Synchronize' view
I tended to avoid this at first preferring to update and commit myself, however I'm now using this as my default view of the project from a CVS point of view. It gathers up incoming and outgoing changes that are pending and also highlights any conflicts (where you have edited a file and meanwhile another developer has commited a later version) and allows you to resolve those conflicts by displaying a diff of the two versions.
You can right click and update, commit, and resolve conflicts directly from this menu on individual files or on groups of files selected.
If you use CVS and CFECLIPSE give it a try.
Recent Comments