8
votes

I have downloaded 64bit Tortoise SVN and installed in C Drive in to my system. I have created seperate folder for SVN client and branch,tags,trunk folders and paste the code and commit in to that SVN server. Studio : next, I tried to set tortoise svn path in to studio Version Control-Subversion-user command line client: path url.. But, I could not find svn.exe in to this path C:\Program Files\TortoiseSVN\bin. Anyway, I could not set path into studio.

Exactly dont know, where made mistake ?

I followed these sites: Error "can't use subversion command line client : svn" when opening android project checked out from svn http://www.programering.com/a/MDO1czMwATU.html

Last one is for Apache Subversion command line tools : https://www.visualsvn.com/downloads/ using this Apache SVN, we can able to download svn.exe and set it into path and can able to access the source code download and access the apache svn in to studio. But, I want Tortoise SVN only to access in to Studio

2
I referred this to first tome commit the code successfully.:blogs.wandisco.com/2011/10/17/…. But, I struggled for , set svn.exe path in to studio. I could not find svn.exe in Tortoise installed software 1.9.4 latest tortoisesvn.net/downloads.htmlharikrishnan

2 Answers

20
votes

You do not "install TortoiseSVN into Android Studio", you just tell the IDE where svn.exe command-line client is. That's why you should specify the full path to the executable.

Up-to-date TortoiseSVN versions provide svn.exe client and its path has to be C:\Program Files\TortoiseSVN\bin. Check whether you have the command-line tools by modifying your TortoiseSVN client installation:

  1. Go to Programs and Features.
  2. Select TortoiseSVN and chose the Modify command.
  3. Follow the wizard's steps and make sure that you have command line client tools selected.
  4. Under Command line client tools - click and select drop down menu item below for - Entire feature will be installed on local hard drive.
4
votes

This may also simple steps to understand the to install the tortoise svn into studio latest version

step:1

  • Download Tortoise SVN latest version and install in to C drive

  • make sure that you have "-Command line client tools selected"

  • Under Command line client tools - click and select drop down menu item below for - Entire feature will be installed on local hard drive.

step:2

  • Install Default SVN & REPOSITORY & VCS GRAPH plug in to Studio..

  • File - Settings - Plugins--> Select Browse repository

  • then, search SVN

  • then, select SVN Revision Graph - Install it

  • then, SVNToolBox - Install it.

  • then, VCS Watch - Install it.

VCS watch is a plugin that periodically checks for any changes in the current project's repositories.

  • File - Settings - Version Control- Subversion - General- Use command line client: "select the Tortoise svn path from drive" ex: C:\Program Files\TortoiseSVN\bin\svn.exe

-Apply-Ok.