| 26 | | <title>Subversion repository</title> |
|---|
| 27 | | <para>The CherryPy project uses Subversion to control access to its source code. Getting |
|---|
| 28 | | CherryPy from the latest changeset is sometimes required because a bugfix or a feature is |
|---|
| 29 | | only available from it. Keep in mind that subversion code is subject to change on a |
|---|
| 30 | | regular basis; therefore, only use it if you know what you are doing.</para> |
|---|
| 31 | | <para>To get the latest source code from the subversion repository, you first need to |
|---|
| 32 | | install a SVN client. On Microsoft Windows, <ulink |
|---|
| 33 | | url="http://tortoisesvn.tigris.org/">TortoiseSVN</ulink> is a good choice. Under Linux, |
|---|
| 34 | | you can either use the <ulink url="http://subversion.tigris.org/">svn</ulink> command |
|---|
| 35 | | line tools or use a graphical user interface such as <ulink |
|---|
| 36 | | url="http://esvn.umputun.com/">eSVN</ulink>.</para> |
|---|
| 37 | | <para>Once you have installed a svn client, you need to type the following command |
|---|
| 38 | | :</para> |
|---|
| 39 | | <cmdsynopsis> |
|---|
| 40 | | <command>svn</command> |
|---|
| 41 | | <arg choice="req">co</arg> |
|---|
| 42 | | <arg choice="req">http://svn.cherrypy.org</arg> |
|---|
| 43 | | </cmdsynopsis> |
|---|
| 44 | | <para>This will download the complete source code to your computer.</para> |
|---|
| 45 | | </section> |
|---|
| 46 | | </section> |
|---|
| 47 | | <section> |
|---|
| 48 | | <title>Installing CherryPy</title> |
|---|
| 49 | | <abstract> |
|---|
| 50 | | <itemizedlist> |
|---|
| 51 | | <listitem>From a release package</listitem> |
|---|
| 52 | | <listitem>From the CherryPy subversion repository</listitem> |
|---|
| 53 | | </itemizedlist> |
|---|
| 54 | | </abstract> |
|---|
| 55 | | <section> |
|---|
| 56 | | <title>Release package</title> |
|---|
| | 22 | <title>Installing from a release package</title> |
|---|
| 78 | | <title>Subversion repository</title> |
|---|
| | 47 | <title>Obtaining the package from the Subversion repository</title> |
|---|
| | 48 | <para>The CherryPy project uses Subversion to control access to its source code. Getting |
|---|
| | 49 | CherryPy from the latest changeset is sometimes required because a bugfix or a feature is |
|---|
| | 50 | only available from it. Keep in mind that subversion code is subject to change on a |
|---|
| | 51 | regular basis; therefore, only use it if you know what you are doing.</para> |
|---|
| | 52 | <para>To get the latest source code from the subversion repository, you first need to |
|---|
| | 53 | install a SVN client. On Microsoft Windows, <ulink |
|---|
| | 54 | url="http://tortoisesvn.tigris.org/">TortoiseSVN</ulink> is a good choice. Under Linux, |
|---|
| | 55 | you can either use the <ulink url="http://subversion.tigris.org/">svn</ulink> command |
|---|
| | 56 | line tools or use a graphical user interface such as <ulink |
|---|
| | 57 | url="http://esvn.umputun.com/">eSVN</ulink>.</para> |
|---|
| | 58 | <para>Once you have installed a svn client, you need to type the following command |
|---|
| | 59 | :</para> |
|---|
| | 60 | <cmdsynopsis> |
|---|
| | 61 | <command>svn</command> |
|---|
| | 62 | <arg choice="req">co</arg> |
|---|
| | 63 | <arg choice="req">http://svn.cherrypy.org</arg> |
|---|
| | 64 | </cmdsynopsis> |
|---|
| | 65 | <para>This will download the complete source code to your computer.</para> |
|---|
| | 66 | </section> |
|---|
| | 67 | <section> |
|---|
| | 68 | <title>Installing the package from the Subversion repository</title> |
|---|