ankhsvn

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 want to change our repository just to try this out. Also not sure if this feature alone ...

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 seem to find a way in AnkhSVN to configure the proxy and doesn't seem to be detecting the Internet Explorer proxy configuration. Is there an...

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 with AnkhSVN? I really miss having an IDE integrated source control tool. ...

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. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch. ...

Which would you rather use: VisualSVN or AnkhSVN?

Which is easier to use in a team environment? Which is less buggy? Which do you think is "better" and why? ...

Can you keep Visual Studio source control binding info out of .sln and .csproj files?

My Visual Studio 2005 is storing the info about which projects and solutions go with which source control repositories in the .sln and .csproj files. Is it possible to make it store that binding information in some external file instead? The reason I wish the info were stored outside the solution/project files is to facilitate experimen...

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, I can't get it to connect to the repository on the VisualSVN server. Is there anything special I need to do to get ankhSVN to talk to the...

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 it for the development of our main application. I've heard good things about the new versi...

How do I do "svn st" in AnkhSVN for Visual Studio? -no text-

The title says it all. Just installed AnkhSVN and I see the equivalent of "svn up" but I'd prefer to run "svn st" first so that I don't just blindly update. Thanks! ...

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 SVN, which seems great but is not free. Is anyone using it? AnkhSVN, which is free but I've heard it's a bit buggy. Is anyone using it? are...

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 to https://svnserver:6002/svn/foo/foo/trunk/ I'm using the "Switch To" tool to select a new URL 'available on the right hand of the url ba...

Control non-solution files with AnkhSVN

Our project has one folder that is not part of the solution. How can I get AnkhSVN to recognise and manage this file together with the solution files? I can' add it as a directory under the solution, as that structure is beyond my control. ...

AnkhSVN - keep local copy and get latest version

Hello All, I m new to use ankhSVN and having issues. I have created some new files which are not commited. It was required that i need to get latest version. I right clicked the folder and selected update. I didnt get the latest version and also my files were not present. It had a question mark icon towards the left. Ideally i want to kn...

Why doesn't property have effect in ankhsvn?

I'm using Ankhsvn v2.0.6347.433 with VS.NET 2008. It all works fine. I've imported an .svnprops file from TotioseSVN. This is done in Windows Explorer by right clicking the root svn folder, selecting the Subversion tab, properties, and import. The import file filter starts off with svnprops. After importing, the commit dialogue now ...

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 seem to resolve the problem. My question is kind of two fold, is there a resolution to thi...

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. How do I prevent these files from being included in the checkout? Thanks in advance. ...

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. ...

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 committed to the trunk. We're using CI (TeamCity), so I recognized the problem right away and...

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 http://subversion.tigris.org/faq.html#working-copy-format-change which talks about using a 1.4.4 subversion client on a subversion 1.5 formated checkout. Ankhsvn's home pag...

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? ...