| 103 | | The Cheesecake project has not yet been released as a tarball or |
|---|
| 104 | | a Python egg. You can obtain the source code from SourceForge via CVS:: |
|---|
| 105 | | |
|---|
| 106 | | cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cheesecake co -P cheesecake |
|---|
| | 103 | There is no release for Cheesecake yet, but you can get the source code via svn:: |
|---|
| | 104 | |
|---|
| | 105 | svn co http://svn.pycheesecake.org/trunk cheesecake |
|---|
| | 106 | |
|---|
| | 107 | *Note*: make sure you indicate the target directory when you do the svn checkout, |
|---|
| | 108 | otherwise the cheesecake package files will be checked out directly in your |
|---|
| | 109 | current directory. |
|---|
| | 110 | |
|---|
| | 111 | The source code is also available with [http://pycheesecake.org/browser browsing] |
|---|
| | 112 | on project's Trac wiki. |
|---|
| | 113 | |
|---|
| | 114 | You may want to modify your subversion client configuration to automatically |
|---|
| | 115 | expand tags, like $Id$, $Author$ etc. To do so add following two lines to your |
|---|
| | 116 | ``/.subversion/config``:: |
|---|
| | 117 | |
|---|
| | 118 | enable-auto-props = yes |
|---|
| | 119 | |
|---|
| | 120 | in [miscellany] section, and:: |
|---|
| | 121 | |
|---|
| | 122 | *.py = svn:eol-style=native;svn:keywords=Author Date Id Revision |
|---|
| | 123 | |
|---|
| | 124 | in [auto-props] section. |
|---|