Dear Wiki user,

You have subscribed to a wiki page or wiki category on "James Wiki" for change 
notification.

The following page has been changed by PierreSmits:
http://wiki.apache.org/james/EclipseNotes

------------------------------------------------------------------------------
  
  Those unfamiliar with Subversion would benefit from the 
[http://svnbook.red-bean.com/ Version Control with Subversion].
  
+ == Download and install the Subversion plugin for Eclipse ==
+ This can be done by downloading it from http://subclipse.tigris.org/ or by 
adding http://subclipse.tigris.org/update_1.0.x as an update site in the 
Eclipse update manager (which you can find in the Help menu).
- == Connect to the Apache CVS repository ==
-  *  Open the CVS perspective and create a new Repository Location with these 
properties:
-    *  Host: cvs.apache.org
-    *  Repository Path: /home/cvspublic
-    *  User: anoncvs
-    *  Password: anoncvs
-    *  Connection type: pserver
-    *  Use default port: true
  
+ 
+ 
+ == Connect to the Apache SVN repository ==
+  *  Open the SVN perspective and create a new Repository Location with these 
properties:
+    *  URL: http://svn.apache.org/repos/asf/james
+ 
+ and click on 'Finish'.
+ 
- == Check Out James from the Apache CVS repository ==
+ == Check Out James from the Apache SVN repository ==
-  *  In the CVS perspective expand the Apache CVS hierarchy to show 
HEAD/james-server. 
+  *  In the CVS perspective expand the Apache SVN hierarchy to show 
server/trunk. 
-    *  From the pop-up menu, select "Check Out As..."
+    *  Right-click on 'trunk', and select 'Checkout' from the pop-up menu.
+    *  A dialog window will be present where button 'Finish' can be clicked 
(assuming that a new project is satisfactory).
     *  From the "New Project Wizard", select Java as the project type and 
click the "Next" button. 
     *  Specify a project name and location and click the "Next" button. 
     *  Click the "Finish" button to proceed.

Reply via email to