Installing eclipse SVN plugin

Source: Internet
Author: User
Tags svn client
Installing eclipse SVN plugin
    • SVN Server
    • SVN Client
    • Exam question


SVN Server

Subversion is a version of CVS. In addition to the current features of CVs, subversion also provides other large features. For example, you can integrate the version control of WebDAV and zookeeper on the target. Install SVN server on Windows and use eclipse SVN plugin as client. In this example, only SVN: // zookeeper is used. For other information about file: // or http: //, please refer to the examination documents.

You can capture the source or binary files from the official subversion website. This shows that the Windows Server, Linux, is also very similar, just different routing methods. Create a new repository after capturing, such as D:/svnhome rows:

 
Svnadmin create d:/svnhome

It will generate many cases like CVs. Modify CONF/svnserve. conf. the permission of zookeeper is limited to three types: read, write, and none. Anon-access is anonymous access, and Auth-access is the user's right to pass the authentication. Password-DB is password-encrypted. For example:

 
[General] auth-access = writepassword-DB = passwdrealm = my first Repository

In the preceding example, users who have passed the authentication can upload the repository file. The example of storing the password is passwd. Passwd format:

 
[Users] user = passwdjared = passwd

Run the following command to activate SVN daemon.


SVN Client

This article introduces the svn plugin of Eclipse, called subclipse, Official Website: http://subclipse.tigris.org/He also provides Update site http://subclipse.tigris.org/update. Choose Help> Software Updates> Find and install> search for new features to install> new remote site in eclipse. The URL is then merged into Zookeeper's http://subclipse.tigris.org/update. It's good to have security started.

After security, there will be many new views and one more SVN repository tracing perspective. In SVN repository, right click New-> repository location. In the example of zookeeper, the URL is SVN: // localhost/svnhome, the encrypted URL is Jared, And the encrypted URL is passwd. As shown in the following example:

Using SVN, you can use the repository created by right-click team-> share project-> svn-> zookeeper in the same way as CVS.


Exam question

    • Subscription in Subversion book
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.