Index > Developers > Source Code
  Overview
  Home
News
Downloads
FAQ
Site Map
  Features
  Basics
Branding
Remote Shell
  Commands
  Built-in
Optional
Remote Shell
BSF
VFS
  Support
  Issue Tracking
Road Map
Change Log
  Developers
  Source Code
Building
Goals
  Related Projects
  Geronimo
JLine

Site
News

Source Code

GShell source code is kept in the Apache Software Foundation's primary Subversion server.

Browsing

Source code is available for browsing via the web using the ViewVC interface:

http://svn.apache.org/viewvc/geronimo/gshell

Or to browse the source tree directly:

http://svn.apache.org/repos/asf/geronimo/gshell

Checking Out

svn co http://svn.apache.org/repos/asf/geronimo/gshell/trunk

Developers with commit access will need to use the https URL for write access:

svn co https://svn.apache.org/repos/asf/geronimo/gshell/trunk

Building

For instructions on how to build GShell please see: Building.

Branches

Currently there are no active development branches. All work is being performed on trunk.