6
votes
AnkhSVN Cannot Connect Due to Proxy
You can also use TortoiseSVN for editting the proxy settings.
TortoiseSVN saves the settings in the registry in the common location that all Subversion clients (by default) use.
…
19
votes
Which would you rather use: VisualSVN or AnkhSVN?
I'm one of the AnkhSVN developers, so I shall not comment on which you should choose.
But why don't you try for yourself?
VisualSVN has a 30 days trial, and AnkhSVN is free.
AnkhSVN …
2
votes
Can you keep Visual Studio source control binding info out of .sln and .csproj files?
AnkhSVN 2.0 has two modes of operation.
Connected (recommended). This stores binding information in the .sln and optionally project files.
Disconnected. This does not store t …
5
votes
Source Control with Visual Studio: switch from VisualSVN to Ankh?
AnkhSVN works with any Subversion server and VisualSVN Server is one of the easiest to configure servers for Windows.
If you need to share projects and solutions between VisualSVN and AnkhS …
2
votes
How do I do “svn st” in AnkhSVN for Visual Studio? -no text-
The next release of AnkhSVN will enable the 'Recent Changes' tab in the pending changes window. This allows the equivalent of 'svn st -u' (It shows outgoing and incoming changes).
We are st …
6
votes
How can I change the repository url using AnkhSVN 2.x
In the daily builds of AnkhSVN (and since March 2009 the stable version) the Switch command will handle this case for you.
AnkhSVN will detect that the repository root doesn't match and th …
1
vote
Control non-solution files with AnkhSVN
In many project types you can add files marked as 'content' or 'none' in the properties grid
These files won't be part of the build of your project, but these files are part of the solution …
4
votes
AnkhSVN - keep local copy and get latest version
[Unrelated: Please remove your e-mail address from your question if you don't want to receive spam.. you can be notified on updates via RSS and mail via your profile settings].
The 'folders …
1
vote
Which would you rather use: VisualSVN or AnkhSVN?
See also:
http://stackoverflow.com/questions/423687/which-plugin-do-you-use-for-using- …
1
vote
Why doesn’t property have effect in ankhsvn?
AnkhSVN doesn't have an issues column yet. We are working on that, but we can only implement a limited number of features at a time.
I'll update this answer when we have this feature implem …
2
votes
AnkhSVN ignore pattern
Visual Studio Project implementations provide a list of files that should be added to source control as part of their SCC support. AnkhSVN 2.0 captures this list (and registers to several events to …
1
vote
How do we keep track of our working copy’s branch?
In AnkhSVN (in Visual Studio) the project url of your working copy is from is displayed in the 'Working on' field of the Pending Changes Window (View->Pending Changes).
The url of a file/fo …
0
votes
How do you continue working off an old revision in subversion when you forgot to make a new branch
Not sure if it answers your question but you can just create a branch based on that old revision.
With AnkhSVN the easiest way to do that is:
Right click on the solution
…
3
votes
What source/version control to use for home?
We use svnsync in a cron job to replicate the repositories between separate locations. (And we use a normal backup on the primary site).
…
2
votes
subversion ankhsvn files disapear from solution explorer
This issue is also reported by TFS users (See google), so it is most likely a Visual Studio bug. It would be nice if somebody found out a way to reproduce this issue. That would finally enable Micr …
