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

Instead of db based repo, How to use file system based repo in svn server?

I'm dev a PHP website. If we use file system based repo in server, then we can use it as the website root.
lovespring
  • 19,051
  • 42
  • 103
  • 153
0
votes
1 answer

Old drive expired and I'm trying to create a fresh Repo But I'm getting error -"Project not added to Subversion because it is out of working copy"

I have a project where the repository was on a disk that now is faulty. so I have created a new repo folder in file explorer on a new disk. I then deleted the .svn folder in my project as I thought that would make it like a fresh project (obviously…
0
votes
0 answers

how to set custom revision number in SVN repository from 10000

I have lost my svn server and now want to setup new svnserver with more revision number than of my working copy i. e. if my working copy have last revision is 950 then i want to setup new repository start from 1000. I am using visualSVN server for…
0
votes
1 answer

Getting strucked with merging from dev branch to test merge in svn & tips required for instant release mechanism

We had a ten developers who do commits in the dev branch. After a week once all the tasks are through, i need to merge all the commits to test branch for rebasing before i tag and merge the releases to trunk. While merging a range of revisions i am…
0
votes
0 answers

File/Folder distribution

We have an SVN server configured to be able to distribute files/folders to the field via a C# application that simply performs a checkout every 2 hours to check for new items. I think this is overkill and was wondering if there's a better solution…
0
votes
1 answer

Checkout svn code with actual modified timestamp

I checkout the code from svn repository in Jenkins, the actual code is modified a month ago. But when I checkout code its showing modified date as current date. Is there any way to checkout code with actual modified timestamp in jenkins.? I checked…
0
votes
2 answers

How to setup a box and 3 machines as a web development environment for a small team

Extended title: How to setup a box with (Windows7 + Apache + VisualSVN + MySQL + PHP) and 3 machines with (MacOs/Windows7) and Dreamweaver CS5 as a web development environment for a small team These are my thoughts. Please forgive my ignorance, I…
Joan
  • 1
  • 1
0
votes
2 answers

How to cancel svn for a netbeans project

At first time,I set the project at a wrong place.I wan't to cancel it and do it again.What can I do?
Shisoft
  • 4,197
  • 7
  • 44
  • 61
0
votes
1 answer

SVN + Get Lock error

SVN => Get Lock is throwing following error: Command Lock Error Invalid authz configuration What am i doing wrong ?
Sreedhar
  • 29,307
  • 34
  • 118
  • 188
0
votes
1 answer

svnsync: E020014: Failed to find label 'NULL' for URL '/svn/MyRepo/!svn/rev/37'

We have mirror database in our network and master database in another network. We are getting the error "svnsync: E020014: Failed to find label 'NULL' for URL '/svn/MyRepo/!svn/rev/37'" in between during sync the mirror via https…
Venkatesh
  • 171
  • 1
  • 1
  • 10
0
votes
2 answers

Does the visualsvn svn client respect the tsvn:autpoprops property?

Using the tsvn:autoprops to set If not, are there any other VisualStudio SVN add-ons that support the tsvn:autoprops property?
8DH
  • 2,022
  • 23
  • 36
0
votes
1 answer

TFS-equivalent of Visual SVN features

I've been a long-time Visual SVN user, but now have to use TFS (TFVC) at work. Am still trying to find a workflow that works for me. My question: Does the VS2017's TFS plugin have the equivalent of the following Visual SVN functionalities? Or if…
jayars
  • 1,347
  • 3
  • 13
  • 25
0
votes
1 answer

How to reinstall and/or remove and install interrupted install of VisualSvn plugin in Visual Studio?

I started the install of the VisualSvn plug-in for Visual Studio before I realized that Tortoise SVN is a pre-req. I clicked the Cancel button, but I received the "Install Successful" dialog for VisualSvn anyway. However, when I started Visual…
0
votes
0 answers

Strange characters after updating project via Visual Studio SVN

We encounter strange characters whenever we update project using Visual Studio SVN as shown on the image below. This problem occurs commonly *.csproj files and *.cs files in the project. Is there any solution to fix this problem?
Jack
  • 1
  • 21
  • 118
  • 236
0
votes
0 answers

VS2017 SSRS Project switch from VisualSVN to AnkhSVN

I have recently upgraded from VS2008 to VS2017 and so had to upgrade VisualSVN to version 6. Had trouble getting that working so decided to switch to AnkhSVN. I switched my Web Site project and all works well. Then tried my SSRS project and struck…