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
1
vote
1 answer

Adding local users not in Active Directory in VisualSVN Server

I am using VisualSVN. I am wondering whether if I use subversion authentication, I can easily link my active directory and also be able to add local users who are not part of the active directory.
Raja Akula
  • 11
  • 1
1
vote
0 answers

Svn Server Setup, how to connect remotely?

I'm trying to setup a server for a small team trying to use SVN Tortoise with Unreal Engine 4. I tried Visual SVN but had issues with it saying "An error Occured during SSL communication", with no idea how to move forward and how to fix it after…
1
vote
1 answer

Jenkins - Change destination of built project

I have a C# web application that I have developed using Visual Studio 2010 and commit changes to a VisualSVN repository using the AnkhSVN plugin for Visual Studio. I have created a Jenkins project that checks the repository every five minutes for…
Simon
  • 1,293
  • 5
  • 21
  • 39
1
vote
1 answer

versioning and deployment of application configuration files to server

We use visual svn for version control. I have few cloud web servers where my websites are running. I would like to create some repositories for the websites content. I checkout them in local editors (notepad ++), edit them and checkin to SVN. But…
1
vote
2 answers

How to fix version of project in SVN working history?

I work on project, which may contains several version to several clients. I.e. 2.65 - version for client 1, and 2.67 - version for client 2; generally, differences between 2.65 and 2.67 really small - and due this, it's no need in several branches…
Jamon
  • 126
  • 6
1
vote
4 answers

TortoiseSVN working copy folder with conflicts but file list is empty

Context : Windows 7 + TortoiseSVN + Visual Studio 2010 + VisualSVN In the windows explorer , I can see one of my folder with the little red circle (like there is a conflict). So I do: Righ click on the folder -> TortoiseSVN -> Resolved and then a…
remi bourgarel
  • 9,231
  • 4
  • 40
  • 73
1
vote
1 answer

Using VisualSVN client without VisualSVNServer

Is it possible to connect the VisualSVN Visual Studio client to a non-VisualSVNServer SVN instance? All of the documentation I have been able to find is VisualSVN <=> VisualSVNServer.
1
vote
1 answer

Dealing with multiple svn corruptions over multi-year period

To start with, I have already read various postings on dealing with what seem like relatively small SVN corruptions. I am posting this because we are concerned that the sheer number of corruptions implies our methodology is flawed or alternatively…
lmgtfy
  • 11
  • 1
1
vote
1 answer

Using tortoisesvn and visualsvn remotely

I have installed TortoiseSVN on a server on which i am connected remotely. Now i installed VisualSVN on my machine and i want to access from Visual Studio the repository which was made on the server where TortoiseSVN is installed. How to do this?
1
vote
1 answer

Get project version from svn (VisualSVN) repository using javascript or php

Save your data in the repository at VisualSVN https://myserver.ru:8443/svn/my-repository/my-project Can I get the current version of the project in SVN using php or javascript (javascript (jQuery, Ajax etc) is preferable)?
Zhihar
  • 1,306
  • 1
  • 22
  • 45
1
vote
1 answer

Checkout files from a different SVN directory to single target directory - SVN

Is there a way to check out a single file from a different SVN directory to single target directory? For example, in the SVN repository svn://ddev/EDW/trunk/src/etlDataStream/ASGC files: File1.dtsx …
Sreedhar
  • 29,307
  • 34
  • 118
  • 188
1
vote
1 answer

Cant expand SVN revision with FishEye

I installed Atlassian FishEye and connected it with a SVN repository which is running by VisualSVN Server. FishEye scanned about 60% of the repository and then it gets stuck at this error: Repository paused due to error…
dplesa
  • 1,355
  • 6
  • 23
  • 56
1
vote
0 answers

VisualSVN: Post-Commit for different projects

my current situation: I have a local VisualSVN Server with a repository: The whole time I had one project "Project", but now I added a second "Project1". I triggered Jenkins with a post-commit:…
Perazim
  • 1,501
  • 3
  • 19
  • 42
1
vote
1 answer

Set post-commit in VisualSVN Server for Jenkins

I connected Jenkins with my VisualSVN Server and can make builds by clicking on the build-button in Jenkins. But now I want to trigger the build by using the post-commit. I use TortoiseSVN + Jenkins + VisualSVN Server I tried it two ways, but none…
Perazim
  • 1,501
  • 3
  • 19
  • 42
1
vote
1 answer

Updating multiple projects using svn:externals

Overview I am using VisualSVN in Visual Studio, VisualSVN Server on Windows, and of course, TortoiseSVN. I wanted to know what the best method of sharing multiple projects over multiple solutions was, and if there was a better method. Layout My…
Moo-Juice
  • 38,257
  • 10
  • 78
  • 128