Android studio share project to svn Repository

Source: Internet
Author: User
Tags svn client tortoisesvn

Android studio share project to svn Repository
We have a new project to be developed and want to use android studio all the time. Therefore, the new project should be used decisively. Here is the entire process of sharing the android studio project to the svn repository. Later, we will consider whether to build the company's git server. Step by step.

1. set the svn client path: (my local svn client has been installed before, so this is the default status) (this step is a required step, otherwise, an error will be reported when you share a project later. failed to share the project to the server warehouse)


Error: if the default share project is used directly, an error is returned.
Annot checkout from svn: Cannot run program "svn": CreateProcess error = 2 ,????? μ ???

Then, the information on the network is used to determine the svn.exe file.

Open the installation directory of my svn and find that the file does not exist under my Directory D: \ Program Files \ TortoiseSVN \ bin. Cause and solution:
Open tortoisesvn.exe of svn, and select modify. If no installation is available, you can install it properly. The key is the following part. Confirm and modify the settings.

Select the first one in the menu.
After the svnclient is installed, svn.exe is displayed. The following operations are performed:

Restart the repair and installation. Svn.exe appears.

Therefore, the basic configuration of subVersion is as follows: (a key step)
The above command line clientpointer is set to svn.exe. however, after svn.exe is generated, you do not need to set it here. There should be a ing between them.
2. Add a local file that needs to be submitted by svn for ignore: (the final result of adding is as follows. After opening this page, you can find out how to add it to the following effect)

Note: Here I share an empty project just created. If the project to be shared is associated with the relevant libary module. You also need to add the build File under this module to the ignore of svn.
To share a project to svn server, go to vcs>...> share project to open the following interface:

4. If the project share is empty, submit the local code to the svn server repository. After the submission is complete, your companion can checkout and update your code.



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.