Questions tagged [ankhsvn]

AnkhSVN is a Subversion Source Control Provider for Microsoft Visual Studio

AnkhSVN allows access to most Subversion features directly from Visual Studio. Unlike most other subversion clients it tries to handle Subversion 'the Visual Studio way'. E.g. it prefers looking at project models over looking what is inside a specific directory.

396 questions
10
votes
2 answers

Can AnkhSVN be installed on an Express edition of Visual Studio?

Can AnkhSVN be installed on an Express edition of Visual Studio?
Afshar Mohebi
  • 10,479
  • 17
  • 82
  • 126
9
votes
4 answers

Can I use a GIT repository with SVN clients?

Currently I'm using the following SVN clients: TortoiseSVN for Windows and AnkhSVN for Visual Studio 2005+. I heard that GIT has a great level of interoperability with SVN. Would my tools work with a GIT repository?
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
9
votes
8 answers

How do we keep track of our working copy's branch?

Are there any good techniques to help us know which branch (or trunk) our working copy is from? We recently converted to Subversion and we're using release branches. I had two developers commit changes to the release branch that should have been…
Jamie Ide
  • 48,427
  • 16
  • 81
  • 117
9
votes
4 answers

AnkhSVN not showing in Visual Studio 2017

I cannot see AnkhSVN as an option under "Tools - Options - Source Control" in Visual Studio 2017. I have uninstalled and reinstalled AnkhSVN, but no effect. Is there a way to fix this?
Sean Kearon
  • 10,987
  • 13
  • 77
  • 93
9
votes
9 answers

Source Control with Visual Studio: switch from VisualSVN to Ankh?

I am evaluating VisualSVN for me and a small team of developers. I set it up on the server (VisualSVN server) without problems and installed TortoiseSVN and VisualSVN in order to integrate it in Visual Studio 2008. So far, it works well and we use…
splattne
  • 102,760
  • 52
  • 202
  • 249
9
votes
2 answers

Error "The server sent an improper HTTP response." on commit with Subversion 1.8+ client

Recently I have been plagued by an error on committing to a single SVN repo using TortoiseSVN (1.8.7.25475) or AnkhSVN (2.5.12471.17): Error running context: The server sent an improper HTTP response Here is a screenshot of the error in…
J0e3gan
  • 8,740
  • 10
  • 53
  • 80
9
votes
4 answers

How to avoid svn:mergeinfos on sub-folders?

We try to keep the 'svn:mergeinfo' property on the root branch folder only. However, we keep seeing it creep into subfolders. We've been able to identify some possible causes: Moving a folder in the repo-browser Moving and/or renaming packages in…
ripper234
  • 222,824
  • 274
  • 634
  • 905
9
votes
7 answers

Are there any free alternatives to VisualSVN?

Are there any free alternatives to VisualSVN (a Visual Studio 2008 plugin for subversion control)? Visual Studio Express 2008 support would be great.
Alon Gubkin
  • 56,458
  • 54
  • 195
  • 288
8
votes
3 answers

Subversion Merging

I have a trunk that contains the current release code with various bug fixes in it and a branch that contains various new features for the next release of the system. I'm trying to merge the bug fixes from the trunk into the branch ready for testing…
Jack Mills
  • 6,022
  • 5
  • 34
  • 38
8
votes
3 answers

AnkhSVN: How to add files not under Solution to SVN? (VS 2010)

just changed over form visualsvn to AnkhSVN. Loving it... but i need to add files and directory that are on my disk to SVN ... but the files and directory are not part the solutions (Vs2010) ... Its basically i directory where i store some dlls but…
Martin
  • 23,844
  • 55
  • 201
  • 327
8
votes
3 answers

Working with Subversion the same as with Visual Source Safe in Visual Studio

At work I just started using Subversion with AnkhSVN instead of Visual Source Safe. I managed to integrate it well enough but it doesn't seem the same. Using VSS the following would happen: A user check out a file by right clicking and selecting…
Para
  • 2,022
  • 5
  • 34
  • 73
8
votes
11 answers

How do I avoid Complicated Merges in Subversion?

I'm new to Subversion (SVN) coming from a Visual Source Safe (VSS) background. In VSS the person editing a file checks the file out and it locks the other users from editing it through Visual Studio. I understand that SVN is a concurrent model…
Achilles
  • 11,165
  • 9
  • 62
  • 113
7
votes
4 answers

AnkhSVN breaks ASP.NET sharing permissions with SVN 1.7

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…
Necrolis
  • 25,836
  • 3
  • 63
  • 101
7
votes
6 answers

Visual Studios 2010 SP1 "Unable to copy file '...\.svn\all-wcprops' Access to the path 'bin\\.svn\all-wcprops' is denied"

I am using Visual Studio 2010 to develop an MVC 3 application for Azure. We are using AnkhSVN for subversion control, which has been slightly buggy in the past. The error I'm getting when I try and Build/Debug my application is: Unable to copy file…
James
  • 1,158
  • 4
  • 13
  • 23
7
votes
1 answer

How to disable AnkhSVN in Visual Studio 2010?

How can I disable AnkhSVN in VS 2010?
Serhiy
  • 4,357
  • 5
  • 37
  • 53
1 2
3
26 27