tortoisesvn

Run Tortoise SVN command line commands with a hidden window

佐手、 提交于 2019-12-10 18:25:43
问题 I have Tortoise SVN with a command-line interface installed. The installation path is C:\Program Files\TortoiseSVN\bin where svn.exe is used whenever I use any SVN command. I developed a Ruby Windows application which is run as a background process. This application runs the command like svn info "#{path_to_repository}" This command invokes svn.exe as I mentioned. The problem is, svn.exe flashes a command prompt for a second and terminates, thus if I run svn info ten times for ten different

SVN for ClearCase user. How to use?

雨燕双飞 提交于 2019-12-10 17:43:27
问题 we used to work with IBM Rational ClearCase. now we started a new project on linux (ubuntu) and for that we use SVN (tortoise). i would like some help understanding it. for example: what is "making a baseline" in SVN? i don't understand all this versions numbers. we a a MAIN trunck/branch (which should be equivalent to a stream with a view on it in clear case) and under it everyone have their own branches (their own stream with thier own views on it). if i press the svn version tree i see a

Slow switch in subversion

a 夏天 提交于 2019-12-10 16:09:54
问题 We have a project in our repository that is branched off of the trunk. It has existed for about 18 months and has about 500 revisions committed to it. All changes to the trunk durring that time have been consistently merged into the branch. At this point when we run a switch operation between the two it takes upwards of two minutes and seems to stall on some particular files. For testing I have removed all merge info with no luck. As a further test, I created a new branch off of the trunk. I

TeamCity SVN agent-side checkout fails with error svn: E200030: There are unfinished transactions detected in folder

笑着哭i 提交于 2019-12-10 15:13:12
问题 After upgrading to TeamCity 2017.2 my SVN checkout began failing on my build agent with this error: svn: E200030: There are unfinished transactions detected in '[... folder ...]' The agent is running on Windows Server 2012 R2 and TeamCity Professional 2017.2 (build 50574) Initial Googling and browsing on Stack Overflow didn't find an answer yet. 回答1: After further Googling I found this bug on the TeamCity YouTrack: https://youtrack.jetbrains.com/issue/TW-49325 specifically this comment https:

How to batch delete files/directories from svn repository

佐手、 提交于 2019-12-10 14:27:57
问题 Using: VisualSVN Server, TortoiseSVN, AnkhSVN I used TortoiseSVN to make an initial repository load for all my .NEt projects AND supporting sources / resources that i want to keep. I am planning to use tortoiseSVN for all general source control actions and AnkhSVN for within Visual Studio solutions. My problem is that my repository now has the developer/machine specific files/directories that i dont need. I know Ankhsvn by using the SCC API from Microsoft does not include them if you add the

CruiseControl.NET and TortoiseSVN

此生再无相见时 提交于 2019-12-10 14:23:18
问题 Can the sourcecontrol block in CruiseControl.NET target TortoiseSVN? 回答1: CCNet is designed for using a subversion client of the form svn.exe rather than tortoisesvn directly (tortoisesvn has the svn client libraries compiled in). In general the only advantage to using tortoisesvn automation commands is for handy dialogs for user interaction - typically with ccnet the last thing you want is anything that will raise a dialog. 回答2: It can't use Tortoise specifically, but it can talk to

Subversion reports “Malformed Network Data” when updating repository over Cisco VPN

给你一囗甜甜゛ 提交于 2019-12-10 13:57:41
问题 I am using Cisco VPN (on Windows 7 Ultimate 64bit) to connect to my company network. When I check out svn repositories, I constantly get this error 2 or 3 seconds after downloading some files. The problem happens on both TortoiseSVN 1.5.9 and SlikSubversion 1.6.17 I noticed that downloading text files like java or xml often causes this problem, but downloading compressed files(jar etc) is fine. Is my SVN or VPN setting wrong, or is this a network issue? How can I make SVN log more details? PS

How are the sub folder's mergeinfo used when merging at top folder level?

柔情痞子 提交于 2019-12-10 12:09:28
问题 As we know, TortoiseSVN creates svn:mergeinfo as a folder property if the merge is performed at that folder level. This could be a top folder (such as trunk ) or some sub folder. I always thought that it was OK to merge at sub folder level since the svn:mergeinfo on the sub folders would be used when merging at the top folder level. I think that it was generally working for me as well in the past, until today when I saw a case that I could not explain. I saw a merge at sub folder level from a

What is the best way to transfer all my Visual Studio projects to svn?

血红的双手。 提交于 2019-12-10 11:46:15
问题 Until now there is a disk folder named DEVELOPMENT. This folder includes a top level folder named _LIB where the common libraries and layers (DAL projects, Business Layer projects e.t.c) are included. There is also a RESOURCES folder where i have some common bitmaps that i use (mostly). Aside to this _LIB folder there are folders that resemble the various domains of our business. The domain projects follow the reference _LIB projects than reference the compiled dlls. I need to transfer them

Spell check in Tortoise SVN

旧时模样 提交于 2019-12-10 11:25:03
问题 I use SVN tortoise (English version). It is possible to attach dictionary in other language? I would like to have checked spell when I write description for commits (in polish). 回答1: You can find the answer in the TortoiseSVN Manual: TortoiseSVN includes a spell checker which allows you to check your commit log messages. This is especially useful if the project language is not your native language. The spell checker uses the same dictionary files as OpenOffice and Mozilla. The installer