ankhsvn

AnkhSVN, mysisgit and Pageant

I have recently installed msysgit on my machine (its running Windows 7) to use Git for some projects. A lot of my projects are under SVN, in which I use AnkhSVN in Visual Studio 2008 to commit etc. Since I have installed msysgit everytime I try to commit, update etc inside Visual Studio, the program C:\msysgit\bin\ssh.exe loads up, ask...

Do I want to mark my Visual Studio project as managed by Subversion?

I'm using AnkhSVN with Visual Studio 2008. When I add a new project to SVN, I am asked the following: Would you like to mark 'My Project' as managed by Subversion? The answer is so obviously yes - why would I add the project to SVN if I didn't want it to be managed by SVN - that I figure there must be some other meaning to the que...

Can a single solution hold projects from multiple repositories?

I've begun setting up SVN repositories to store my code, and am wondering if a single Visual Studio solution can have projects from multiple repositories. I have a shared library with different helper functions, generic custom controls, etc, that are used by multiple projects, and hosted in its own repository. Then I have my project repo...

Where are AnkhSVN CA certificates stored?

My Subversion repository is available over HTTPS. I've got a self-signed CA root certificate, and the server uses a certificate signed with that. The CA root certificate is stored in Trusted Root Certification Authorities, which means that (for example) Internet Explorer recognises it. AnkhSVN, on the other hand, reports "There are som...

Configuring subversion for visual studio

I have Visual studio 2008 running on windows-7(x86). I have installed subversion (server+client), tortoise svn and ankhsvn on my system. I could add my solution to subversion's repository using the url: File://c:/svn_repository/ But when I try "svn://localhost" I do not see any repository on my system. My friend who is on the same LAN ...

ankhsvn: access repository ith username, password

From visual studio, I can see the repository on another system using the url: svn://(ipaddress)/ But I am not able to write to the repository from my system. How can I access the repository with permissions from visual studio - ankhsvn (using Harry/Sally/custom_created username and password)? The error I see now is: "You failed to autho...

AnkhSVN: How to fix error - "You failed to authorize against the remote repository."?

I've been using VS2010 and I want to use some type of source control. I installed Subversion and AnkhSVN. I was able to commit my solution to the SVN and I'm able to retrieve it. Now I would like to password protect the repository. I edited the configuration files and everything appears to be protected the way I would like. I've tes...

AnkhSvn not updating project in visual Studio

Hi There, I recently installed AnkhSvn for VisualStudio in my laptop. It was fine initially, but I did not want to commit the files in bin directory and images in css directory so I added "Ignore and delete" to those folders (since i dint have a dedicated "ignore") command in the menu. After that, I tried to remove that property an ...

ankhsvn changelist

Hi, I am just wondering what is the purpose of the changelist and is there a way to revert file in a changelist in ankhsvn? thanks ...

"switch to" history is not working in ankhsvn

I'm using Visual Studio 2010 and AnkhSvn. There's a panel called PendingChanges (it's main panel). I use it to switch to different branches. There is a combo-box with path to current branch and "Other..." entry. I think when I switch to different branch it supposed to remember path to previously loaded branch so I can quickly switch back...

DevelopmentServerPort merge conflict

I have a team of people working on a Visual Studio (C#) project, and we keep running into this problem where there is a merge conflict in the project file on the DevelopmentServerPort. Apparently the DevelopmentServerPort is saved in the project file, rather than in user settings. Is there any way to solve this, other than forcing it...

Assistance with adding files to source control

Hi all, I have set up a server to handle my source control with Visual Svn Server. I have created a repository with the normal folder layout of trunk, tags, branches. All good so far. On my local pc I have replicated the folder structure of trunk, tags and branches. Within the trunk and branches folders I have a Visual Studio solution ...

Possible to use AnkhSVN with Codeplex ?

Hello everyone In codeplex.com, they support some of svn clients but i want to use AnkhSVN if it possible there. Is it possible ? ...

Can You Use AnkhSVN and TortoiseSVN at the Same Time?

When I attempt to use the above two tools together with Visual Studio 2010, after I open visual studio the tab "Pending Changes" contains the text "Team Foundation Server is not your current Source Control plug-in. Click here to set the current Source Control plug-in." When I click on this message, it opens the Options dialog that show...

Versioning a VS project with Ankhsvn

I am using Ankhsvn for a solo project. I would like to version this project and add a little log tag to specify release notes. Is this possible? I believe this is the tag feature, but it requests a folder to use which doesn't exist on my system (ie not the repository folder). ...

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 I thought this was the main point of source control, to prevent lost data from these conflicts). I've been told this rarely happens and c...

how to start two instances of pageant from putty

Hey I'm having the same issue as John from this post http://stackoverflow.com/questions/935057/how-to-make-ankhsvn-remember-my-svn-ssh-password/3464910#3464910 but I can't start two instances of pageant, someone please help me. Thanks. ...

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 <<<<<<< .r1276 at the end. This results in unbuildable projects: <<<<<<< .mine using System; using System.Data; namespace MyNamespace { class Xyz //... a lot mo...

AnkhSVN Glyphs on folders

Hi, I have recently switched to the latest version of AnkhSVN for VS2008. Everything is working fine except I couldn't work out how to make glyphs appear on folders. Files indicate their status just fine but folders do not indicate whether their content has changed or not. I found this FAQ entry explaining that glyphs do not work on nor...

Error committing Trunk after merging Branch back in. How to resolve?

I'm getting the following subversion error: Subversion does not allow to commit this combination of files and directories at once. Directory deletes must be recursive and this would commit other files: Deleted directory: D:\mm32.net\Trunk\MyApp.Web\App_Themes\Factsheet_print\Images\Risk Directory to commit: D:\mm32.net\Trun...