uPortal by JA-SIG

JA-SIG Home
About uPortal
FAQ
Download
Documentation
Get Involved
Code Repository
Bugs
License
Meetings

 
Code Repository

uPortal uses CVS for its code repository.

ViewCVS

You can use this web interface to the uPortal CVS code repository to browse through all the branches of the uPortal code.

CVS Monitor NEW

An updated summary of development activity for uPortal and several uPortal channels is available via CVS Monitor.

Anonymous access to CVS

You can access the uPortal code via anonymous access using a CVS client. Most *nix operating systems have a CVS client available and there are CVS clients available for Microsoft Windows (WinCVS being a popular choice). The uPortal project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.

cvs -d:pserver:anonymous@www.uportal.org:2401/home/cvs/jasig login

Next, checkout the portal module with the following command:

cvs -d:pserver:anonymous@www.uportal.org:2401/home/cvs/jasig co portal

uPortal channels are kept as a separate module portal_channels. Use the following command to checkout portal_channels:

cvs -d:pserver:anonymous@www.uportal.org:2401/home/cvs/jasig co portal_channels

Notes:

  • Updates from within the module's directory do not need the -d parameter.
  • Some CVS clients have problems with the port syntax. In this case, remove the "2401" and instead, use:
    cvs -d:pserver:anonymous@www.uportal.org:/home/cvs/jasig ...

For developer access to the CVS repository, refer to the CVS access page.

Current portal CVS branches:

  • the MAIN branch
  • rel-2-3-patches
  • rel-2-2-patches
  • rel-2-1-patches
  • rel-2-0-patches
  • rel-1-0-patches
Current portal CVS tags:
  • rel-2-3-3
  • rel-2-3-2
  • rel-2-3-1
  • rel-2-3
  • rel-2-2-1
  • rel-2-2
  • rel-2-1-5
  • rel-2-1-4
  • rel-2-1-3
  • rel-2-1-2
  • rel-2-1-1
  • rel-2-1
  • rel-2-0-3
  • rel-2-0-2
  • rel-2-0-1
  • rel-2-0
  • rel-2-0-beta
  • rel-2-0-alpha
  • rel-1-6
  • rel-1-5
  • rel-1-0


JA-SIG Home * About uPortal * FAQ * Download * Documentation * Getting Involved
Code Repository * Reporting Bugs * License * Meetings