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

443 questions
6
votes
4 answers

How can I move my local Tortoise SVN repository to our new Linux SVN server?

I've been using Tortoise SVN (and VisualSVN) with a local repository on my desktop PC for a couple of months. We've just set up a Linux SVN server, and I want to move my repository to this server, preserving all my history. Once it's moved, I'll…
Tom Bushell
  • 5,777
  • 4
  • 42
  • 59
6
votes
7 answers

Visual SVN and Bug Tracking Integrated

So I have a perfectively working VisualSVN that me and my other 2 team members use (tiny team). The problem is at the moment that we use an excel spreadsheet to really maintain our bugs. We have said for ages "get around to installing some bug…
Andy
6
votes
1 answer

Upgrading a VERY old SVN Repository

We currently have an SVN Server, using VisualSVN Server as our front-end server, and most clients are running both VisualSVN Visual Studio extension and TortoiseSVN. The current repository we have is going back a while... it was created, by my…
TiernanO
  • 1,527
  • 14
  • 30
5
votes
6 answers

is the CollabNet SVN Server as good as VisualSVN Server?

the tigris website http://subversion.tigris.org/getting.html#windows has a link to another svn server, which is called CollabNet SVN Server. Does someone use it and know it is better or as good as the VisualSVN Server?
nonopolarity
  • 130,775
  • 117
  • 415
  • 675
5
votes
3 answers

Is it possible to have Visual Studio update from SVN when I open a solution?

I'm using Visual Studio 2010 with VisualSVN and TortoiseSVN, and would like the option of being prompted to update from source control whenever I open a solution, the way SourceSafe did. Is that possible?
Herb Caudill
  • 48,763
  • 38
  • 117
  • 170
5
votes
1 answer

VisualSVN - unbind solution/project from SVN

I'm new to Visual Studio 2010 and to VisualSVN. I've found how to share a project (a solution in fact): right click on the Solution > VisualSVN > Add Solution to Subversion. It works fine. Now I regret and I'd like to unbind this solution from SVN,…
John Rizzo
  • 726
  • 1
  • 9
  • 17
5
votes
8 answers

Is there a way to migrate SourceSafe with HISTORY into SVN?

Is there a way to migrate SourceSafe with HISTORY into a SVN ? Ideally I'd like to use VisualSVN Server, but I don't really want to lose my SourceSafe history. If I have to I will though.
David P
  • 3,594
  • 3
  • 35
  • 52
5
votes
3 answers

Single user checkout in SVN

I want to do the following: When one user is editing a file from SVN, no other user can edit this file until the first user commits his changes. That is there would be some kind of writelock on files in svn. Is this possible in SVN? How to…
Palo
  • 10,049
  • 7
  • 24
  • 32
5
votes
3 answers

Axosoft RocketSVN VS. VisualSVN

I've been a long time user of Visual SVN (pretty much since the beginning), but I often have problems with little things like renaming files in a solution and then not committing properly (or whatever) and causing the commit to break. Now I've just…
Chase Florell
  • 42,985
  • 56
  • 169
  • 364
5
votes
4 answers

Subversion auto-props woes

This is driving me nuts so any advice from fellow users would be welcome. I am using Subversion, with a copy of VisualSVN 1.6.1 installed on a Windows server. On my PC I am using a combination of TortoiseSVN and the wonderful AnkhSVN Visual Studio…
Rob
  • 70,036
  • 53
  • 151
  • 189
5
votes
2 answers

Migrating from VisualSVN on windows to linux based svn

I'd like to migrate my svn repository from my local computer running windows and VisualSVN 2.1.2 to an svn app on webfaction (my Linux hosting solution). Initially I tried dumping the svn: svnadmin dump path_to_repository > dumpfile_name and…
Jonathan
  • 84,911
  • 94
  • 244
  • 345
5
votes
4 answers

Hosting Mercurial HG via VisualSVN Server

I have tried to host a Mercurial HG repository using a Scriptalias. ScriptAlias /hg/ "htdocs/hgwebdir.cgi" If I go to Chrome it display the contents of the cgi file. In IE it does render however images and links are not displayed. In either case the…
dvkwong
  • 533
  • 2
  • 4
  • 12
5
votes
2 answers

Integrate SVN with Visual Studio 2003

I am trying to find a free tool which is not VisualSVN(I know VisualSVN integrates with Visual Studio 2003/2005/2008/2010....) that will integrate Sub Version/TortoiseSVN with Visual Studio 2003. There is also another tool that integrates Visual…
Ruruboy
  • 622
  • 2
  • 11
  • 30
5
votes
2 answers

What plugin should I use to integrate TortoiseSVN into Visual Studio 2012 on Windows 8?

I have TortoiseSVN installed on my local machine just to improve my knowledge of subversion on some small personal projects. I downloaded and attempted to install VisualSVN to integrate TortoiseSVN into Visual Studio, but the VisualSVN installer…
user1077685
5
votes
4 answers

How to backup and restore all the source code in svn?

Right now I am using Windows XP. If i just copy the whole repository folder in visual SVN, once the server is down, how can i restore it via the backuped repository folder? another better solution to backup and restore in visual svn ? by the way,…
MemoryLeak
  • 7,036
  • 22
  • 80
  • 127