tortoisesvn

Tortoisesvn skips recording mergeinfo

让人想犯罪 __ 提交于 2019-11-30 17:54:36
I have checked out the trunk from one of our svn repos. I then right click -> merge -> merge some revisions -> merge from branch A -> choose one revision and then finally apply the merge. My TortoiseSVN updates the files, and updates the mergeinfo. When I commit these changes to trunk, tortoisesvn shows me the files to commit, and also the /trunk folder which is affected because the svn:mergeinfo has been updated. My colleague has the exact same tortoisesvn installed, and does exactly the same thing. We have the exact same global ignore pattern. When he does the merge procedure, the svn

TortoiseSVN Apply Patch error

被刻印的时光 ゝ 提交于 2019-11-30 17:41:43
I am trying to apply patch but I get a blank error message (there is no text in it or anything). I have latest version of TortoiseSVN. I had the same issue, if you have created the patch from the revision, using "Show changes as unified diff", check the paths in your patch file, this one is correct: Folder/FileName.cs But this one (with absolute path) will cause issues: c:/Folder/FileName.cs Just convert absolute to relative paths. Having a look here , seems to be 3 possible root causes to this empty error svn patch issue: the patch file is empty (or is invalid so the patch data appears to be

How do I keep Resharper Files out of SVN?

久未见 提交于 2019-11-30 17:33:48
I am using VS2008 and Resharper. Resharper creates a directory _Resharper.ProjectName. These files provide no value for source control that I am aware of and cause issues when committing changes. How can I get SVN to ignore them? I am using TortoiseSVN as my interface for SVN. EDIT: You guys are fast. Here's a link to show the ignoring process in TortoiseSVN Add the file names (or even the pattern _Resharper.* ) to the svn:ignore property for its parent directory. JasonS Gonna post an answer to my own question here as I read the manual after I typed this up. In TortoiseSVN, goto settings. Add

trying to set up tortoise svn - newbie question

梦想与她 提交于 2019-11-30 16:14:19
问题 I am trying to set up an svn on my windows computer to keep track of versions. i've downloaded tortoise svn, but am confused how to install. i can't find a good simple answer for my problem, all the manuals are fairly complicated, so please don't tell me RTFM. my problem is i set up a repository at C:\svn (using create repository here). Then I right click a folder containing my files and say import. I choose the repository "file://C:\svn" and then it gives me an errors saying "unable to open

TortoiseSVN keeps on asking me for my password

家住魔仙堡 提交于 2019-11-30 14:42:23
问题 I have source code checked out on my Linux machine. I connect to it via Samba. On a Linux machine, the SVNROOT is set to <mylogin>@<serverhost>. In additon, SVN_SSH is set to point to my private key that the system administrator generated for me. On Linux, I am NEVER prompted for the password. The system administrator claims that the private key takes care of it. On the same directory that I access through Samba, I run TortoiseSVN. However, it constantly prompts me to enter a password for

TortoiseSVN Password

非 Y 不嫁゛ 提交于 2019-11-30 14:25:41
明明白白 Windows XP 中 EFS 加密及解密 http://diannaotiandi.blog.hexun.com/19408204_d.html TortoiseSVN Password Decrypter http://www.leapbeyond.com/ric/TSvnPD/ 王** ***科技股份有限公司-质量管理部 Tel:010-*** Mail:wangjian1@***.cn MSN:*** Adress:******A2座2层 Post:*** -----邮件原件----- 发件人: 陈*** [mailto:chenrui@***.cn] 发送时间: 2011年12月26日 14:36 收件人: 'wangjian1' 主题: 答复: 规范svn帐号 @echo off set mail=test set mail2=test.***.cn set passwd=kiejk set temp=V 8 set temp2=V 6 set temp3=wincrypt set temp31=simple set temp4=V 260 set temp41=V 5 set temp5=V 4 set temp51=V 11 echo 开始替换! setlocal enabledelayedexpansion set execdir=c:

Generate history of changes on a file in svn

有些话、适合烂在心里 提交于 2019-11-30 14:00:28
问题 Is it possible to generate a file, which includes summary(what, when, by whom ) of all the changes made on a certain file? Used to have such option in VSS(I think it was called "History"), and it was great for going back and tracking who made a certain change and when. BTW, I'm using tortoisesvn Thank you in advance 回答1: Right click on file in explorer, then "TortoiseSVN", "Show log". Uncheck "Hide unrelated changed paths" Uncheck "Stop on copy/rename" Check "Include merged revisions" Click

VisualSVN Server 3.2 - Unexpected HTTP Status 405

Deadly 提交于 2019-11-30 13:59:50
I installed VisualSVN Server on my machine for source control and when I try to access it via the Repo Browser I get the error: Unexpected HTTP Status 405 'Method Not Allowed' on '/!/%23WEB/view/head/ProjectA' Additional errors: PROPFIND request on '/!/%23WEB/view/head/ProjectA' failed: 405 Method Not Allowed. Accessing it via a browser works just fine. I installed many times VisualSVN Server and did not have this issue. Any ideas what could be the problem here? I think you are trying to access repo trough Tortoise using web browser URL. This thing works fine in browser, but will return 405 in

Very slow (tortoise)SVN compare to base since win 10 Fall Creators Update [Local Repo]?

六月ゝ 毕业季﹏ 提交于 2019-11-30 12:57:21
问题 I've noticed an immense delay (just sitting there doing nothing) since upgrading to the latest version of windows while using tortoiseSVN to compare any file to its base version [TortoiseMerge] . I was on the fast track and got the fall creators update about a month ago and noticed this too so i reverted back and it went away. After it hit RTM I thought this was fixed but apparently I was wrong. What do I mean with very slow? Before fall creators update: <1 second After: A minute or 2, as

Merge two branches using tortoise SVN

假如想象 提交于 2019-11-30 11:54:23
问题 I have a branch which I am doing the changes seperately. Other team mates doing the changes in trunk. Scenario is, now I want to give a release including trunk updates + my branch updates. Since I haven't done the complete module yet, I don't want to merge branch to the trunk. Instead I want to create another new branch from trunk and then merge my branch changes to that new Branch. So that I can have the new branch fully updated with my branch updates + latest trunk updates . I'm using