How to create a local LLVMSVN Image Library

Source: Internet
Author: User
Creating a local LLVMSVN image library to create a local LLVMSVN image has some advantages, but it takes a lot of time. However, once the image is created, it will be much easier to use later. You can use LLVM code when there is no network or the network status is poor. Ww...
Creating a local llvm svn image library to create a local llvm svn image has some advantages, but it takes a lot of time.
It makes it much easier to use it later. You can use LLVM code when there is no network or the network status is poor. Www.2cto.com 1. first, create an empty library and run the command: $> svnadmin create/home /..... /llvm '/home /..... /'indicates the path to store the database. if you use the absolute path, an error is returned when you use the relative path.
Llvm is the name of this library here. You can set the desired path and database name as needed. 2. create a new hook and run the following command: $> echo '#! /Bin/sh'>/home /..... /llvm/hooks/pre-revprop-change $> chmod + x/home /..... /llvm/hooks/pre-revprop-change3. initialize the library $> svnsync init file: // home /..... /llvm restart. Www.2cto.com 4. synchronize SVN: $> svnsync sync file: // home/.../llvm this will take a lot of time, depending on the speed of the network and machine. 5. to update an image, run the following command to update the local LLVM Image $> svnsync sync file: // home /..... /llvm reference: https://www.coderesort.com/about/wiki/HowTo/Subversion/SvnSync
 
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.