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
1
vote
3 answers

Accidental Exclude From VisualSVN

I accidentally selected "Exclude from Subversion" from the VisualSVN menu on my VS2008 project root. I have not updated or committed so I still have both the repository and local versions available. I need to know how to re-include the excluded…
alan
  • 6,705
  • 9
  • 40
  • 70
1
vote
0 answers

Display SVN blame info when hover on line of code in VS2013

Earlier I had used eclipse with CVS and could see CVS commit details (such as author, log message) when I hover on line of code. This is very helpful to visualize the history of code snippet and why it is there. Presently I use Visual SVN with…
Panch
  • 1,097
  • 3
  • 12
  • 43
1
vote
4 answers

How to get back a file my SVN client deleted?

I just updated from SVN, and one of my files has now disappeared... of course it wasn't committed because I knew I needed to update+merge first. I think maybe the guy renamed the file which means my SVN client deleted my file. I'm using VC++ 2008 &…
MidnightGun
  • 1,006
  • 1
  • 19
  • 39
1
vote
3 answers

Hudson plugins for visual svn

Problem I have a hudson build server set up on a windows server 2008. We want to be able to commit to a repository and after the commit succeeds we want visual svn server to send a message or a trigger to the hudson build server to let it know it…
MBU
  • 4,998
  • 12
  • 59
  • 98
1
vote
0 answers

SVN file based access

Running: VisualSVN Server v2.1.3 SVN v1.6.12 I'd like to be able to express the following "Only the users in the 'CanModifyConfig' group can modify config files for an entire directory and it's subdirectories" At the minute that involves me creating…
user1054637
  • 695
  • 11
  • 28
1
vote
1 answer

Cannot install VisualSVN Server - error creating temporary file - Win 7

I'm on Windows 7 64 bit. Every time I try to install the latest version of VisualSVN Server (3.3.1) I get an error saying it could not create any temporary files. I really can't figure out what's causing this error. I am installing as an…
Waveharp
  • 13
  • 5
1
vote
3 answers

SVN Reporting in ASP.Net

We have a custom project management tool built in ASP,net 3.5 and we use VisualSVN for our version management. However, we are looking a way to report the version changes through the project management tool by integrating VisualSVN with our project…
vikram
1
vote
0 answers

Visual SVN Vs2013

I'm using VisualSVN to merge a branch with a trunk. I want archive the trunk into a branch and merge the branch into the trunk, then remove the old branch from the Repository in Visual SVN. My question is, if I delete the trunk, then cleanly make…
Shroeder
  • 115
  • 6
1
vote
2 answers

VISUALSVN Post-Commit Hooks - Get repo name

How do I get the repo name from a VISUALSVN Post-Commit Hook? @echo off set PWSH=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe %PWSH% -command $input ^| C:\temp\post-commit.ps1 %1 %2 'demo'' if errorlevel 1 exit %errorlevel% I would…
Ravi Ram
  • 24,078
  • 21
  • 82
  • 113
1
vote
1 answer

Subversion post commit hook SSL certificate error 'certificate issued for different hostname'

I have setup VisualSVN inside a new VM using Windows Azure (SLAVE). I have copied an existing repository manually from our internal server (MASTER) to it and I can see both repos on my client machine (CLIENT) using TortoiseSVN. From CLIENT, MASTER…
Brian Frost
  • 13,334
  • 11
  • 80
  • 154
1
vote
2 answers

Getting project using VisualSVN ~ files missing/not added to VS project

I have a ASP MVC project committed to SVN (used Visual SVN).As the project grew up i kept adding files.Most of the time when i "Get" project everything is available in VS2012. But today when i get the complete solution from repository - some of…
Murali Uppangala
  • 884
  • 6
  • 22
  • 49
1
vote
2 answers

VisualSVN Option is not visible in Visual Studio

I have Installed Visual Studio 2013 and then Installed VisualSVN-Server-2.7.8, But There is no Option for VisualSVN in Visual Studio .This Option can be seen in my Visual Studio 2012 as I Installed on another system ,Please help me how to integrate…
Shakir.iti
  • 103
  • 1
  • 3
  • 13
1
vote
0 answers

SVN : Get/Checkout the file with log in single request

We have used VisualSVN Server 2.5.8 in windows 2008 machine. The requirement is we need to provide the commit comments into starting of the file for every get/checkout request. We don't want to append commit comments into file while committing the…
user1553605
  • 1,333
  • 5
  • 24
  • 42
1
vote
1 answer

Add project from different solution with all previous commits

I have project A in solution1 and project B in solution2. I want to add project B to solution1 with all the previous versions(commits) of the project B. How can this be done?
1
vote
3 answers

Subversion version 'difference' a big deal?

Greetings, using VS2008 and VisualSVN and seems the VisualSVN folks are religious about updating the client (and their VisualSVN server) to the latest Subversion release. My question is my subversion server is a hosted server and seems to always…
CmdrTallen
  • 2,264
  • 4
  • 28
  • 50