tortoisesvn

SVN - handshake failed : SSL error

折月煮酒 提交于 2020-01-13 09:21:09
问题 I am unable to update or commit to svn from a machine that did not have this problem until recently. I updated the tortoise svn client. I can delete the folder and pull a new copy down every time but cannot commit or update. Unable to connect to a repository at URL OPTIONS SSL handshake failed: SSL error: sslv3 alert illegal parameter 回答1: I resolve that problem as follows: Go with Chrome (or other browser that allows to save the certificate) to svn address Save the certificate file Install

Inserting comments automatically using TortoiseSVN?

陌路散爱 提交于 2020-01-13 07:15:08
问题 Tricky question: I need the following to happen: 1) Before you click commit, tortoisesvn should insert a legal notice comment to the code files being commited. I am talking about client side event ONLY. 2) Svn:keywords are not going to work because those keywords need to be in the file already. May be there is a way to write plugin for tortoise? 回答1: CLIENT SIDE HOOK SCRIPTS (SAFE but svn client specific): The only safe way to do it is to use client side hook scripts. Here a hint on how to

SVN 255 Character Problem

微笑、不失礼 提交于 2020-01-13 05:15:27
问题 I am using TortiseSVN and we have a problem when we exporting etc because subversion errors. The path has a character limit 255 - so I am not sure if this is the problem [I think it is in Win7 x-64 bit] How do I fix this ? i.e. allow paths for >255 characters ? 回答1: It's a Windows limitation, not a tortoise limitation. Has Windows 7 Fixed the 255 Character File Path Limit? 回答2: Subversion works quite well with paths longer than MAX_PATH (256 chars), but you must provide absolute paths for

Can't commit to SVN server

三世轮回 提交于 2020-01-12 18:49:37
问题 When I commit to the server this returns: The POST request returned invalid XML in the response: XML parse error at line 3: not well-formed (invalid token) (/svn/site/!svn/me) I am using VisualSVN Server 2.5.1 and the client is TortoiseSVN 1.7.1 64Bit. The server by itself is working, I can update from repository or browse. Any suggestions? 回答1: You can use Fiddler2 as a proxy, and inspect the XML request/responses. Maybe that'll give you some more to go on. It looks like TortoiseSVN doesn't

Can't commit to SVN server

核能气质少年 提交于 2020-01-12 18:47:36
问题 When I commit to the server this returns: The POST request returned invalid XML in the response: XML parse error at line 3: not well-formed (invalid token) (/svn/site/!svn/me) I am using VisualSVN Server 2.5.1 and the client is TortoiseSVN 1.7.1 64Bit. The server by itself is working, I can update from repository or browse. Any suggestions? 回答1: You can use Fiddler2 as a proxy, and inspect the XML request/responses. Maybe that'll give you some more to go on. It looks like TortoiseSVN doesn't

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

TortoiseSVN Revision Graph: Merge -> line connected back to trunk?

旧巷老猫 提交于 2020-01-12 01:24:06
问题 Does TortoiseSVN Revision Graph draw a line from Branch back to the Trunk when I finish a "Merge"? 回答1: Taking a branch is a copy operation (which is very cheap in svn) and it looks obvious in the logs that is what happened, hence the line. It's obvious (to svn/tortioiseSVN) because you can't make a branch without taking every single artefact from the trunk at the revision you chose. That's why a line is always shown - making a branch is guaranteed to take all your files from the trunk into

TortoiseSVN Revision Graph: Merge -> line connected back to trunk?

本小妞迷上赌 提交于 2020-01-12 01:24:06
问题 Does TortoiseSVN Revision Graph draw a line from Branch back to the Trunk when I finish a "Merge"? 回答1: Taking a branch is a copy operation (which is very cheap in svn) and it looks obvious in the logs that is what happened, hence the line. It's obvious (to svn/tortioiseSVN) because you can't make a branch without taking every single artefact from the trunk at the revision you chose. That's why a line is always shown - making a branch is guaranteed to take all your files from the trunk into

Subversion Server to use on Windows

删除回忆录丶 提交于 2020-01-11 19:54:11
问题 What Subversion (SVN) Server would recommend a newbie get started on the Windows Server OS? I think I'll be using TortoiseSVN on the client and will be doing .NET development mostly. UPDATE: Great advice. I'm picking my answer based on votes. I will try VisualSVN and CollabNet. Please read chyne's answer which I thought was really good too (+1). I'll try that method out too. I'll come back to this question in a week or two an update with my thoughts in the comments. 回答1: I use VisualSVN

Subversion Server to use on Windows

﹥>﹥吖頭↗ 提交于 2020-01-11 19:53:03
问题 What Subversion (SVN) Server would recommend a newbie get started on the Windows Server OS? I think I'll be using TortoiseSVN on the client and will be doing .NET development mostly. UPDATE: Great advice. I'm picking my answer based on votes. I will try VisualSVN and CollabNet. Please read chyne's answer which I thought was really good too (+1). I'll try that method out too. I'll come back to this question in a week or two an update with my thoughts in the comments. 回答1: I use VisualSVN