InterviewSolution
| 1. |
How To Installation Using Subversion? |
|
Answer» Installation of CherryPy using Subversion is recommended in the following situations −
The basic principle of subversioning is to register a repository and keep a track of each of the versions, which include a series of CHANGES in them. Follow these steps to understand the installation of CherryPy using Subversion Step 1 − To use the most recent version of the project, it is NECESSARY to check out the trunk folder found on the Subversion repository. Step 2 − Enter the following command from a shell Step 3 − Now, create a CherryPy DIRECTORY and download the complete source code into it. Installation of CherryPy using Subversion is recommended in the following situations − The basic principle of subversioning is to register a repository and keep a track of each of the versions, which include a series of changes in them. Follow these steps to understand the installation of CherryPy using Subversion Step 1 − To use the most recent version of the project, it is necessary to check out the trunk folder found on the Subversion repository. Step 2 − Enter the following command from a shell Step 3 − Now, create a CherryPy directory and download the complete source code into it. |
|