tortoisesvn

Integration of JIRA with TortoiseSVN

痞子三分冷 提交于 2019-12-03 03:55:00
问题 Could anyone specify the ways to integrate JIRA with TortoiseSVN to track the issue details? What URL should be specified in URL section, what are the other parameters needed? Is there anything you have to do on JIRA side to ensure the integration? 回答1: I had lots of problems when reading TortoiseSVN documentation on the subject. Here are my findings about the integration. To integrate Jira and TortoiseSvn, a set of instructions should be performed. This guide suppose that your jira server is

Connecting to SVN on a remote Windows server using Tortoise SVN?

半腔热情 提交于 2019-12-03 03:42:45
I installed svn on my remote Windows 2008 server, the ip is 41.139.540.60 for example. Now, using Tortoise SVN on the server itself works using svn://localhost/. I can open the repo browser and so on. Now, how do I connect to that svn from my local PC? I tried svn://41.139.540.60, but it did not work, the message I got was the the server did not respond and thus connection failed. I cant ping the IP, so its a server issue I guess. What else is needed to make it run? Thanks :) The guide I used was: http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html svn:// protocol

SVN/TortoiseSVN painfully slow

五迷三道 提交于 2019-12-03 03:29:59
问题 I'm experiencing painfully slow operations with one of our SVN repositories/projects. For example, it's taking 5-10 minutes to revert the changes in one small file (10 KB). Or about 40-60 minutes to check out the project of 100 MB. There are about 30 other projects on the same server, some vastly bigger than this one, and none of them preform like this. One thing to note is that this project is a Magento project. It's not very large in terms of disk space, but I have 23k Files and 11k folders

Move Directory across SVN repository using Tortoise SVN

痴心易碎 提交于 2019-12-03 03:25:40
问题 How to move a sub directory from one directory to another, given that both are inside the same SVN repository? I am using tortoise SVN. 回答1: Select the folder/files that you want to move, then RIGHT-CLICK them and drag them to where you want to move them. A menu will come up with an option " SVN Move versioned files here " As clarified by phenry, the destination folder must be recognized as an SVN folder. The folder should already be committed to the repository or you can choose Add to set it

tortoise SVN简单迁移到另一个库

烂漫一生 提交于 2019-12-03 03:22:18
1.找一个另外的目录,从源svn export项目文件夹 2.右键空白处,tortoise SVN->import到目标svn目录 3.右键空白处,tortoise SVN->check out,绑定该本地文件夹与目标svn目录 4.复制新本地文件夹目录下的.svn文件夹,覆盖本地的项目文件夹的.svn 优点: 1.目标服务器初始版本可以从源服务器上任选。 2.保留本地修改记录。 3.应该可以随时切回源svn 缺点: 1.还是一样不能保留源svn上的历史信息。 2.可能留着一些多余没用的文件。不如本地项目直接断开再上传干净。 3.可能会有些奇怪的问题,目前暂未发现。 关于上传到服务端并关联文件夹 方法1.先import再check out 优点:目录自动建好,速度快 缺点:不能事先过滤忽略文件 方法2.先手动服务端建目录,再check out,再同步 优点:可先设置忽略文件,不会上传多余文件 缺点:手动服务端建目录比较麻烦,多一步同步 来源: oschina 链接: https://my.oschina.net/u/2438634/blog/1845309

conflicts prevention while merging branches in Subversion

孤者浪人 提交于 2019-12-03 03:21:32
问题 I have recently observed a very weird merge conflict in Subversion. I am using tortoise SVN as the client. Please find the below information of the Trunk and branch details: \trunk\ . Two users are working on this. \QA\ is the branch where the merges from the trunk will happen. For simplicity sake, There is a visual studio solution in \trunk\ClassLibrary1.sln There is currently a sample project in the solution. \trunk\ClassLibrary1 Both users are fully updated and dont have any working copy

“Inconsistent line ending style” nightmare

99封情书 提交于 2019-12-03 02:55:10
I'm completely stuck with an SVN error when committing 2447 files at once. I'm using TortoiseSVN (latest version) on Windows 7 64bits. The fact is that some files were created on Mac, and others on PC, so TortoiseSVN stopped the commit with an annoying Inconsistent line ending style error. In the beginning, to solve this problem, I manually opened the incriminated file in netbeans , added one blank space, removed it and saved the file so Netbeans converted properly all line ending chars, but it seems there's more than "some files" incriminated. Of course I searched the web for a solution but I

How can KDiff3 be used properly with TortoiseSVN to resolve conflicts?

删除回忆录丶 提交于 2019-12-03 02:42:24
问题 I have TortoiseSVN set up to use KDiff3 as the conflict resolution tool (I find it shows more information useful to the merge than the built-in TortoiseMerge does). When I open a file with Tortoise's "Edit Conflicts" command it shows me the three files and I have to select "Merge->Merge Current File" manually. The problem is that KDiff3 saves the result to source_file.working instead of to source_file . So without doing a Save As, the real file with the conflict doesn't get modified. Is there

How do I only Checkout (pull down) only parts of an SVN tree with TortoiseSVN?

[亡魂溺海] 提交于 2019-12-03 02:36:48
问题 I'm using TortoiseSVN and I want to do a Checkout of an existing repository into a local directory. However, I only want to pull down certain portions of the file tree. Is there a way I can do that? For instance: /trunk /project-A /project-B /project-C Let's say I just want to pull down trunk, project-A and project-B. How do I do that? 回答1: It looks like you were successful but I wanted to include a step-by-step guide in the hopes that it is helpful to others. Checkout trunk into a working

TortoiseSVN checkout failed error svn: E120106: ra_serf: The server sent a truncated HTTP response body

匿名 (未验证) 提交于 2019-12-03 02:18:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: TortoiseSVN shows the error svn: E120106: ra_serf: The server sent a truncated HTTP response body during checkout operation. How to solve the problem? 回答1: Some ideas from TortoiseSVN developer: The data sent is too big and the server closes the connection due to reaching a limit. Possible steps which can help fix this issue: Increase the timeout value on the server set compression level to zero on the server (will make everything slower but helps with this issue) make sure all proxies that are in between you and the svn server also have the