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
3
votes
2 answers

Keep update window open after update complete with AnkhSVN

I know that there is already a post about this question but I wonder if a solution or workaround exists to resolve this problem. Each time I update my source code, a window of AnkhSVN is displayed but I like to review which files have been updated…
Samuel
  • 12,073
  • 5
  • 49
  • 71
3
votes
3 answers

How do I rename an SVN User-Author?

Is there a direct way to rename a user's name in svn? I've found this linux script only. I thought it would be easier. Does anybody know a windows-way to change it? We are using VisualSvnServer as svn server and TortoiseSNV on clients.
Odys
  • 8,951
  • 10
  • 69
  • 111
3
votes
4 answers

Create SVN branch with no revision history

We have a situation where we have to give a third party access to an asp.net solution versioned with SVN. We have scrubbed Web.config and other files of sensitive data and would now like to create a feature branch for the contractor. Is there a…
Cactus Bob
  • 53
  • 5
3
votes
4 answers

TortoiseSVN 1.71 and VisualSVN 2.51 will not connect after update

I updated VisualSVN to v2.51 and TortoiseSVN to 1.7.1 at the same time a few days ago. Before the update, using subversion worked fine for many months. Ever since the update, I have not been able to connect to the repository. The OS is Win7 Home…
user1036944
  • 109
  • 1
  • 1
  • 7
3
votes
3 answers

How to get Subversion to work with auto-generated files?

I'm using ASP.NET Web Deployment Projects with TortoiseSVN and VisualSVN, but this is a general question about generated files in Subversion. A Web Deployment Project automatically generates a parallel "deployment" version of your website with all…
Herb Caudill
  • 50,043
  • 39
  • 124
  • 173
3
votes
2 answers

How do I select Visual SVN as my source control provider

I am using Visual Studio Ultimate which come with TFS. However I am using Visual SVN as my source control. I have installed VisualSVN server and the Visual Studio plug in. What should I do to switch from TFS to Visual SVN. When I go do…
user380719
  • 9,663
  • 15
  • 54
  • 89
3
votes
3 answers

Svn and disconnected edits

I am using svn (VisualSVN Server in specific with VisualSVN and thus TortoiseSVN). Is it possible to work in an offline scenario? E.g. code is checked in, and then modify the solution without checking out the relevant file? What (if anything) will…
GurdeepS
  • 65,107
  • 109
  • 251
  • 387
3
votes
2 answers

VisualSVN change existing URL

The company I work for has updated it's DNS server and changed it's name. Now I can't get VisualSVN to accept the change. The URL was https://dev.xyzdns.local:8443/svn/project and now it needs to be https://dev.xyz.local:8443/svn/project. If I try…
dave k
  • 1,329
  • 4
  • 22
  • 44
3
votes
3 answers

Visual SVN - How to maintain separate user settings and publish settings?

For a new MVC web development project, I'm collaborating with a couple of other developers and we want to use Visual SVN to manage source control. Following the "Getting Started" instructions at the VisualSVN website…
FloatLeft
  • 1,317
  • 3
  • 23
  • 40
3
votes
3 answers

Creating multiple svn repos on single SVN Server

I got SVN Server setup for Project A which is all good. I now need to setup another repository in the same server for Project B. Any guidelines please?
Sreedhar
  • 29,307
  • 34
  • 118
  • 188
3
votes
1 answer

Integrating SVNServer and Redmine

Can someone help me to integrate Visual SVNServer and redmine over Windows Server 2003? I want to do the same actions from Redmine as I can do from Tortoise connected to Visual SVN Server. I tried to follow some WEB articles without success. Thanks…
Jorge
  • 31
  • 3
3
votes
5 answers

subversion structure questions

Just moved to subversion...from visual studio. I love it already! Can someone briefly explain Repository Branches Tags Trunk Do I need to create a new repository for every project? Or a new trunk? Thanks
Saif Khan
  • 18,402
  • 29
  • 102
  • 147
3
votes
2 answers

Accessing some files/folders in SVN Server running on Windows 7

I am new to SVN and have installed VisualSVN Server on a Windows 7 Home Premium 64bit OS. I have the server setup to use SSL on port 443. My router uses a virtual server entry to direct incoming requests to the SVN server machine by sending…
bugzy
  • 7,086
  • 9
  • 42
  • 44
3
votes
2 answers

Can't commit several files from Visual Studio project to subversion

Since a few weeks, I have some problems with Subversion. When I try to commit files from a Visual Studio 2017 project there are some files which I can't commit to my Visual SVN Server. To be precise all files in the project folder like *.cs,…
J. Schiller
  • 125
  • 2
  • 11
3
votes
2 answers

How do I access a SVN server remotely?

I set up a VisualSVN server on a Windows machine. How do I access that repository via terminal from a different Ubuntu (Linux) machine?
goh
  • 27,631
  • 28
  • 89
  • 151