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
3
votes
0 answers

Resharper and VisualSvn shortcuts

I've got an issue with VisualSvn shortcuts after instalation of resharper and choosing default reshaper key shortcuts scheme. It seems like resharper overrides all shortcuts and those that are not in scheme leaves blank. This includes VisualSvn…
CodeDog
  • 613
  • 1
  • 6
  • 19
3
votes
1 answer

Static library dependency + VS2010 + SVN

this is a doubt about solution organization in Visual Studio using SVN. To simplify, let's suppose I have a static library called Util.lib, compiled in a VS2010 project. I have also a static library called Capture.lib , compiled in VS2010, that…
user1862876
  • 171
  • 2
  • 9
3
votes
2 answers

Tutorial to install subversion on windows that uses a nas drive as file repository

We all have Windows machines but store all our files on a NAS drive, so we don't really have a server, but want to use some kind of version control. Can anyone recommend a version control software to use and a simple tutorial on how to install and…
andrew slaughter
  • 1,069
  • 5
  • 19
  • 34
3
votes
3 answers

TortoiseSVN patch file is incorrectly applied

I'm trying to use SVN patch files to remove authentication from a web API while I'm developing. The patch file to remove authentication works fine and looks like this: Index:…
David
  • 15,750
  • 22
  • 90
  • 150
3
votes
4 answers

How do I make SVN commit before each time I publish on VS 2010

I'm running Visual Studio 2010, VisualSVN and TortoiseSVN. Each time I use webdeploy to deploy the website, I'd like it to commit all of my files to SVN. What's the best way to accomplish this?
Kyle
  • 1,172
  • 1
  • 8
  • 23
2
votes
1 answer

visual studio - how to show svn annotations?

How can I check at which revesion certain line of code was introduced? Ideally I want to have something like that: eclipse annotations
Oleg Vazhnev
  • 23,239
  • 54
  • 171
  • 305
2
votes
2 answers

VisualSVN Server responds to all https requests on our server - how to disable?

We are hosing several sites on this one Windows 2008 server through IIS7, which also has Visual SVN installed. Going to https://[any site on the server] brings up the SubVersion Repositories login page. What is causing this, and how can I fix…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
2
votes
2 answers

how to know at which revision certain line was introduced?

At Eclipse there is usefull option "Show annotations". Using it I can find at which revision each line of file is created. How to do the same using visualsvn?
Oleg Vazhnev
  • 23,239
  • 54
  • 171
  • 305
2
votes
5 answers

what is the best way to back up an SVN server for all the code and content?

is there a good way to back up all the code and content on an SVN server? because if that hard drive dies, then all work can be lost. i think if we use multiple computers to SVN Update to it regularly, the most of the files are present on those…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
2
votes
3 answers

VisualSVN - TortoiseSVN - No files were changed or added since the last commit

I am using VisualSVN and Visual Studio 2010 and have recently installed the latest TortoiseSVN (TortoiseSVN 1.7.1, Build 22161 - 64 Bit , 2011/10/21 22:51:59). I tried to commit my changes but get: No files were changed or added since the last…
cs0815
  • 16,751
  • 45
  • 136
  • 299
2
votes
1 answer

Recommended file setup for VisualSVN and Web Deployment Projects

Our ASP.NET web shop is starting to move from VisualSourceSafe to Subversion (VisualSVN/TortoiseSVN). Subversion needs to have all files residing in a single directory tree. This is simple when using a Web Application Projects - everything lives in…
Herb Caudill
  • 50,043
  • 39
  • 124
  • 173
2
votes
3 answers

SVN and renaming the server it's running on

I'm running VisualSVN as my SVN server and using TortoiseSVN as the client. I've just renamed the server from mach1 to mach2 and now can't use SVN because it's looking for the repositories at http://mach1:81/ instead of the new name…
Guy
  • 65,082
  • 97
  • 254
  • 325
2
votes
2 answers

TortoiseSVN hangs when using a post-commit hook

TortoiseSVN hangs (freezes) on "Sending content" when I use a post-commit hook on my VisualSVN repository. The following is the hook: cd C:\Sysinternals\ PsExec \\\OtherComputer TortoiseProc /command:update /path:"C:\MyPath\" /closeonend:4 The…
Chris
  • 21
  • 1
2
votes
1 answer

Visual SVN Specify URL with new port

Our SVN server was initially setup to run on port 443, we had to change it to run on port 8443 because it was causing conflicts with IIS. My question is how do I change the repository URL of all my projects to point to the new address?
Ryan Sampson
  • 6,717
  • 12
  • 47
  • 55
2
votes
6 answers

Setting up Visual SVN for real world use

I have just setup VisualSVN on my local machine and on our server that hosts our websites. I used the standard default settings when installing the software but I'm a bit confused how to use this with our setup. I have tested the installation and…
Richard Reddy
  • 2,120
  • 3
  • 25
  • 39