Eclipse projects can use cvs and svn as version control system. The majority of the project still uses cvs. Downloading the source code from a version control system is called "checkout".
To access the Eclipse CVS repositories open the "CVS Repositories" view via Window -> Show View -> Other -> CVS -> CVS Repositories
Create a repository by right clicking in the view and selecting "New" -> "Repository Location".
Copy the following string and paste it into the CVS view to create a new repository.
:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
You can check the created properties via right-mouse click on the entry -> Properties
Now can you browse the structure and check out code. Check out will create a local copy of the selected path into your workspace.
Not all Eclipse projects are in the same path. For example here are some connection strings.
Table 1. Access to some
Project | Description |
---|---|
Eclipse Main | :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse |
Eclipse PDE CVS repository | :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse then find the folder pde |
Eclipse Equinox CVS repository | :pserver:anonymous@dev.eclipse.org:/cvsroot/rt |
More information about cvs access can be found Eclipse cvs access.
Tip
You can browse the CVS source code in the CVS online repository.
The access of Eclipse code via svn is described in Eclipse svn access. For using svn with Eclipse you need the Eclipse subversive plugin. The installation of this plugin is described in Eclipse subversive.
.
0 comments:
Post a Comment