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 …
0
votes
Structure of projects in version control - .NET specific
For bigger projects we usually use this format here:
/Project
/trunk
/lib/ # Binary imports here (not in svn)
/src # Solution file here …
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 …
1
vote
Different team members on Visual Studio 2005 and 2008
For C#: Projects initialy created in Visual Studio 2008 can't be opened in 2005 until you change a few lines at the bottom of the project file.
Visual C++ projects are incompatible, but it …
1
vote
Any recommended VC++ settings for better PDB analysis on release builds
If your build directly from your sourcecode management system, you should annotate your pdb files with the file origins. This allows you to automatically fetch the exact source files while debuggin …
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 …
3
votes
Vsssc and Vssscc files - usefull for SVN?
The .vsssc and .vspscc files contain references to the visal sourcesafe server in which the solution/project was kept. Subversion doesn't need this information as this information (and more) is sto …
1
vote
VS 2008 Team System crash on opening solution
Another thing you could try is removing the .suo file of your solution. This files contains your personal settings and can get corrupted sometimes. It also contains which documents where open when …
1
vote
What is a solution folder in visual studio
You can use a solution folder to group files in a solution, but a solution folder doesn't represent an on disk folder, like its logo suggests. (It can contains file references and project reference …
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 …
4
votes
“SVN Blame” plugin for VisualStudio
The daily builds of AnkhSVN 2.0 have a completely new annotate (blame) implementation inspired by the TFS annotate feature.
…
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
votes
Why does C# designer-generated code (like Form1.designer.cs) play havoc with Subversion?
If you convert files from VSS to Subversion (with migrating history) you should make sure that your sourcefiles are not marked as binary.
Visual Sourcesafe was invented before UTF-8, and it …
2
votes
subversion structure questions
Reading your tags I see you started using VisualSVN instead of your old VSS system. (Your question says you stopped using Visual Studio.. which makes VisualSVN a strange choice).
One of the …
