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
14
votes
7 answers

ASP.NET Projects with Subversion (VisualSVN Client) - What files should I ignore?

I've just started using Subversion with ASP.NET web applications via the VisualSVN IDE plugin. There are a bunch of files which Visual Studio automatically generates so I don't want to version control these since they're not really part of the…
Craig Bovis
  • 2,720
  • 3
  • 26
  • 33
13
votes
5 answers

how to create local copy of remote svn repository?

I have remote svn repository. I want to check-out it (with history) and then use in Visual Studio as regular repository. After a while I will submit (commit changes) from local repository to remote repository (and also update files if any). So it…
Oleg Vazhnev
  • 23,239
  • 54
  • 171
  • 305
13
votes
7 answers

How can I prevent users from committing binaries into subversion?

I have a headstrong user who stubbornly insists on committing his binaries (executables, DLLs) into our subversion repositories. I'd go in and delete them, but of course nothing is ever really deleted from subversion. While there are times when we…
Tim Long
  • 13,508
  • 19
  • 79
  • 147
13
votes
5 answers

Visual SVN and Visual Studio 2010 Beta 2 won't play nice

I can't seem to get Visual SVN and Visual Studio Beta 2 to work together, anyone know of a workaround???
Hector Minaya
  • 1,695
  • 3
  • 25
  • 45
13
votes
4 answers

Resharper and TortoiseSVN

Is there any good way to deal with the class renaming refactor from Resharper when the file is under source control and TortoiseSVN is the client. I have am trying VisualSVN right now but I haven't had the need to rename anything recently. I don't…
Robin Robinson
  • 1,595
  • 1
  • 20
  • 24
13
votes
3 answers

Comparison of Subversion servers (VisualSVN, CollabNet, uberSVN, etc.)?

I am helping my business unit set up a Subversion server, and I'm evaluating some options like VisualSVN Server, CollabNet Subversion Edge, and uberSVN. I've tried the basic version of VisualSVN Server, and it seemed fairly decent. I also tried…
ThoughtProcess
  • 449
  • 1
  • 6
  • 21
12
votes
14 answers

Should we migrate from svn to Team Foundation Server 2010?

We are with 6 developer and currently use Visual Studio 2008 Professional with SVN and Visual SVN. As soon as vs2010 is released we will upgrade from vs2008 pro to vs2010 premium. However if Team Foundation Server has a proper source control…
RandomProgrammer
  • 1,570
  • 1
  • 14
  • 23
11
votes
1 answer

Import certificate into VisualSVN Server

Is it possible to import the valid certificate of the Windows Server, where VisualSVN is installed, into VisualSVN?
Elmex
  • 3,331
  • 7
  • 40
  • 64
9
votes
6 answers

SVN: Colleague checked in a folder into repository, but I can't Update my version to it

In showing a colleague how to use SVN yesterday, we created a test folder and file within our existing Visual Studio Solution. We'll call it "Test" folder with two files, "Test.ascx" and "Test.ascx.cs". We added it (or Visual SVN added it, 'cos it's…
Program.X
  • 7,250
  • 12
  • 49
  • 83
9
votes
8 answers

How do we keep track of our working copy's branch?

Are there any good techniques to help us know which branch (or trunk) our working copy is from? We recently converted to Subversion and we're using release branches. I had two developers commit changes to the release branch that should have been…
Jamie Ide
  • 48,427
  • 16
  • 81
  • 117
9
votes
6 answers

What is the underlying cause of an SVN checksum mismatch?

Almost every time I commit to SVN I keep getting a checksum mismatch error. I already know how to fix it (by checking out the folder and copying over the .svn folder after deleting the old one). What I want to know is what causes this as its…
Lodle
  • 31,277
  • 19
  • 64
  • 91
9
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
  • 4,150
  • 3
  • 37
  • 47
9
votes
9 answers

Source Control with Visual Studio: switch from VisualSVN to Ankh?

I am evaluating VisualSVN for me and a small team of developers. I set it up on the server (VisualSVN server) without problems and installed TortoiseSVN and VisualSVN in order to integrate it in Visual Studio 2008. So far, it works well and we use…
splattne
  • 102,760
  • 52
  • 202
  • 249
9
votes
7 answers

Are there any free alternatives to VisualSVN?

Are there any free alternatives to VisualSVN (a Visual Studio 2008 plugin for subversion control)? Visual Studio Express 2008 support would be great.
Alon Gubkin
  • 56,458
  • 54
  • 195
  • 288
8
votes
3 answers

Subversion (using VisualSVN/Tortoise) refuses to pull down new files

A problem has started occurring recently in which some new files added to the subversion repositories don't get pulled down to other clients after doing an Update. If I browse the repository with Tortoise I can see the file. I can then right click…
cbp
  • 25,252
  • 29
  • 125
  • 205
1
2
3
30 31