Linux under SVN to create a new project

Source: Internet
Author: User
Tags svn

SVN creates a new project in the Linux environment

First, Preconditions:

1) a server with a Linux system installed, 123.*.*.29

2) The server is installed on the SVN, I server's SVN data installation directory address:/application/svndata

Second, create a new SVN project:

1) Enter the Linux server. can be root in the directory

2) command to create a warehouse:svnadmin Create /application/svndata/ireporttest (this time the project name is Ireporttest, In order to practice ireport+jasperreport to generate a table report);

  3) enter into the Conf directory of the New project:cd /application/svndata/ireporttest/conf

4) Modify the passwd file: (add user name)vi passwd

  [Users]

# Harry = Harryssecret
# sally = Sallyssecret
  Chenjie = Chenjie

5) Modify the svnserve.conf file; (Modify configuration file )vi svnserve.conf

  Anon-access = None
auth-access = Write

Password-db = passwd

Authz-db = Authz

  6) Stop SVN

Killall Svnserve

7) Start SVN project

  svnserve-d-R /application/svndata/

 8) test whether the creation was successful

SVN Co svn://123.*.*.29/ireporttest

  

Linux under SVN to create a new project

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.