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
5
votes
2 answers

What plugin should I use to integrate TortoiseSVN into Visual Studio 2012 on Windows 8?

I have TortoiseSVN installed on my local machine just to improve my knowledge of subversion on some small personal projects. I downloaded and attempted to install VisualSVN to integrate TortoiseSVN into Visual Studio, but the VisualSVN installer…
user1077685
5
votes
2 answers

Commiting libraries added via NuGet

I have a Visual Studio project which I have committed to VisualSVN (via the VisualSVN => Commit menu in Visual Studio). I have added a number of libraries to this project via NuGet. My colleague has downloaded the project I have uploaded to SVN (via…
JMK
  • 27,273
  • 52
  • 163
  • 280
4
votes
1 answer

I can't activate VIsual SVN on Visual Studio 2010

I was using the trial version of VisualSVN until recently. When it expired, my employer purchased a license key which I entered by clicking on Registration on the VisualSVN menu. However, even after doing this, all of the VisualSVN options are still…
JMK
  • 27,273
  • 52
  • 163
  • 280
4
votes
1 answer

How to setup VisualSVN post-commit hooks in win7 64bit

My post-commit hook is never triggered and i think it's because there is some filesystem permissions i need to set. I have VisualSVN-Server-2.5.2 installed and running eclipse with Subversion pluggin. Everything is working as expected except for…
Erik
  • 5,039
  • 10
  • 63
  • 119
4
votes
1 answer

SVN Post-commit hook for posting on Facebook wall

I'm using Visual SVN Server on my local machine running Windows 7 x64. I'm looking for a simplest way to create a post-commit hook to some of my local repositories, allowing me to post commit information to my Facebook wall. Bonus feature would be…
Bartek Banachewicz
  • 38,596
  • 7
  • 91
  • 135
4
votes
1 answer

Visual SVN client commit solution files only

I have VisualSVN client integrated in my Visual Studio and I want to commit modified files. The problem is when I right-click on the solution file item in the solution explorer and choose 'Commit', VisualSVN is trying to commit all modified files in…
Samuel
  • 12,073
  • 5
  • 49
  • 71
4
votes
2 answers

Visual SVN for VS2010 is holding on to stale reference to deleted branch

I'm using the Visual SVN client plug-in for Visual Studio 2010. I recently created a branch in Visual SVN, but I accidentally saved it in to the wrong location, specifying "NewName" under "trunk/" instead of under "branches/". Before I realized the…
Armchair Bronco
  • 2,367
  • 4
  • 31
  • 44
4
votes
1 answer

Merge a Subversion Branch back in to the Trunk and retain Revisions

My subversion project has a branch that's been used to develop a major new release of the product. Now that the product has been launched, it's time to merge that branch back in to the Truck. I'm using VisualSVN and TortoiseSVN to work with the SVN…
Axeva
  • 4,697
  • 6
  • 40
  • 64
4
votes
1 answer

Recover svn from directory backup after server failure

The machine hosting our svn server failed. We were able to recover the C:\Repositories\ directory. How do we migrate this to a new host?
crisis
4
votes
3 answers

TortoiseSVN Merging

I don't have any experience with SVN and TortoiseSVN. In some stage of development we have received request to localize application for new customer. This is big task, and we decide to make branch for localization and continue development…
SelvirK
  • 925
  • 3
  • 18
  • 42
4
votes
2 answers

How to Setup SVN for remote access

I am new to SVN thing. I have a remote server, windows server 2003. I want my team to commit their work on server on daily basis. I am choosing SVN for this task but I dont know what i need and from where to start? How the SVN will be configured on…
Khawar
  • 5,197
  • 4
  • 28
  • 52
4
votes
3 answers

svn command line error "Server certificate verification failed: issuer is not trusted" how can i resolve this error?

I have CCNET build server setup. I get above error when i define c:\Program Files\VisualSVN Server\bin\svn.exe
DSharper
  • 3,177
  • 9
  • 29
  • 47
4
votes
1 answer

Why is VisualSVN server rewriting my URL?

I've installed VisualSVN server on a company machine. Its (intranet) URL is http://myhost:12321/svn. On the same machine there is an Apache which we use as a reverse proxy. There are several other servers on the same machine (Apache, Tomcat), which…
skaggel
  • 41
  • 2
4
votes
2 answers

Are there any free alternatives to VisualSVN or AnkhSVN?

I know it already exists this same question, but since it's from 2009, I want to ask it again to know if there is any good other alternative. In the question I referenced before, they mention: AnkhSVN: Not working in the latest Visual Studio 2017…
4
votes
3 answers

Trouble with SVN and Filename 'changes'

I am programming in Visual Studio 2010, using TortiseSVN and VisualSVN as my client to connect to SVN repositories. I am having a bit of a frequent problem though with the whole SVN thing in general. One thing that keeps cropping up is that if I…
Ciel
  • 17,312
  • 21
  • 104
  • 199