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

org.tigris.subversion.javahl.ClientException for create a tag

I have a problem since I installed Tortoise comes with VisualSVN for Visual Studio. From eclipse I can not create TAG. I have the following error message. org.tigris.subversion.javahl.ClientException: svn: File not found: revision 392, path…
user1226061
  • 5
  • 1
  • 3
0
votes
2 answers

SVN Pre Commit Hook - Get File List (Windows)

I need to check the content of files with extension *.csproj as part of Pre-Commit Hook and validate them How can I get the list of files that will be checked-in as part of the transaction? What steps should I do to check the content of the files? I…
Maanu
  • 5,093
  • 11
  • 59
  • 82
0
votes
1 answer

Can't browse SVN repo using Android browser

This is kind of an overly-specific issue :) I have an SVN repo on my home server using VisualSVN, latest version. It works perfectly. The problem I have though is that if I try to browse my repo using any Android web browser, I get a blank page. The…
Frank W. Zammetti
  • 1,231
  • 1
  • 11
  • 19
0
votes
3 answers

SVN Server with Apache can let me access my files anywhere! Firefox seems otherwise

I just installed Visual SVN Server and I just found that I can access my files using plain browsers like IE or Chrome. I can even stream an mp3 file from my home to my work that way... or access any files at home if i forward the port to the Visual…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
0
votes
2 answers

Uninstalled VisualSVN Client but Menu Context entries are still there

how can I remove the entires on the Context Menu related to VisualSVN client ...after I deleted that software from my machine ?
SF Developer
  • 5,244
  • 14
  • 60
  • 106
0
votes
1 answer

how to get "green" (i.e. nothing to commit) on the entire solution in VisualSVN

I'm using VisualSVN and VS All projects in my Solution has "green" circle meaning that there is nothing to commit However entire solution has "yellow" circle. tortoisesvn says that only one folder is changed, the status of this folder is "modified…
Oleg Vazhnev
  • 23,239
  • 54
  • 171
  • 305
0
votes
0 answers

TortoiseSVN hangs on "Sending Content" when commit new data

I am using as server the latest VisualSVN, and its been updated from SVN 1.6 to SVN 1.7. also i have updated the TortoiseSVN to 1.7.1. when i try to commit to the repository, its runs all the add command and then hang on "Sending Content" on random…
CaTz
  • 305
  • 3
  • 5
  • 20
0
votes
0 answers

Error adding RAD Studio project to Subversion

I'm trying to add my Delphi project to Subversion repository, but have an error. I have extracted all binaries of VisualSVN 1.14.2 to folder and specified it in IDE settings. Then I do right-click -> Add to Version Control, select "SubVersion",…
0
votes
2 answers

One copy of external project locally with Visual SVN and svn:externals

We're using Visual SVN for source control. We've got multiple solutions that reference a class library project. Each of the solutions uses svn:externals to reference the class library so that when the solution is opened in VS2010, we can make…
Brent Lamborn
  • 1,370
  • 3
  • 17
  • 37
0
votes
1 answer

Softether VPN certificate

I am using Softether VPN, VisualSVN and TortoiseSVN to commit and update my projects. The project repositories are in a seperate server. I configure visualSVN like this: And this is in SoftetherVPN Both are using the same certificate. But when I…
hud.
  • 160
  • 1
  • 14
0
votes
1 answer

Visual SVN is not working in Visual Studio 2022

Today, I installed Windows 11 and Visual Studio 2022. The last time, I used Visual SVN for managing my solutions. I want same environment for learning. Visual SVN server is installed successfully. And Visual SVN client installed successfully and I…
Ali Ali
  • 56
  • 6
0
votes
1 answer

Is there any need to move or change the repositories from the licenced version to the free version. or is there any task which is required for this?

I am using a user-based licence version of SVN, but now I can use the free version because of fewer users. SVN server is free for 10 users. Is there any need to move or change the repositories from the licenced version to the free version. or is…
0
votes
0 answers

How to migrate vsvnbak File from SVN to Github

we have an vsvnbak file which should be a svn backup with code history and we want to migrate this to github. The issue is, that we just have the backup file without either the original or any svn server so far. The only thing I found so far is that…
René Winter
  • 409
  • 1
  • 4
  • 10
0
votes
0 answers

Remote accesing VisualSVN server

I'm currently trying to setup a server repository for team development and host it in my own windows 10 ethernet connected computer. I'm using TortoiseSVN to manage the repository and VisualSVN to set up the server. Locally and from my own LAN…
Mike GO
  • 101
  • 1
0
votes
1 answer

XCode 4.1 won't connect to my VisualSVN Windows server

I installed the free version of VisualSVN on my networked Windows 7 server. The link looks like this: https://sedwo@xxx.xxx.xxx.xxx:8443/svn/iOS On my MBP, I can login and view the repository through firefox. I bought Cornerstone 2 and can view the…
Sebastian Dwornik
  • 2,526
  • 2
  • 34
  • 57