ankhsvn

AnkhSVN breaks ASP.NET sharing permissions with SVN 1.7

巧了我就是萌 提交于 2019-12-19 07:23:53
问题 The Background (skip to the bottom if you want the question) Recently I upgraded an SVN repository (hosted on assembla) to SVN 1.7. After doing so, we started to intermittently encounter lots of File Access Denied errors on the ASP.NET site pages that sit in the local working copy of the repository. Some folders also started to get weird file permissions (they became marked read-only) and user sharing got removed from them. These problems would only start occurring after an update/commit

AnkhSVN vs VisualSVN [closed]

穿精又带淫゛_ 提交于 2019-12-18 12:08:56
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . We're thinking of switching to SVN at my work, so I was wondering about SVN plugins for VS2008 (and 2010 when it comes out). After a

AnkhSVN Commits Are Very Slow

孤街醉人 提交于 2019-12-12 10:01:35
问题 Recently, I had to move my SVN repositories to a different server, but I am experiencing some performance problems since the move. I am using Visual Studio 2005, AnkhSVN 2.1.7819.411 and TortoiseSVN 1.6.6 on my workstation and VisualSVN Server on the server which runs Windows Server 2008. Whenever I try to commit a file or view the file history in Visual Studio it takes twenty odd seconds. I confirmed that an exception has been made for VisualSVN Server on the server's firewall, but when I

AnkhSvn doesn't add files to SVN

霸气de小男生 提交于 2019-12-12 07:45:30
问题 This is a known issue - when files are added using Ankh, they are not really added to SVN. Many a times this has caused problems, for instance when committing later through TortoiseSvn only to find missing files, or when creating a patch. Is there a workaround, or some plans to fix this is a future Ankh release? Edit - to clarify, when I commit using Ankh, the files are really added. But if the commit is not done using Ankh, the files are not added (unlike other SVN operations which do carry

Move files in Visual Studio and AnkhSVN simultaneously

心不动则不痛 提交于 2019-12-11 16:22:00
问题 I'm reorganizing my project in visual studio. I have some .cpp / .h files which I want to move into a subdirectory physically. A would like to have the following acts simultaneously: File moving on file system SVN working copy database updating (with keeping history) Visual Studio project file(s) updating Extra benefits would be nice, like: Updating of #include directives referring to the file. Are there any solutions? Best workarounds? 回答1: This is the proverbial chicken-and-egg dilemma for

How to configure kdiff3 in Visual Studio 2012

假装没事ソ 提交于 2019-12-11 08:11:40
问题 I am a long time user of KDiff 3 and have upgraded to Visual Studio 2012. I want to use KDiff3 as my default compare and merge tool in Visual Studio 2012. I go into Tools > Options > Source Control > Subversion User Tools , I get an External Diff Tool C:\Program Files\KDiff3\kdiff3.exe and external merge tool C:\Program Files\KDiff3\kdiff3.exe . There is a (...) button takes me to macros that show $(Base) and $(Theirs) , but that doesn't seem to get the comparison working. In Visual Studio

AnkhSVN keeps marking .designer.cs files as newly added

我的未来我决定 提交于 2019-12-11 06:16:15
问题 Since I upgraded from VS2012 to VS2013 I have an issue with my AnkhSVN plugin. Every time there is a change in a .designer.cs file this file will get marked as "new" instead of "changed". If I try to make a commit it will say that the file is already under version control and can not be added and then it completely breaks everything. This behaviour is somehow new in combination with VS2013. I tried to both upgrade my TortoiseSVN client as well as my AnkhSVN plugin to the latest version but

Pending changes in AnkhSVN only shows files from current solution

半腔热情 提交于 2019-12-11 03:43:08
问题 I'm working under a single repository and mostly in one solution. However, during the work on the solution I do change other files as well, when I come to commit, however, AnkhSVN only shows the files that are part of the solution. That forces me to use TortoiseSVN to do the commit on the whole directory, which in turn misses some of the files that I added with AnkhSVN. The simplest solution to this would be if AnkhSVN showed me ALL the pending changes for the repository. A worse alternative

How to set username/password to connect to Subversion repository in AnkhSVN in Visual Studio?

南楼画角 提交于 2019-12-10 14:51:32
问题 I just installed AnkhSVN. I'm using Visual Studio 2010. There is an existing Subversion repository on a server that I access via SSL (ex: https://svn.myserver.com/myrepository ). In Visual Studio, I set my source control to "AnkhSVN - Subversion support to Visual Studio" in the tools/options menu. In the "Add to Subversion" dialog, when I try to add my solution in the repository, I enter https://svn.myserver.com/myrepository in the "Repository URL" field. Then, https://svn.myserver.com

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