Tagged Questions
AnkhSVN is a Subversion Source Control Provider for Microsoft Visual Studio
41
votes
9answers
15k views
AnkhSVN versus VisualSVN
I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN?
AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. ...
35
votes
18answers
14k views
Which would you rather use: VisualSVN or AnkhSVN? [closed]
Which is easier to use in a team environment?
Which is less buggy?
Which do you think is "better" and why?
22
votes
13answers
9k views
Which plugin do you use for SVN in Visual Studio?
I'm considering using SVN for my .net projects, and I'd like to know what plugins are available for integrating the source control capabilities directly into the IDE.
I already know about :
Visual ...
18
votes
13answers
5k views
Is AnkhSVN any good?
I asked a couple of coworkers about AnkhSVN and neither one of them was happy with it. One of them went as far as saying that AnkhSVN has messed up his devenv several times.
What's your experience ...
17
votes
10answers
707 views
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 ...
13
votes
3answers
1k views
Add NuGet Packages Folder to Solution File?
Nuget puts the package in my root folder(in my case my trunk folder). I am wondering is there a way to let VS 2010 know about this folder? I am using ankh svn to do my commuting so it would be really ...
11
votes
5answers
3k views
AnkhSVN vs VisualSVN
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 bit of research I found AnkhSVN and VisualSVN, the 2 that seemed ...
10
votes
3answers
1k views
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 ...
8
votes
7answers
326 views
What source/version control to use for home?
I used to use svn, and I had AnkhSVN setup in visual studio. I ended up migrating the svn server from a linux box to a windows box about 4 years ago. I didn't have a good backup / restore process on ...
8
votes
4answers
5k views
How to get out of subversion source control in visual studio?
I have a solution that is source controlled with Subversion and AnkhSVN in Visual Studio 2008, but I would like to remove source control from it, how do I do that?
8
votes
9answers
5k views
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 ...
8
votes
6answers
4k views
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 VisaulSVN server - pretty easy.
Installed Tortiosesvn - pretty easy - both work together.
Installed ankhSVN, ...
8
votes
4answers
844 views
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 ...
7
votes
7answers
616 views
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 ...
6
votes
1answer
2k views
Ankhsvn not integrated to Visual Studio 2010
I have a website project that has been subversioned already. I have installed ankhsvn but when I open the website project in Visual Studio 2010 it doesn't show the version control icons in the ...
6
votes
4answers
642 views
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 ...
6
votes
5answers
5k views
SVN keeps corrupting files with “<<<<<<< .mine”, how to fix?
I've got a Visual Studio C# project which is under version control (SVN).
I've always commited and updated the project without any problems. But a couple of hours ago Visual Studio throws the ...
6
votes
4answers
837 views
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 ...
6
votes
3answers
1k views
AnkhSVN Cannot Connect Due to Proxy
Alright, this might be a bit of a long shot, but I have having problems getting AnkhSVN to connect from Visual Studio 2005 to an external SVN server. There is a network proxy in the way, but I can't ...
5
votes
2answers
1k views
AnkhSVN: moving a project to another repo
My task is to move this VS solution and projects to another SVN server. I'm working with Visual Studio 2010 RC1 and AnkhSVN 2.1.7819....
Currently the files are all bound to a repo at ...
5
votes
4answers
874 views
Can I update a branch from the trunk without performing a merge?
I probably just haven't thought this through, or perhaps I'm simply unaware of an already existing option in Subversion (I'm certainly no expert).
I'm just wondering, if I've created a branch to ...
5
votes
11answers
593 views
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. ...
4
votes
2answers
136 views
SVN messes with my files with jibberish data, why?
Sometimes, I find myself in a situation where valid files are made invalid by doubling the contents, placing ======= in the middle, <<<<<<< .mine at the beginning and ...
4
votes
2answers
775 views
How can I speed up Subversion checkins? (Using ANKH, latest, Visual Studio 2010)
I've started working on a new web project with some friends... we are using the latest Subversion server (installed last week), the latest version of ANKH.
My web project is a whapping 1.5 megabytes ...
4
votes
3answers
605 views
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 ...
4
votes
1answer
398 views
When you move files around in Visual Studio will Ankh SVN turn that into a SVN move?
I would like to move some files around in Visual Studio. But I see Ankh is treating that as new files and delete in the changes list. Is the equivalent to SVN move? I don't want to loose the history ...
4
votes
2answers
643 views
Google Code SVN Usage Advice
We have been using Google Code SVN to store a school project. As we were experimenting with different ideas, we created new Visual Studio Projects and stored them there. Now we want to merge all the ...
4
votes
2answers
710 views
Change Ankhsvn diff behavior
I want to have the diff results window show in the task bar, instead of being a floating visual studio dialog item. Can I do this?
4
votes
4answers
3k views
How to make AnkhSVN remember my SVN + SSH password?
I want AnkhSVN to remember my SVN + SSH password. Until now I have to type it multiple times per operation. A previous topic discussed 2 solutions
1) Replace the default ssh client by renaming ...
4
votes
3answers
733 views
Can You Use AnkhSVN and VisualSVN at the Same Time?
I'd like to try out a feature of AnkhSVN (namely, integration with Red Gate SQL Changeset tool) without doing an complete uninstall of VisualSVN. It feels dodgy, so I wanted to see if anyone else had ...
4
votes
2answers
553 views
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 ...
4
votes
4answers
4k views
Ankhsvn Error: Client too old to work with working copy
I am using Ankhsvn 2.0.6347.433 with Visual Studio 2005 and it's reporting that Ankhsvn's subversion client is too old for the working copy. The given error links to ...
4
votes
1answer
907 views
AnkhSVN ignore pattern
How does AnkhSVN keep non-versioned files out of SVN? I checked the global ignore pattern and the svn:ignore property but found nothing there.
4
votes
4answers
4k views
Subversion auto-props woes
This is driving me nuts so any advice from fellow users would be welcome. I am using Subversion, with a copy of VisualSVN 1.6.1 installed on a Windows server. On my PC I am using a combination of ...
3
votes
1answer
74 views
Does Resharper 5.1 Refactor (Refactor->Move) Correctly Notify AnkhSVN/maintain SVN history?
My dev environment is Visual Studio 2010, with Resharper 5.1.3000.12 and AnkhSVN 2.1.10129.17 installed.
It's my understanding that Resharper should notify AnkhSVN (or VisualSVN, etc) when a ...
3
votes
3answers
485 views
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 ...
3
votes
1answer
407 views
Visual Studio - AnkhSvn, TortoiseSVN, Pageant
I am using Visual Studio 2010 with AnkhSvn for Visual Studio work and TortoiseSVN for other legacy projects on the same machine.
I connect to the SVN server using SSH keys held in PageAnt, to ...
3
votes
1answer
399 views
How do you exclude .svn directories from search in Visual Studio?
I have to "look in:" a subfolder of the project because the entire project is very large and takes too long to search through.
I also have AnkhSVN installed and wonder if a setting in the plugin ...
3
votes
5answers
129 views
Commit in SVN without letting other to checkout - is it possible?
I am using SVN as my source control with ANKH and TortoiseSVN. I am writing a huge change in a project, and it takes a few days to make the change, but in the meantime I still want to commit once in a ...
3
votes
2answers
161 views
3
votes
2answers
302 views
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 ...
3
votes
2answers
258 views
What should I actually *do* in AnkhSVN when two people edit the same file under SVN
Our code is in SVN. We develop using Visual Studio and the AnkhSVN plugin.
Having used VSS before SVN I was used to the idea of locking files so other users know not to edit it while you are (in fact ...
3
votes
2answers
2k views
Can AnkhSVN be installed on an Express edition of Visual Studio?
Can AnkhSVN be installed on an Express edition of Visual Studio?
3
votes
3answers
4k views
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 ...
3
votes
1answer
863 views
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 ...
3
votes
4answers
871 views
AnkhSVN and/or TortoiseSVN - what's the recommended way to change directory structures?
I'm a fairly new user of Ankh and Tortoise. Currently ramping up on a VS2008 application suite that will have multiple .exe files, but with a lot of common code.
Currently, we're sharing code ...
3
votes
3answers
503 views
How do you continue working off an old revision in subversion when you forgot to make a new branch
duplicate: How do I roll back all or part of a commit to svn?
I've set up an account at http://www.projectlocker.com/ for one of my projects. I'm the only person working on it but I figured having ...
3
votes
4answers
750 views
How do you stop SVN Checkout from bringing back files that were deleted from the project?
We are new to the subversion, tortoisesvn, ankhsvn stack. While in Studio 2008 we have deleted files from our project problem is when we do an svn checkout in our CI build we get the deleted files. ...
3
votes
4answers
5k views
How can I change the repository url using AnkhSVN 2.x
I'm connecting to my Subersion server (VisualSVN server 1.6.3) using Ankh v2.0.5250.202 on VS 2008
The current url for my repository is https://svnserver:8443/svn/foo/foo/trunk/ and I want to switch ...
2
votes
1answer
73 views
configuring kdiff3 to work with ankhsvn
I just wondered if anyone had any experiencing configuring AnkhSVN to use kdiff3 as it's merge tool.
I know it can be changed in Visual Studio 2010 at Tools -> Options Subversion User Tools but I'm ...