ankhsvn

Subversion: Tortoise+AnkhSVN

Open Ankh seems to be using Subversion 1.6.2 and Tortoise uses Subversion 1.6.0. After creating a repository with Tortoise I could not get ankh to see it. After downloading subversion and doing svn admin -create --pre-1.6-compatible z:\......\etc.. now ankh can see it. This is my first time using version control, and maybe I don't nee...

How do I create a commit comment template for ankhsvn?

I'm using AnkhSVN with Visual Studio 2008. I'm looking for a way to setup a default template for every commit comment. Is there a way to configure this? ...

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

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 experience that would either alleviate or confirm my fears. Update So I tried uninstalling VisualSVN and dropping in Ankh. As far as worki...

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 plinkw.exe to ssh.exe and moving it to one of the folders AnkhSVN searches for SSH client. 2) Replace the default ssh client in the configuratio...

AnkhSVN - Latest Version

What do you guys think of the new Ankh SVN /w Tortoise SVN? This is my first time using source control and all I used it for was the very basics. It worked well... At first... Somewhere along the way everything got really screwed up and I had to uninstall it. It seems like you have to use it a certain way or everything will screw up.....


 appearing in web.config file

I'm seeing a lot of weird escaped characters typically in my web.config appearing. Has anyone ever seen them? what causes them? and is it safe to leave in the web.config? ...

Disabling the constant upgrade messages from subversion clients...

Most everything about the subversion eco-system makes me happy; however the reminders to upgrade to newer versions of the tools gets annoying. Is there any way to turn these off if I am rolling the client to hundreds of workstations? I know I can dismiss the dialog box and tell it not to remind me but I want to never show the dialog bo...

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 version tracking would still be useful, and it's a good learning experience. I've setup the standard folder structural with /trunk/, /branch...

Sudden changes to Visual Studio

Hi there, I've have been using Visual Studio 2005, alongside Visual Web Developer 2008 to create asp.net web-apps in vb. I recently installed Visual Studio 2008 alongside these, along with AnkhSVN - and have noticed a few changes which are causing issues! The most noticable is that in my solution explorer (I'm creating asp.net apps i...

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 professional project (I'll be the only one committing) and I'd like to take this opportu...

AnkhSVN not Recognizing my Solution as being in Source Control

I did not go the route of using the ankhSVN context menu in VS to add my solution to SVN. I went the route (because I prefer to and like how tortoise does this) of using Tortoise to add my folder/project to SVN for the first time. Then when I opened that solution, VS opens but ankhSVN still did not flag my files or recognize a connecti...

Ankhsvn package load failure

I have tried using Ankhsvn with VS 2008, and I am getting a Package Load Failure. Any body got any ideas, how to find out what is causing the problem. Is there a log file that I can analyse? Thanks ...

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 most dominant. (I am aware of TortoiseSVN and will use the plugin in conjunction with it). I am aware that this has been asked before, but t...

Delete files non-project files from SVN in Visual Studio

Hi, I am using AnkhSVN in Visual Studio. How can I delete all files from SVN as I delete them from Visual Studio (files ARE NOT included in projects). Ideally I would like to do: Press "Show All Files" In Visual Studio (shows the files not included in projects). Delete selected files (the ones not included in projects) from VS...

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 that machine, and I'm afraid I lost most of the histories of stuff I've worked on at home when that hard drive died (I know... I know... I...

AnkhSVN shelves

I just setup AnkhSVN after having used TFS till now What in AnkhSVN is the equivalent of shelves that I would create/use in TFS? ...

subversion ankhsvn files disapear from solution explorer

Im using Visual studio 2008. Every once in a while files that exist in the root of couple of my class libraries disapear from the solution explorer on visual studio. Files exist on subversion. I could not understand the reason of this and it just happened again.. Any one has experienced this problem also? ...

How to move a subproject to a new folder in Visual Studio 2008 without breaking (ankhsvn) subversion revision history?

I have a c# solution with a bunch of projects. One of them resides in a folder that does not match the project name (for reasons I can't know since the guy who did it left before I arrived). My beloved ReSharper plugin goes all grumpy on me and draws blue swiggly lines under the namespace declarations and groans: "Namespace does not corr...

Adding images to SubVersion through Visual Studio using AnkhSVN - issues?

Hi, For the most part, AnkhSVN is working well with VS2008. The only issue I'm seeing is when an image is added from one dev, it is not added to any other machines when the SubVersion Update to Latest Version is executed. The log file shows that the image was in fact added and submitted to SVN, but no file is downloaded added locally....