tortoisesvn

tortoise svn giving me “Redirect cycle detected for URL 'domain/svn'”

余生长醉 提交于 2019-11-26 18:24:27
问题 I want to achieve a svn-root in /var/svn and repositories(projects) in there. I could get it to work in the browser (http://domain/url gives me "Collection of repositories") but the TortoiseClient is giving me the error mentioned in the title. I set up a subversion on my ubuntu server by doing the following (shortened): mkdir /var/svn svnadmin create /var/svn/test and my dav_svn.conf looks the following: <Location /svn> DAV svn SVNParentPath /var/svn SVNListParentPath On </Location> I read

SVN error“access to '/svn/myservice/!svn/act/d99e498e-9a8d-374c-a3e4-fde21198bfa2' forbidden”

我的未来我决定 提交于 2019-11-26 18:08:52
问题 I cannot commit but I can update. When I attempt to commit I get the following error: access to '/svn/myservice/!svn/act/d99e498e-9a8d-374c-a3e4-fde21198bfa2' forbidden I'm using Windows 7 64bit. 回答1: This happens when you check out a repository and the casing in the repository path that you typed does not match the actual repository path. When the casing does not match you're able to check out the repo but you get that error when you commit. However, it can also occur when the name of your

Error “can't use subversion command line client : svn” when opening android project checked out from svn

南楼画角 提交于 2019-11-26 17:57:30
问题 I'm new to Android development and the development tools around it. I have checked out a project from svn using TortoiseSVN client (can't manage to do it from within Android Studio), then get this error message after importing the project to Android Studio: can't use subversion command line client : svn Probably the path to Subversion executable is wrong. Fix it.. When I click "Fix it" link, this dialog pops up: But I still have no idea what I am supposed to do to fix this? Any kind of help

An SVN error (200 OK) when checking out from my online repository

前提是你 提交于 2019-11-26 17:39:35
问题 I'm trying to set up my first repository on my host and am getting this error when I use TortoiseSVN to checkout the project: Error: OPTIONS of 'http://mywebsite.com/svn/myproject': 200 OK (http://mywebsite.com) Here is what I did: Ssh into my host and head to /home/myaccnt and 'svnadmin create svn' Create my project repository: 'svn mkdir svn/myproject' Add files to the repository: cd /home/myaccnt/.../myproject (which has /tags, /branch, /trunk); 'svn import file:///home/myaccnt/svn

Using TortoiseSVN via the command line

一个人想着一个人 提交于 2019-11-26 17:01:29
I want to use commandline SVN options. I use TortoiseSVN, and I run several commands and I get the following error. 'svn' is not recognized as an internal or external command I used the command svn checkout [-N] [--ignore-externals] [-r rev] URL PATH I think I should add some environment variable or something else. What should I do or can't TortoiseSVN be used from the command line? AnneTheAgile By default TortoiseSVN always has a GUI (Graphical User Interface) associated with it. But on the installer (of version 1.7 and later) you can select the "command line client tools" option so you can

Subversion (using VisualSVN/Tortoise) refuses to pull down new files

风格不统一 提交于 2019-11-26 16:46:07
问题 A problem has started occurring recently in which some new files added to the subversion repositories don't get pulled down to other clients after doing an Update. If I browse the repository with Tortoise I can see the file. I can then right click on it and select 'Update to revision', which will pull the file down to the client. Unfortunately this is very time consuming as there is no way to pull down all files in a folder - i.e. I have to do this for each file individually. The weird thing

TortoiseSVN icons not showing up under Windows 7

你离开我真会死。 提交于 2019-11-26 16:46:07
I can't seem to get the icons to display under Windows 7 and I really miss this from Windows XP. How can it be fixed? Windows can only show a limited number of Overlay Icons ( 15 total, 11 after what Windows uses ). Programs like Office Groove , Dropbox , Mozy , Carbonite , etc, will hijack a bunch of the 11 possible overlay icons (boy would it be nice if Microsoft upped the number of these as the number of applications that use them seem to increase and increase)... You can see what overlays are set up, and change them (at your own risk) in the registry here: HKEY_LOCAL_MACHINE\SOFTWARE

What ports need to be open for TortoiseSVN to authenticate (clear text) and commit?

时光怂恿深爱的人放手 提交于 2019-11-26 15:51:16
问题 What ports need to be open for TortoiseSVN to authenticate (basic) in order to commit? I know it is not a good thing, but I believe username and password are in the clear right now. Let me describe as much as I know about set-up, and what seems to be happening. I am a contractor helping a state to deploy and modify a "mostly" public domain application. There is an SVN repository in a different state which contains the application, with read only privileges for everyone. In order for me to

How do you move a file?

瘦欲@ 提交于 2019-11-26 12:51:03
问题 I\'m using TortoiseSVN against the SourceForge SVN repository. I\'d like to move a file from one folder to another in order to maintain its revision history. Is this possible? If so, how do you do it? (My current strategy has been to copy the file into the new folder and check it in and then delete the file from the current folder.) 回答1: Subversion has native support for moving files. svn move SOURCE DESTINATION See the online help (svn help move) for more information. 回答2: Check out section

Extract TortoiseSVN saved password

喜夏-厌秋 提交于 2019-11-26 11:48:31
问题 Is there any way to extract credentials saved by TortoiseSVN? 回答1: Short answer: You can use TortoiseSVN Password Decrypter to easily display your cached credentials, including passwords. Long answer: Here's how the tool works. The credentials are saved in subdirectories of %APPDATA%\Subversion\auth\ . Listed from this previous answer they are: svn.simple contains credentials for basic authentication (username/password) svn.ssl.server contains SSL server certificates svn.username contains