|
|
| · · · · · · · | |
SVN accesspgAdmin III is available subject to the terms of the Artistic Licence. pgAdmin III is developed using a Subversion or SVN repository to hold the source code. Access to the repository is available through a web interface or using your favourite SVN client. Anonymous read access is available using an SVN client. Under Windows, we recommend using TortoiseSVN, which is free software. Under Linux, there are several command line and graphical clients available. To checkout the source from the command line and get started, you might use commands such as shown below on a Linux or Unix system. For further details, please see the source code build instructions.
svn co svn://svn.pgadmin.org/trunk/pgadmin3 pgadmin3
cd pgadmin3 bash bootstrap ./configure |