![]() |
||
![]() ![]() |
Code Repository
uPortal uses SVN for its code repository. Fisheye
As of Feb. 7, 2006 the web interface for the CVS repository is using the Fisheye source control management tool. You can use this web interface to the uPortal SVN code repository to browse through all the branches of the uPortal code (or you can browse SVN directly, which is likely to work better). Anonymous access to SVN
You can access the uPortal code via anonymous access using a SVN client. A SVN client can be downloaded from Tigris, the SVN developers. Next, checkout the uPortal project with the following command: svn co https://www.ja-sig.org/svn/uPortal/trunk
uPortal portlets are kept as a separate projects under the portlets folder. Use the following command to checkout a portlet project: svn co https://www.ja-sig.org/svn/portlets/PORTLET_NAME/trunk
uPortal channels are kept as a separate module channels in the JA-SIG SVN Repository. svn co https://www.ja-sig.org/svn/channels/CHANNEL_NAME/trunk
|
|