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
0 answers

tortoisesvn svn:mergeinfo changing extra files for merges only on a single pc

There are lots of posts with questions about why you see changes on files that include only the mergeinfo changing when performing branching and merging. They all point to one thing: svn:mergeinfo property being set on the directory or file. …
w00ngy
  • 1,646
  • 21
  • 25
1
vote
2 answers

How to roll back in subversion and simultaneously clear history?

My SVN repository contains several folders for different projects. 'Desktop program', 'iOS app', 'Web app' etc. All revision entries are shared between these (as it's under one repository. Revision #100 might be on the 'iOS app' folder, revision…
Wollan
  • 929
  • 1
  • 13
  • 23
1
vote
2 answers

Can Subversion be used for all types of projects?

I want to use SVN software for all types of project files, whether in Visual Studio, Java, PHP, or any other. Is VisualSVN useful for me? I want to back up my data to a server PC, from all clients connected to the LAN. How do I do this?
1
vote
7 answers

Looking for Hosted Subversion and Visual Studio plug in combo

Can anyone recommend a proven combination of a hosted Subversion solution and supported Visual Studio plug-in? I like what wush.net offers as far as a service, and I like VisualSVN as an IDE plug-in, but it doesn't look like wush.net supports…
Anthony
1
vote
2 answers

Displaying a checklist before commit/comments in SVN

Currently we use TortoiseSVN and VisualSVN as our source control. I have altered the pre-commit hook successfully to block unwanted files etc being committed to the repository. But what I want to achieve now is a check-list that will act as aide…
Dean
  • 5,896
  • 12
  • 58
  • 95
1
vote
1 answer

Visual svn adding overlay icons to strange directories

I'm using Visual SVN on my windows machine and so far everything has been working fine. But since a couple of days, I've got overlay icons (the questionmark) over c:\Programme c:\Recycler and a couple of other folders on my c:\ drive. All…
Mats
  • 14,902
  • 33
  • 78
  • 110
1
vote
2 answers

How to "Start Over" with VisualSvn

I just started with VisualSVN and got things messed up. I get complaints about working copies being too old (1.6). I have 1.7 TortoiseSVN and VisualSVN 2.5.5 and have tried many things but nothing helps. So, I just want to start over, but the…
1
vote
1 answer

VisualSVN, SVN Locks and Datasets

We are using Visual SVN and VS2010, we have a data project with several Datasets in it. To avoid having to try and merge the XSD files we have set them to require a lock so only one person can edit at a time. The only problem is, when someone…
TheRealTy
  • 2,409
  • 3
  • 22
  • 32
1
vote
1 answer

CentOS 6 and SVN w/ Neon

While using CentOS 6 and SVN 1.6 (yum install subversion) or 1.7.5, When I try to do an SVN checkout against a VisualSVN server I get the following error: SSL handshake failed: SSL error: Key usage violation in certificate has been detected. I have…
jnrcorp
  • 1,905
  • 1
  • 18
  • 25
1
vote
1 answer

Using svnversion with svn:keywords

I'm using Visual SVN on my Windows Box. I have Repository Application, which has Framework as an svn:external. All well and good. When I make a checkout of Application, I'd like to have the version of Application and Framework for inclusion in a…
EvilChookie
  • 563
  • 3
  • 14
  • 31
1
vote
1 answer

How can I get more relevant information in VisualSVN hooks?

Subversion (VisualSVN in my case) allow you to kick off scripts at various times, such as pre-commit, post-commit etc. I want to send an email notification containing the following info when a commit occurs: SVN User who comitted Comment that the…
Mr. Flibble
  • 26,564
  • 23
  • 69
  • 100
1
vote
5 answers

What is the best way to version a file that you want to get once but don't want to commit changes after the first get

I use subversion with TortoiseSVN on projects at work and my personal ones. I was wondering what is considered best practice in terms of being able to setup your repo so that doing a SVN Checkout and VisualSVN for Visual Studio will get you all…
Seth Spearman
  • 6,710
  • 16
  • 60
  • 105
1
vote
2 answers

Move Nested SVN Repository

I need to move a SVN repository from one server to another in Windows. The trick is that I want to exclude everything except the trunk, branches, and tags from a project within a nested repository. I currently have one large repository that all the…
jags0333
  • 43
  • 5
1
vote
1 answer

How to import local files to SVN with sharpsvn using C#.NET

I am working on a project which works like SVN, able to create repository, checkout, creating users and commit but during an import getting an error "Working copy 'E:\Admin\admin' is too old (format 10, created by Subversion 1.6)" and some it's…
naani
  • 83
  • 1
  • 1
  • 9
0
votes
2 answers

Can VisualSVN and Team Foundation Server client co-exist?

I currently run Visual Studio 2008 SP1 connecting to Team Foundation Server. I want to try out the VisualSVN client connecting to a separate repository I have in SVN. Is it possible to install the VisualSVN client on my existing dev machine such…
freddy smith
  • 3,347
  • 5
  • 24
  • 28