tortoisesvn

Is there a SVN plugin for SQL Server Management Studio 2005 or 2008? [closed]

99封情书 提交于 2019-12-21 03:19:16
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Looking for a "Source Control" plugin to integrate SSMS with Subversion/SVN. Anyone know of one? 回答1: Redgate's solution seems to be for versioning your database, not your files in your Solution Explorer. I've found two options for solution versioning: 1) Setting up TortoiseSVN as an external tool: http:/

TortoiseHG and TortoiseSVN play well together?

半腔热情 提交于 2019-12-20 18:01:04
问题 I had TSVN installed first and been using for a long time. Then I install T-HG and when I right click I dont see any TortoiseHG. Does anyone have this same problem? All the T-SVN overlays are still there. 回答1: Starting with version 0.8 (released 2009-07-01) TortoiseHg supports Windows Vista 64bit explorer shell integration. Thanks to the new C++ shell extension (I contributed significantly to that). Check current release TortoiseHg-0.8.1-hg-1.3.1.exe available from http://bitbucket.org

TortoiseSVN cherrypicking

烈酒焚心 提交于 2019-12-20 16:54:17
问题 I'm about to merge certain revisions from trunk into a release-branch. I've checked with mergeinfo how many revisions are eligible to get merged, and that were 42. Although it's definitely possible and not too hard to check each revision log and decide whether it should be merged or not. I would then check the logs with TortoiseSVN and use the command line svn merge -c rev1,rev2 function or -r for ranges of course. I was wondering if TortoiseSVN has a tool to make this cherrypicking a lot

SVN file locked by me, now cannot commit it

随声附和 提交于 2019-12-20 16:28:32
问题 Scenario : An binary file needs a svn lock to modify. To modify, the file was first locked, modified, and then while committing, cancelled the commit using the "Cancel" button. Due to some reason, deleted the whole folder containing the locked file (including the .svn folder). Problem : I used "SVN update" through tortoise svn. All the files were updated. But the file which was locked previously does not indicate as locked with the lock symbol. Nevertheless, I modified the file and tried to

TortoiseSVN file overlay performance - are there any ways of improving it?

时光怂恿深爱的人放手 提交于 2019-12-20 11:53:35
问题 I'm using TortoiseSVN on my development machine (running Windows Server 2003) and VisualSVN Server on the server side. Both are the latest versions (against Subversion 1.6.5). Everything works well generally; however I'm getting a little frustrated with the TortoiseSVN file overlays (the little icons that show locked or modified statuses on the files in Explorer). Sometimes these overlays seem to update instantly after a commit or lock, sometimes they only change after a couple of refreshes,

TortoiseSVN: Move file does not preserve history

只愿长相守 提交于 2019-12-20 10:57:38
问题 I am attempting to move a file to another folder inside a TortoiseSVN repository, and the revision history is not being preserved. I have tried moving the files using the Repo-browser (right-click drag the files and select "Move items to here") as well in the working folder (right-click drag, select "SVN Move versioned files here," and commit the parent folder). In both cases the history is not preserved. I have read the TortoiseSVN manual as well as some other posts from people and am

SVN 1.7+ in Netbeans 7.0

a 夏天 提交于 2019-12-20 10:29:41
问题 I have a project that uses totoiseSVN. Before upgrading it to 1.7 version all works fine, but when I upgrade tortoiseSVN to 1.7 version it gives me an error when I try to commit or to show history log or to update: org.tigris.subversion.javahl.ClientException: Unsupported working copy format The path 'C:\Users\user\stuff\myApp' appears to be part of a Subversion 1.7 or greater working copy. Please upgrade your Subversion client to use this working copy. As I know if my system has toriseSVN

svn list of files that are modified in local copy

久未见 提交于 2019-12-20 09:09:05
问题 I use Tortoise client to checkout/commit my changes to SVN. But I found this little difficult because I'm not able to find List of all files that are changed in my local copy. Is there any short cut or something that I overlooked? I'm new to SVN. FYI. 回答1: The "Check for Modifications" command in tortoise will display a list of all changed files in the working copy. "Commit" will show all changed files as well (that you can then commit). "Revert" will also show changed files (that you can

How can I speed up SVN updates?

眉间皱痕 提交于 2019-12-20 08:57:45
问题 We have a rather large SVN repository. Doing SVN updates are taking longer and longer the more we add code. We added svn:externals to folders that were repeated in some projects like the FCKeditor on various websites. This helped, but not that much. What is the best way to reduce update time and boost SVN speed? 回答1: If it's an older SVN repository (or even quite new, but wasn't setup optimally), it maybe using the older BDB style of repository database. http://svn.apache.org/repos/asf

Integrating Fogbugz with TortoiseSVN with no URL/Subversion backend

删除回忆录丶 提交于 2019-12-20 08:44:57
问题 I've got TotroiseSVN installed and have a majority of my repositories checking in and out from C:\subversion\ and a couple checking in and out from a network share (I forgot about this when I originally posted this question) . This means that I don't have a "subversion" server per-se. How do I integrate TortoiseSVN and Fogbugz? Edit: inserted italics 回答1: I've been investigating this issue and have managed to get it working. There are a couple of minor problems but they can be worked-around.