Questions tagged [visualsvn]

VisualSVN is a Subversion integration package for Visual Studio.

VisualSVN is a Visual Studio version control plug-in. VisualSVN seamlessly integrates the Subversion version control system into the Visual Studio IDE and provides unique source control features to enhance software development productivity.

VisualSVN tracks all file operations you perform in Visual Studio and properly reflects them to Subversion. You can code, design, debug and deploy with VisualSVN as your silent partner that safeguards your source code without being distracted to external client applications.

VisualSVN plug-in supports all Visual Studio versions starting with VS2005 and including the latest VS2017:

  • Visual Studio 2017 (all editions)
  • Visual Studio 2015 (all editions except Express)
  • Visual Studio 2013 (all editions except Express)
  • Visual Studio 2012 (all editions except Express)
  • Visual Studio 2010 (all editions except Express)
  • Visual Studio 2008 (all editions except Express)
  • Visual Studio 2005 (all editions except Express)

References

FAQ

453 questions
8
votes
4 answers

Import dumped SVN repo into VisualSVN Server

I have dumped my repository on my old computer to a file with the command. svnadmin dump C:\myrepo/ > mydumpfile Now I decided to use VisualSVN Server on my new computer as opposed to just a baseline subversion. How do I import my repository into…
James Van Boxtel
  • 2,365
  • 4
  • 22
  • 33
8
votes
2 answers

VisualSVN Server self-signed certificate

I'm reading VisualSVN doc online and one of them is like this: It's also possible to export a self-signed certificate from VisualSVN Server and save this certificate in the trusted certificates list on all client computers. But cannot find more…
5YrsLaterDBA
  • 33,370
  • 43
  • 136
  • 210
8
votes
2 answers

EnvVar SVN_REVISION and SVN_URL not set

The environment variables %SVN_REVISION% and %SVN_URL% aren't set when I use a SVN repository running on a Visual SVN server. All other SVN interactions work fine, e.g. checkout and change detection. Running the job with another SVN server works…
Sascha Vetter
  • 2,466
  • 1
  • 19
  • 36
8
votes
4 answers

How to backup and restore all the source code in svn?

Right now I am using Windows XP. If i just copy the whole repository folder in visual SVN, once the server is down, how can i restore it via the backuped repository folder? another better solution to backup and restore in visual svn ? by the way,…
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
8
votes
1 answer

Upgrading a VERY old SVN Repository

We currently have an SVN Server, using VisualSVN Server as our front-end server, and most clients are running both VisualSVN Visual Studio extension and TortoiseSVN. The current repository we have is going back a while... it was created, by my…
TiernanO
  • 1,597
  • 14
  • 31
7
votes
2 answers

One repository per project or many projects in a repository?

I have just started using visualsvn (SVN in general, rather) coming from TFS 2010 etc. With repositories, should these be used per project or could I check in a number of projects into a repository? Thanks
GurdeepS
  • 65,107
  • 109
  • 251
  • 387
7
votes
5 answers

Easy-to-use svn-client alternatives for Visual Studio?

Our dev team uses VS.NET for app development and TortoiseSVN/VisualSVN for version control. It seems that almost every day issues arise with the working copy or the repository getting screwed up, and folks just throw up their hands and call me when…
nw.
  • 2,206
  • 5
  • 30
  • 40
7
votes
2 answers

VisualSVN How to roll back the revision number?

The company I work in has suffered a major server failure. During this failure the SVN Repository was lost. But there is still hope ! We have an old backup of the repository which I've managed to successfully restore using VisualSVN. The problem I'm…
Ita
  • 1,282
  • 1
  • 15
  • 21
7
votes
5 answers

svn - file in working copy seems "lost"

I just managed to get into a weird situation with svn. One of my files seems 'lost' as far as the working copy is concerned. When I look on the server or do a fresh checkout of the containing folder in another location, the file is there, but in…
jeroenh
  • 26,362
  • 10
  • 73
  • 104
7
votes
3 answers

Display a folder in visual studio

I have a folder with a group of 3rd dlls that I want to show up in Visual Studio. The reason being that I am using VisualSvn and I want to be able to see when these have been updated from within visual studio.
Xander
  • 9,069
  • 14
  • 70
  • 129
7
votes
2 answers

VisualSVN and class libraries not in the working copy root

We're making the switch from SourceGear Vault to TortoiseSVN with VisualSVN for Visual Studio integration - absolutely love it. However, there are multiple class libraries that we reference in multiple different applications that aren't a part of…
Ted
  • 7,122
  • 9
  • 50
  • 76
7
votes
9 answers

How to add SVN to Visual Studio 2012?

I was using Visual Studio 2010 previously, with visual SVN as the source control. Now that I've upgraded to Visual Studio 2012, I'm facing problem of adding SVN as the source control (to VS 2012). By default only Team Foundation is there. Any help…
6
votes
3 answers

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…
KevDog
  • 5,763
  • 9
  • 42
  • 73
6
votes
1 answer

SVN Rename Folder in branch, Conflict

I have a branch in which a folder was renamed. Now i'm trying to merge changes from trunk to this branch, but the files modified in the trunk are still under the original folder name, so svn throws a tree conflict. How can i resolve this? The folder…
ace
  • 2,141
  • 7
  • 29
  • 39
6
votes
3 answers

When creating a WCF project in VS2010, I get "Error : WcfProject.csproj cannot be opened. The project type is not supported by this installation"

hey there. So, we have a VS2010 project and the VisualSVN server on one machine. We added a new machine with the client visual svn and the projected loaded in. except for the WCF service. i'm getting a... " error : the project file…
dave k
  • 1,329
  • 4
  • 22
  • 44
1 2
3
30 31