This document describes how to create an SVN repository.
Open Project
1. Log in to the CODING Console and click the team domain name to go to CODING.
2. Click in the upper-right corner to open the project list page and click a project icon to open the corresponding project. 3. In the menu on the left, select Code Repositories.
4. If Code Repositories is not shown on the left, the project admin needs to go to Project Settings > Projects and Members > Functions to enable the relevant function.
Steps
CODING supports native SVN repositories. On the client, use SVN+SSH protocol to connect to the CODING server. All data is transmitted through SSH encrypted channels.
1. Open a project and click Code Repositories on the left navigation bar to open the Code Repository Management page.
2. In the upper-right corner of the page, click Create Code Repository, and then select SVN Repository as the repository type.
3. If you select Create Recommended SVN Repository Layout
, the system will automatically create the tags
, branches
, and trunk
directories. This is the recommended directory layout for most SVN repositories. After completing warehouse initialization, you can view SVN repository content in the Browse Code interface.
The Browse Code interface displays the SVN URL of the repository: svn://subversion.e.coding.net/StrayBirds/svn
Note:
Currently, you must create SVN repositories in a project. You cannot create an SVN repository in a Git repository.
Was this page helpful?