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
1 answer

How to delete a folder from Visual svn?

I have deleted a set of branches from repository from VisualSVN Server but total size of the repository not decreased after deletion. Is this right way to do it or am I missing something?
1
vote
2 answers

TortoiseSVN unable to connect to VisualSVN

Until last week we were normally able to connect to our VisualSVN server using Tortoise. Yesterday it's not working anymore. Any attempt to connect results in error with message Error running context: nenhuma conexão pôde ser feita porque a máquina…
Hikari
  • 3,797
  • 12
  • 47
  • 77
1
vote
0 answers

How to determine who is using/modifying file in VisualSVN?

Recently I have intalled VisualSVN and TortoiseSVN extensions in my Visual Studio 2015. I have successfully configured Repository and now it is working fine. I have also configured svn:needs-lock property to my pages. Now, I need to know who is…
Shell
  • 6,818
  • 11
  • 39
  • 70
1
vote
1 answer

SVN : Cannot load /mod_status.so into server: The specified module could not be found.

We have installed VisualSVN Server 2.5.8 in windows server 2012 R2. while loading the the module 'mod_status.so' in httpd-custom.conf, we are getting the following error, "VisualSVNServer.exe: Syntax error on line 129 of C:/Program Files…
Venkatesh
  • 171
  • 1
  • 1
  • 10
1
vote
1 answer

How do I downgrade from VisualSVN Professional to Community?

I recently installed VisualSVN in with Visual Studio 2015. But inadvertanly I must have put professional on there. If you go to "Tools -> Extensions and Updates" in VS 2015, the Uninstall button for VisualSVN is uninstalled. But I uninstalled it…
Sam
  • 4,766
  • 11
  • 50
  • 76
1
vote
1 answer

Problem with refreshing the status of files with VisualSVN and AnkhSVN

We use VisualSVN Server as our Version Control server. We integrated TortoiseSVN into Visual C++ 2008 using VisualSVN. Now, I want to see if a file is locked by another user. When I press the "Refresh Status" button, nothing changes. What am I…
1
vote
1 answer

How to correctly add InstallShield-Projects under version control with VisualSVN in a VS-Solution

I'm currently switching from TFS to VisualSVN (client v5.1.3 / server v3.5.1). In TFS the InstallShieldLE-Projects were also automatically under source control. (Marked with the TFS specific signs). After unbinding from TFS and adding the solution…
Cadburry
  • 1,844
  • 10
  • 21
1
vote
1 answer

Tortoise Svn shows all Unmodified files as Modified

I am using Tortoise SVN and Visual SVN Server. Here is how I am using SVN: Export Code from Windows7 System and then Copy all code Files to my Fedora System Make required changes. Then I Checkout on Windows7 System. Then Copy All code files from…
1
vote
0 answers

C#: How to get single file diff using pre-commit hook

I have committed 2 files in SVN. I can able to get diff of committed files using pre-commit hook. Please find the below comments for getting diff string commandLineArguments = string.Format("diff --transaction {0} \"{1}\"", transactionName,…
Mathan Kumar
  • 116
  • 1
  • 6
1
vote
1 answer

Is it possible to connect to VisualSVN server throught internet

Is it possible to connect to VisualSVN server throught internet? Please help i am stuck with it
Priya
  • 21
  • 1
  • 2
1
vote
1 answer

VisualSVN Server : get /svnindex.xsl forbidden while accessing from browser

We have configured the visualsvn server in remote machine, while accessing the repository from the browser in our local machine, we are getting the below error in the internet explorer browser 'The XML page cannot be displayed' Cannot view XML…
Venkatesh
  • 171
  • 1
  • 1
  • 10
1
vote
1 answer

VisualSVN 2.59 email notification detailed-subject option failing

I have a post-commit hook setup for email notification. Emails are coming in ok, but if I add in the option for detailed-subject, it complains about an invalid option. Does Version 2.59 support that…
BitShift
  • 123
  • 2
  • 14
1
vote
0 answers

Adding an existing project to a separate existing solution and include in Visual SVN?

I'm not sure if what I'm trying to do is flawed or whether I'm missing a vital step in Visual SVN somewhere but I'm getting bogged down with this and would appreciate some help! Say I have two existing solutions in my subversion repository: Sol1 &…
TheMook
  • 1,531
  • 4
  • 20
  • 58
1
vote
1 answer

Project Fails to Load with VisualSVN Error Message

VS2013 was working fine this morning. After a break, I came back to my desk and tried to open another instance of Visual Studio 2013. I received an error message along the lines of VisualSVN Cannot Load It directed me to look at…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
1
vote
3 answers

'Update' command does not work in VisualSVN

I am using TortoiseSVN/Subversion/VisualSVN to manage version control solely - I am the only developer. Being new I created the Trunk and a Branch with the branch to use as a WIP and the Trunk to make urgent bug fixes and issue releases blah blah…
David
  • 958
  • 2
  • 12
  • 29