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

OPTIONS request failed on '/svn' - Unable to create a branch from the truck of my SVN Repository

I am using PhpStorm and a Visual SVN repository. I have been able to create branches from trunk projects before, but recently when I try to create a branch on an up-to-date project, I recieve this error: Error:svn: E175002: Processing OPTIONS…
H.E.
  • 27
  • 1
  • 6
0
votes
1 answer

Version Control software (client server model)

I'm using windows 7 , and all what i want is to install Version Control server on one machine and let other developers to connect to it using the machine IP address and chekout, update and commit files I have tried VisualSVN and it works well for…
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
0
votes
1 answer

Server computer died and the repositories were lost, how to recover?

I had a server that I linked to my current PC as "Z:\", and I had a repository there that I used for my programming commit/updates. There were multiple people working on the program, which warranted the need for a repository. We worked with Visual…
Wakka02
  • 1,491
  • 4
  • 28
  • 44
0
votes
1 answer

Migrated to Visual Studio 2010 from 2008. VisualSVN server bindings disapper suddenly

Greetings, I have a server hosting c# projects/ solutions using VisualSVN/TortoiseSVN as the source control. I opened one of those solutions (VS2008/.Net3.5) using VS2010. It took me to the conversion wizard and once i SUCCESSFULLY finished and came…
scott
  • 1
0
votes
2 answers

MS Visual Studio "Package Load Failure" error

I'm receiving "Package Load Failure" error when I open VS 2005 after I installed the latest VisualSVN (v. 1.5.2). Anyone facing this error? Is there any tool out there to help identify which package didn't load and/or help unload a specific package?
Mac
  • 2,693
  • 7
  • 36
  • 44
0
votes
0 answers

List latest revision of all files in SVN with commit message

What I want is just a simple list of all file in the repository (recursive) next to the latest commit message. E.g. File A Some bug has been fixed File B Something has been added here ... In case that helps: Repository is hosted on a Windows…
Tobi
  • 1
  • 1
0
votes
1 answer

How do I get rid of "Obstructed" errors when trying to commit my changes?

I committed my changes awhile back, but my changes were reverted due to conflicts. So, now I'm trying to commit my changes again. I'm basically adding back the same directories and files. But no matter what I do, the folders always show…
bsh152s
  • 3,178
  • 6
  • 51
  • 77
0
votes
2 answers

SVN and TortoiseSVN access problems

I have a user that can't access our internal svn/apache server from his winxp workstation. The problem occurs both in tortoiseSVN and the SVN CLI client. He is the only one, out of hundreds of users, with this problem. There is no trace of his…
8DH
  • 2,022
  • 23
  • 36
0
votes
0 answers

Did anyone has any idea how to configure Jenkins to execute different TestNG test suite for different committed code

Did anyone has any idea how to configure Jenkins to execute different TestNG test suite for different committed code. ex. If we commit Database mapping related classes to SVN subversion then Jenkins should execute database related test classes…
R. Ingle
  • 41
  • 2
  • 7
0
votes
0 answers

Rollback version in SVN

I have a Case: SVN has latest revision, say 100. But the code contains many bugs. Recommended revision is 80. Now, as SVN admin, what should we do that when developer takes svn update, he gets revision 80 by default, not 100. Is it possible? Any…
Ayush
  • 81
  • 1
  • 7
0
votes
0 answers

Cannot access svn repository url from Mac OS ver 10.10.2

I have installed VisualSVN Server on a Windows PC. Other PCs on the network work well as a SVN Client and can access the repository. However a MAC connected in the same network is not able to access the svn repository url. The MAC has svn binaries…
0
votes
1 answer

SVN Post-commit hook: error 255 when parameterizing email address using SET command

We use the SVN Post-Commit hook to send email notifications when SVN revisions have been submitted to the repository. I am attempting to create email distribution lists so SVN users can pick which emails are sent to them based on the URL for the…
0
votes
1 answer

Use VisualSVN and subclipse with svn protocol

I recently had to copy my repositories from my linux machine to a new Windows machine. I used VisualSVN to set up my repositories on the Windows machine.. Now I have some projects in eclipse that uses the subclipse plugin to connect to my old repo…
arun nath
  • 773
  • 1
  • 6
  • 11
0
votes
2 answers

using labels and change set with SVN (subversion source control)

I am used to TFS labels and change sets to easily synchronize work from dev branch to test and then production branches. I cant get my head around this in SVN... For starters how do I create a change set (change list as it is called here?)? Must I…
Rea
  • 1
  • 1
0
votes
1 answer

use of VisualSVN as a remote backup

I have a windows server, I can install VisualSVN on this machine. What I would like to do is, use use some kind of batch script (MS DOS .BAT) to remotely backup files to this server over https (I can schedule this script to run nightly). < ignore >…
Darknight
  • 2,460
  • 2
  • 22
  • 26