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

443 questions
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
  • 29,380
  • 38
  • 121
  • 200
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,243
  • 1
  • 17
  • 35
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
  • 58,809
  • 95
  • 236
  • 371
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,156
  • 4
  • 27
  • 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,222
  • 1
  • 14
  • 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
  • 24,301
  • 9
  • 67
  • 99
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
  • 6,898
  • 8
  • 45
  • 73
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,615
  • 8
  • 40
  • 69
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,081
  • 6
  • 29
  • 38
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,219
  • 4
  • 20
  • 41
6
votes
1 answer

getting new file added to subversion without updating whole folder

What I want to do is be able to add a file to my folder which is under Subversion source control in my local computer and then commit it. no problem up to here. On the server I want to get the new file using Subversion but without having to do an…
adinas
  • 3,453
  • 3
  • 29
  • 39
6
votes
2 answers

Changing svn repository url in externals property

I'm moving my repository to a new location, but I have folders with the (same) repository URL hard-coded in the externals properties. e.g: old URL: https://OldLocation.Domain/svn/ new URL: https://NewLocation.Domain/svn/ How can I change the old…
Meidan Alon
  • 2,978
  • 6
  • 39
  • 62
6
votes
2 answers

How to backup & restore SVN repository?

I have a Subversion repository configured in the windows server, having 2000 more revisions. I would like to move it from Windows to Linux, so I want to backup all the revisions & restore to the new svn configuration under linux. How do I do that ?
coderex
  • 24,487
  • 43
  • 111
  • 167
6
votes
1 answer

Can't switch to trunk

I'm just getting started with SVN using the tools mentioned above, as for normal updating and committing I didn't have any problems, my problem is now when I'm trying to update my trunk with my branch changes. First off, I started using the…
MikaelMadrid
  • 93
  • 1
  • 10
1 2
3
29 30