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
20
votes
6 answers

What's the difference between Commit and Update?

I am new to version control, and am not sure of the differences between using Commit vs Update when using ankhsvn. What's the difference between a commit and update? When should I use one verses the other?
Louis Waweru
  • 3,572
  • 10
  • 38
  • 53
19
votes
3 answers

AnkhSVN settings menus not showing up in VS2012

I want to change the compare tool that AnkhSVN uses in VS2012 but the "Subversion Environment" and "Subversion User Tools" menus aren't showing up like they do in VS2010. Here's what I should see: But this is what I'm seeing in VS2012: This is…
Phred Menyhert
  • 2,420
  • 4
  • 19
  • 19
17
votes
10 answers

Basic SVN Usage

Preface Let me start off by saying that I'm a relatively new programmer and I have no prior experience with source control -- although after some reading, the concepts and general lingo are not alien to me. Background I'm about to start my first…
Sycorax
  • 173
  • 4
15
votes
5 answers

Subversion error when opening project in vs2012 ultimate

When I open the project, I am poping with an error message " Subversion detected a working copy that needs an explicit upgrade in 'some directory'. While this working copy is not upgraded all files in this working copy will appear as new. When a…
niru dyogi
  • 619
  • 5
  • 14
  • 37
14
votes
4 answers

I cannot see the .SVN folders anymore?

I recently upgraded my tortoise to version 1.7. It's been a while now I cannot see the .svn folders. I used to copy folders to replicate some code, enter the folder and delete the .svn of the copied version so that it considers the code as new. I…
DinoSaadeh
  • 791
  • 1
  • 6
  • 11
14
votes
1 answer

ankhsvn with Visual Studio 2015 Community

Has anyone had any success using the new Visual Studio Community 2015 with the AnkhSVN subversion client? All the components (VisualSVN server, TortoiseSVN, and AnkhSVN) are up to date and on the latest version, but attempting to access our…
Steve Mansfield
  • 271
  • 1
  • 3
  • 8
13
votes
3 answers

Why are all files in AnkhSVN solution marked as new after installing TortoiseSVN?

After installing TortoiseSVN 1.6.0, all files loaded into an AnkhSVN enabled Visual Studio 2008 project are marked as new (blue +). I have tried re-installing AnkhSVN 2.0.6347 and checkout the repository into a new "clean" folder. However neither…
Richard Slater
  • 6,313
  • 4
  • 53
  • 81
13
votes
1 answer

AnkhSvn doesn't add files to SVN

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…
ripper234
  • 222,824
  • 274
  • 634
  • 905
13
votes
4 answers

Resharper and TortoiseSVN

Is there any good way to deal with the class renaming refactor from Resharper when the file is under source control and TortoiseSVN is the client. I have am trying VisualSVN right now but I haven't had the need to rename anything recently. I don't…
Robin Robinson
  • 1,595
  • 1
  • 20
  • 24
12
votes
1 answer

How do I svn:ignore with AnkhSVN?

I understand Subversion/AnkhSVN very well at all! Any time I do anything outside of updating and committing, everything blows up in my face. These are my beliefs -- which must be incorrect, because I can't get Ankh to ignore anything. svn:ignore is…
HaterTot
  • 407
  • 8
  • 18
12
votes
4 answers

Changing folder names in Visual Studio when using SVN

I am using VS2008/VS2010 with Resharper 5, TortoiseSVN 1.6.8.19260-x64, and AnkhSVN 2.1.8420.8. Most operations I do in Visual Studio are reflected fine in SVN, however, renaming folders in a project can cause problems when I try to submit my…
Piers Myers
  • 10,611
  • 6
  • 46
  • 61
12
votes
7 answers

How to switch subversion repository in Visual Studio using AnkhSVN?

I've been developing a project locally and using a local svn server for versioning in visual studio. I now want to switch to xp-dev hosted versioning but cannot seem to get rid of the svn bindings on my solution? Is there an easy way to duplicate a…
Paulo
  • 198
  • 1
  • 1
  • 7
12
votes
4 answers

AnkhSVN - Renaming (changing its case) a file inside Visual Studio

When I try to rename the file Class1.cs to class1.cs inside VS and then try to commit the project via ankhSVN I get two errors: [...\Class1.cs] is already under version control. The commit processing can't commit [...\Class1.cs], because it is not…
user764754
  • 3,865
  • 2
  • 39
  • 55
12
votes
2 answers

AnhkSVN not showing up in VS2012 Web

I just installed AnkhSvn-2.4.11610 with the intent of using it with VS2012 Express for Web but it's not showing up in the Plug-In Selection drop-down-box. Does anyone know what might be wrong? Many thanks.
Adam Brown
  • 332
  • 3
  • 10
11
votes
6 answers

How Do you get AnkhSVN to work with VisualSVN Server?

I'm looking for the easiest free SVN implementation I can find. I downloaded and installed VisualSVN Server - pretty easy. Installed TortioseSVN - pretty easy - both work together. Installed AnkhSVN, I can't get it to connect to the repository on…
basementjack
  • 566
  • 1
  • 7
  • 19
1
2
3
26 27