Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Open the CVS Repositories Window (Window Menu --> Show View --> Other --> CVS --> CVS Reposiroties
  • Right click in the CVS Repositories window --> New --> Reposiroty Location
  • Fill in the following fields:

Field Name

Value

Host

jfreereport.cvs.sourceforge.net

Repository Path

/cvsroot/jfreereport

User

anonymous

Connection Type

pserver

Use Default Port

selected

Validate connection on finish

checked

Panel

NOTE: This connection is created with the anonymous user. It will not allow any check-in of modified code. If you have developer access to the repository, this step is a little different.



  • Click Finish
  • The connection should be established and the connection should be displayed in the CVS Repository window

...

  • Open the connection (click on the + next to the connection name) and you will see items titled HEAD, Branches, and Versions
  • Navigate down to Branches -> release-0_8_7-branch -> jfreereport release-0_8_7-branch
    • if nothing shows up when clicking on Branches, right click on Branches and select Refresh Branches
  • Right-click on this item and select Check Out
  • Make sure Check out as a project configured using the New Project Wizard is selected (along with Checkout subfolders) and click Next

Image Modified

  • Make sure the release-0_8_7-branch is selected and click Finish
  • On the New Project dialog, select Java Project and click Next
    Image Modified
  • Specify the Project name of jfreereport and select any other required options (defaults are probably good)
  • At this point, the project will be created and the files checked out.

...