CentOS Installation TortoiseSVN SVN client

Source: Internet
Author: User
Tags svn client svn update tortoisesvn

First, CentOS installation tortoisesvn yum install-y Subversion

Two, SVN client command

1. View Help command: SVN helper

Start the service

To start a service using the command Svnserve

Svnserve-d-r/srv/svn/repos

You can also add port number svnserve-d--listen-port 9999-r/srv/svn/repos

Note: The following path must be a warehouse path created by svnadmin, otherwise an error will be made: not a repository

2. Synchronizing (checkout) server data to local command: SVN checkout [directory] svn co [directory]

eg

#cd/www/website

#svn Co Svn://svn_site_url./

3. Commit (commit) local document to server command: SVN commit-m "" [Directory|file] svn ci-m "" [Directory|file]
4. Update server data to local command: SVN update [directory|file] svn up [directory|file]

5. View Log command: SVN log [directory|file]

6, add (add) Local data to the server

Command: SVN add

7, the project exports export

Command: SVN export--force svn_project_dir target_dir

CentOS Installation TortoiseSVN SVN client

Related Article

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.