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

Converting Linux SVN Repos to Windows SVN Repos

I have been tasked with finding out if our current Linux SVN Server can be migrated to MS Windows. I have located and trialed a program called VisualSVN Server and it seems to do everything that we need, but I am clueless as to if it is possible to…
CliveH
  • 41
  • 1
  • 2
4
votes
3 answers

(Visual)SVN ignore files by Regex

I need to exclude files with the following pattern: ProjectFoo.Data[0-9]{14}.lgp How can I use RegEx for (Visual)SVN ignore list?
Gabriël
  • 1,323
  • 2
  • 22
  • 34
4
votes
2 answers

SVN messes with my files with jibberish data, why?

Sometimes, I find myself in a situation where valid files are made invalid by doubling the contents, placing ======= in the middle, <<<<<<< .mine at the beginning and <<<<<<< .r1276 at the end. This results in unbuildable projects: <<<<<<<…
Abel
  • 56,041
  • 24
  • 146
  • 247
4
votes
1 answer

How can I make only some folders show up for certain developers with SVN

I have a repository with a bunch of folders, and I want certain developers to only get two or three of those folders when they do a checkout on the repository. How can I make the folders not show by default, and then add them only as I want to…
Lance Fisher
  • 25,684
  • 22
  • 96
  • 122
4
votes
0 answers

visual svn new files don't get added to subversion automatically

I am using visual studio - visual svn. My problem is that new files don't get added to subversion automatically, and I have to add them manually which is a bourdon and causes code issues on the programmers end. Anyone knows how to fix this?
mashta gidi
  • 849
  • 1
  • 10
  • 30
4
votes
1 answer

Versioned items causing obstructions in SVN

I'm using the VisualSVN server, with TortoiseSVN and AnkhSVN in Visual Studio. I have a Trunk to which some devs on other teams are commiting various small changes on a regular basis. I have a Branch on which a fairly major new development is being…
AnthonyWJones
  • 187,081
  • 35
  • 232
  • 306
4
votes
1 answer

How would you use VisualSVN to maintain both local and remote source paths?

How, if it is possible, would you use VisualSVN to retrieve source code from an open source project (such as on codeplex), but also have your own SVN repository locally such that you could keep a revision history for your own customizations, but…
E.J. Brennan
  • 45,870
  • 7
  • 88
  • 116
4
votes
1 answer

Broken repository + error based on repo name

Background: I run VisualSVN on a windows server. Problem: I started getting errors on my nightly SVN hotcopy (svnadmin: E200002: Serialized hash missing terminator). I tried unsuccessfully to determine the source of the error and SVNADMIN…
Ewanw
  • 728
  • 11
  • 30
4
votes
1 answer

Visual SVN SQL Connection string amogst different developers

We have recently hired new developers. Until now, we only have one developer who was committing all his changes on Visual SVN. But after new developers are hired, we are concerned about the security of our SQL credentials that reside in the…
Shezi
  • 1,352
  • 4
  • 27
  • 51
4
votes
5 answers

How to rename a project in VisualSVN or by the client TortoiseSVN (win32 platform)?

I tried to find any feature seems like 'rename' both on server side and client side but failed, is it possible?
Edward
  • 4,858
  • 9
  • 37
  • 42
4
votes
2 answers

Tortoise SVN & Ankh/Visual SVN?

I recently acquired a new position and found that they had no Version Control. I'll be spending most of my time in Visual Studio, and in the past I've used (pre-installed by previous companies) AnkhSVN and Visual SVN, and they all used Visual SVN…
shubniggurath
  • 956
  • 1
  • 15
  • 31
4
votes
2 answers

Visual SVN Server - projects storage location

I recently installed VisualSVN Server. I put Repository on D:\Repositories and added some projects to the repository via Visual Studio 2008. D:\Repositories\reponame seems to be a little bit to small in size when comparing to my projects…
pkolodziej
  • 1,347
  • 3
  • 17
  • 24
4
votes
1 answer

phpstorm + TortiseSVN + subversion/visualsvn?

I am using PhpStorm and Dreamweaver for my PHP projects, but now we are going to start on a project on which 6-8 persons will be working together. I want to know which is better Subversion or VisualSVN? Is it possible to to use VisualSVN with…
Sizzling Code
  • 5,932
  • 18
  • 81
  • 138
4
votes
2 answers

TortoiseSVN: Not picking up differences

Have a Visual Studio 2008 project running on Windows 7 64 Pro with the following installed: TortoiseSVN 1.7.7, Build 22907 - 64 bit I'm recently upgraded from 1.6 to see if it would alleviate the issue we're having, but to no avail. Anyways, the…
StephenPAdams
  • 2,797
  • 2
  • 30
  • 49
4
votes
2 answers

SVN Won't download newly added files

SVN won't download newly added files but will update existing. Developer B adds 3 new files to the repo, and when Developer A updates it does not download the files. Both using TortoiseSVN and VisualSVN. Does anyone know what could be causing…
Ryan H
  • 453
  • 5
  • 19