Wednesday, October 7, 2009

How to get richfaces svn repository copy

  1. Open Jboss home. Select Projects->Web Interface->RichFaces link.
  2. Select Community icon. Select Source Code ->Committer SVN. It asks for userid and password.
  3. Provide Jboss community user id and password. Now it opens svn repository. Copy the url displayed in the browser url locator.
  4. In this case this is: https://svn.jboss.org/repos/richfaces/


  1. Install tortoise svn in your machine. This adds svn commands to windows context menu for right click.
  2. Open windows context menu and select SVN Checkout... option.
  3. In the Checkout dialog paste the url in repository location box and select ok. This will checkout the application into current directory.

Followers