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

Browsable website while version-controled?

I browsed around here on Stackoverflow and found this topic : https://stackoverflow.com/questions/279/aspnet-visual-studio-and-subversion-how-to-integrate However that didn't help me in my case, or i might just be a little stupid. So to my…
Filip Ekberg
  • 36,033
  • 20
  • 126
  • 183
3
votes
3 answers

How to set up a not-local svn-server?

Hi i would to know how to se up a svn server? Now, i'm using VisualSVN a TortoiseSVN, but i don't know what are the directories "branch" "trunk" "tags". Can anyone explain me how it works? I read the svn book and many sites articles about it but i…
Agusti-N
  • 3,956
  • 10
  • 40
  • 47
3
votes
1 answer

Protocol for VisualSVN Server

Need to get port opened on vps server by the server company. The port is for VisualSvn so i can connect to it from my pc. Question is, what is the protocol for this traffic, TCP UDP ICMP IP ??
amateur
  • 43,371
  • 65
  • 192
  • 320
3
votes
1 answer

SVN deleting renamed/repaired file

Scenario in VS2012, with VisualSVN. Right-click rename a file (using VS solution explorer) Hack for several hours Right-click commit project Right-click and repair the before/after versions of the file An 'error' box says "file can't be found" And…
Benjol
  • 63,995
  • 54
  • 186
  • 268
3
votes
1 answer

How do I put an existing Visual Studio solution under source control using VisualSVN Server?

I have an existing Visual Studio 2013 solution, and I want to put it under source control using VisualSVN Server. I installed VisualSVN Server and created a new blank repository. Their Getting Started page doesn't explain how to add a folder…
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374
3
votes
2 answers

Tortoisesvn keeps saying "Please wait" after a huge refactoring

I have a Visual Studio project, where I did a lot of refactoring. It is not a huge project, but still ~3-400 files. However, now I want to commit my code. Normally I can right click, "Commit", and then it works. But righ now, I get "Please wait..."…
Lars Holdgaard
  • 9,496
  • 26
  • 102
  • 182
3
votes
3 answers

Commit solution as is to SVN

We use VisualStudio with SVN and VisualSVN. I restructured the solution by moving (cut and paste/drag and drop) and renaming a lot of files. Never heard a complaint from VisualSVN, now it is time to commit it refuses to do so: Commit failed…
k.c.
  • 1,755
  • 1
  • 29
  • 53
3
votes
3 answers

Updating the trunk from my branch at regular intervals

I am working on a long term branch. I want to update the trunk with the stuff in my branch every week or so. I had been updating my branch from trunk using merge a range of revisions. I then used reintegrate a branch to merge my branch back into…
Xander
  • 9,069
  • 14
  • 70
  • 129
3
votes
1 answer

VisualSVN Server what Windows Server 2008 roles needed for user to be able to login

I have an SVN Server located on a Windows Server 2008 and I have setup my username properly at the SVN level (read/write access rights). But when trying to access the server via a browser, I get the You don't have permission to access /svn/project1/…
Johnny
  • 601
  • 6
  • 18
3
votes
2 answers

Accessing Subversion VisualSVN Server repository over internet

I'm new to Apache Subversion. We are a group of people thinking to work on a project in java. Some of us are based in different locations. I've been surfing the web for some common repository to share code across all the team members and I came…
jasmeet24
  • 676
  • 3
  • 10
  • 24
3
votes
1 answer

How to rebuild the mpfr.svn.build.vc10.zip in my own computer?

This question is about how to install "mpfr" with visual studio 2010 in windows OS. Though I have actually solved the mpfr installation problem by using a pre-compiled mpfr library (see the details here: install mpfr via precompiled mpfr library), I…
LCFactorization
  • 1,652
  • 1
  • 25
  • 35
3
votes
1 answer

Accidentally deleted VisualSVN Server repository

A developer from our office accidentally deleted the repository from the VisualSVN Server. Every developer in the office has a copy of the files, so I'm not worried about the files. What I want to recover is the changes log. Can this be done?
3
votes
1 answer

How to automate Visual Studio tasks following SVN update?

I have several Visual Studio web application projects that include SVN externals. When a new file is added to an external module, VisualSVN brings it down to the file system, but doesn't add it to the Visual Studio project; it has to be manually…
Herb Caudill
  • 50,043
  • 39
  • 124
  • 173
3
votes
0 answers

no symbols loaded after visualSVN

I have a project in vs2010 ,mvc web site c#. I used to put break points and run the project and the code break on that breakpoints. yesterday I added the project to visualSVN, since then I get error saying “The breakpoint will not currently be hit.…
Haddar Macdasi
  • 3,477
  • 8
  • 37
  • 59
3
votes
1 answer

How to setup Assembla Subversion for private project - new to source control

I've used source control in the past to commit code, in 2009 when I was working with .NET framework 2.0. I have been away from programming for around 3 years. Now I am trying to do some Win 8 programming in C# and need to setup source control for my…
raghu_3
  • 1,849
  • 3
  • 18
  • 29