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

What should we use as source control with TFS in Visual Studio(TFS source control plugin or VisualSVN )?

We are planning to use Team Foundation Server, but we need to decide whether to use the Visual Studio Team Foundation Server source control plugin or the VisualSVN source control plugin inside Visual Studio.
serefbilge
  • 1,654
  • 4
  • 29
  • 55
0
votes
1 answer

SVN successful commit not showing on website

Background I have an installation of VisualSVN on a server. under this, I have a basic repository (no branches/trunks or tags). I used svn in it's most basic format as I was the only developer on it. The project itself is an IIS ASP.NET 3.5 website…
kolin
  • 2,326
  • 1
  • 28
  • 46
0
votes
1 answer

error reintegrating branch to trunk with Tortoise and SVN

Im trying to reintegrate a branch into the trunk and it keeps telling me a revision in the trunk is missing from the branch, but when i try to merge the revision to the branch, it shows nothing needed to be merged. I am using VisualSVN in vs2010,…
Mike_G
  • 16,237
  • 14
  • 70
  • 101
0
votes
1 answer

Silverlight 4 & VisualSVN issue

I recently started using VisualSVN to sync my solutions to my Dropbox folder. But in the Silverlight solution, I get an error when trying to run. "The Silverlight project you are about to debug uses WCF RIA services. WCF RIA services will fail…
0
votes
1 answer

Error Occured in SVN Repository

While accessing SVN repository via a browser the error occurred after entering username and password. Below is the error Redirect Cycle detected for URL http://localhost/svn/repos Please help me. I am new user and don't have any idea about it.
BraveGirl
  • 75
  • 6
-1
votes
1 answer

VisualSVN doesn't create the default folders

After create a SVN repository using VisualSVN, I cannot see the default structure (branches, tags e trunk) through Windows Explorer... I've checked "create default structure" checkbox... It is correct? Should I create these folders "manually"? How…
sonnuforevis
  • 1,311
  • 6
  • 22
  • 38
-1
votes
0 answers

I have a problem with connect Visualsvn to Eclipse

my development environment is using VPN, Java 1.6 & 1.8 tool is Eclipse. i can’t use Eclipse Marketplace or Install New Software. Install VisualSvn Manager to my local computer, is it works. but when connect to other computer, not working error msg…
-1
votes
1 answer

SVN to GitHub migration

I have to migrate multiple directories from SVN trunk to one single GitHub repository. I'm able to clone single directory at a time by using this command: git svn clone "https://svn repo url" How to clone multiple directories with a single command…
viswa
  • 21
  • 6
-1
votes
1 answer

VisualSVN got corrupted

We're running VisualSVN server, and last night it seemed to have gotten corrupted. From what we can gather, the "current" file is what got corrupted, and we can't figure out how to rebuild this. It consists of a single line of text, broken into 3…
Mike
  • 1,246
  • 3
  • 20
  • 34
-1
votes
1 answer

Accessing TortoiseSVN file:// repository with http:// or https://

I have a lot of already existed local SVN repositories on my Windows PC and TortoiseSVN on it. I also use Netbeans IDE for developing. I have problems with SVN after some updates of Netbeans and TortoiseSVN. As I see all my projects are configured…
Dmytro Zarezenko
  • 10,526
  • 11
  • 62
  • 104
-1
votes
1 answer

Retain the History of the project when moved to new folder in SVN

I had 3 projects with three different .sln files. For Ease I combined 3 projects into one by creating empty .sln file. I have created the new folder on the server and moved the newly created project(3 merged project) in same repo as the old…
Urvil Shah
  • 73
  • 9
-1
votes
1 answer

Add new repository in Subversive

As I know we can use Visual-SVN for server and Tortoise-SVN for client as practice. However, What if we are going to use subversive? Can subversive be both server and client? And if we going to use subversive as server, how do we allow users to…
javanoob
  • 1
  • 2
-1
votes
1 answer

Checking in specific part of code within a file

I am trying to check in a specific part of a file into SVN, Example I have a file named Example.cs which is already on SVN in which I have added two new methods but I just want to check in just one method and hold onto the other one for a later…
DoIt
  • 3,270
  • 9
  • 51
  • 103
-1
votes
2 answers

Connecting to SVN Repo with Custom Port

For a school project I'm trying to connect to an svn repo hosted in the computing department. I've tried connecting to it using VisualSVN, AnkhSVN, and SlikSVN and none of them will connect. I was given a URL like…
Nakaan
  • 167
  • 7
-1
votes
1 answer

how to connect visualsvn with tortoise svn?

I Install TortoiseSVN and make the repository in d: drive named by svn_repo. then I make a copy of svn_repowc folder which I create three folder brunch, trunk and tags. ** PROBLEM ** I did`t know where I make the URL to connect with other pc and I…
Junaid Rehman
  • 113
  • 1
  • 9
1 2 3
30
31