ankhsvn

PCB SVN 服务端VisualSVN Server与TortoiseSVN

爷,独闯天下 提交于 2020-05-08 10:03:09
PCB 工程系统SVN源代码招病毒破坏以后,一周时间都没有源代码同步更新了,今天终于将SVN源代码数据恢复并重建SVN服务器,这里将SVN搭建安装过程整理如下 一.服务端SVN安装 1.下载地址: https://www.visualsvn.com/server/download/ 2.服务端配置说明 1.停止服务 2.设置源代码管理目录的路径 (目录名为Repositories) 3.设置服务器名与端口号 4.创建帐号与密码 5.设置源代码用户授权(读写权限) 5.开启SVN服务 二.客户端SVN安装 1.官方下载地址 https://tortoisesvn.net/downloads.html 2. 汉化包地址 https://pan.baidu.com/s/14psdcPo4VFk6EHUIqP-UCQ 3.汉化包配置说明 1.右键设置 2 .设置中文语言 3 .查看更改后效果 三.Visual Studio 客户端SVN安装 1.AnkhSvn安装路径(推荐) https://vs-publisher-303797.gallerycdn.vsassets.io/extensions/vs-publisher-303797/ankhsvn-subversionsupportforvisualstudio/2.7.12815/1488394024609/234693/2

Resharper and TortoiseSVN

女生的网名这么多〃 提交于 2020-01-22 17:40:30
问题 Is there any good way to deal with the class renaming refactor from Resharper when the file is under source control and TortoiseSVN is the client. I have am trying VisualSVN right now but I haven't had the need to rename anything recently. I don't want to change our repository just to try this out. Also not sure if this feature alone is worth the cost of VisualSVN. Update: I have uninstalled the trial of VisualSVN and tried AhknSVN. I seems to provided the same functionality so far. I know

AnkhSVN error, looking for strange path

旧城冷巷雨未停 提交于 2020-01-17 01:47:11
问题 I'm using SVN via AnkhSVN for my project and whenever I go to commit I get the following error(s) then when I click the Stacktrace button this is what it's showing . I have no idea what this path is that it's looking for, so what can I do to resolve this? EDIT: This is weird because that directory has never existed, not removed or deleted either. No files appear to be in conflict either, so this one has me stimpted. 回答1: I think you need to update first, and then commit. If that fails, please

Error “The server sent an improper HTTP response.” on commit with Subversion 1.8+ client

廉价感情. 提交于 2020-01-12 02:11:06
问题 Recently I have been plagued by an error on committing to a single SVN repo using TortoiseSVN (1.8.7.25475) or AnkhSVN (2.5.12471.17): Error running context: The server sent an improper HTTP response Here is a screenshot of the error in TortoiseSVN: The pixels differ of course, but the error is the same in AnkhSVN. This only seems to affect attempts to commit modifications, not additions or deletions; and I can commit mods to several other SVN repos on the same server just fine. Since my

Cannot connect to a SVN repository using Tortoise SVN

限于喜欢 提交于 2020-01-06 02:28:29
问题 We have installed CollabNet Subversion Edge on a Windows 2008 R2 Standard server that is also runnning IIS 7.0. All of the Subversion traffic has been configured to use an SSL connection over port 8080. The URL to our repository use the following structure https://servername.domain:8080/svn/repositoryname Certain employees in our company cannot connection to the URL using Tortoise SVN and Visual Studio Ankh. They can connect to the URL using Internet Explorer Is there a way to monitor port

How can I set the svn:needs-lock Subversion property through AnkhSVN plug-in with Visual Studio?

落爺英雄遲暮 提交于 2020-01-04 04:53:06
问题 I am using the AnkhSVN plug-in with Visual Studio 2008. I am using a free repository hosted on the web. I am not using a Subversion client for this repo, but managing everything with AnkhSVN plug-in (including adding solution file and project files to the new repository). I want to add the svn:needs-lock property to these files. I wonder if I can do this task using AnkhSVN, or if I need to get another Subversion client for this purpose. 回答1: in Visual Studio.. In Tools - Options - Source

How do you exclude .svn directories from search in Visual Studio?

旧城冷巷雨未停 提交于 2020-01-02 04:37:16
问题 I have to "look in:" a subfolder of the project because the entire project is very large and takes too long to search through. I also have AnkhSVN installed and wonder if a setting in the plugin could help too. 回答1: If you use "Find in files" instead of the standard search, you can search a subfolder for file types you specify. However, it's a lot easier to perform this kind of task using the Ultrafind add-on (http://visualstudiogallery.msdn.microsoft.com/9fa9fdd7-1c06-45e3-a9f3-0381caab8f94)

Installation of AnkhSVN Visual Studio 2019

旧巷老猫 提交于 2019-12-31 17:51:14
问题 I can not Install AnkhSVN -Subversion Support for Visual Studio 2019, I have tried to Install It, It says Version is Invalid for VS2019 I use VS2019 Professional 回答1: The latest AnkhSVN version is not compatible with Visual Studio 2019 (and the project, unfortunately, seems dead). A possible solution is to edit manually the files stored in the vsix file (it's a zip file with a different extension). The file to edit are: extension.vsixmanifest Change the occurance of [15.0,16.0) to [15.0,17.0)