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's wrong with my SVN hook script-----pre-commit.bat?

I Wrote a pre-commit hook script for SVN which running on Windows (.bat). The main purposes are: checking the reversion log length; prevent normal users deleting [repo]/trunk/ folder; prevent normal users deleting [repo]/trunk/xxx/ folders; But…
roro
  • 29
  • 4
0
votes
1 answer

ssh tunneling with visualsvn

I have been asked to setup VisualSVN for Visual Studio 2008. Due to firewall restrictions and server configuration. I need to use ssh tunneling. My problem is this: The local machine needs to connect to a gateway machine via ssh then connect to the…
DeveloperChris
  • 3,412
  • 2
  • 24
  • 39
0
votes
1 answer

How to Set FTP as SVN server repository path

I have external hosting but I think it didn't support installing SVN server application, I installed on my local computer Visual SVN server, and tried to set it's repository as ftp path, The application did't support network ftp, I tried to map ftp…
JustMe
  • 6,065
  • 3
  • 19
  • 17
0
votes
1 answer

Does drive connected to SVN server require authorization?

I use VisualSVN as svnserver which manages the repository stored in X: drive. Not everyone has access to X: drive, but i want to give some of them access to repository. Do they need to have access to X: drive or passing authorization of visualsvn is…
fhuseynli
  • 630
  • 3
  • 12
  • 26
0
votes
1 answer

Make a directory a working copy without checkout?

So I am doing a project for my school but the problem is my school computers run deep freeze. Is there any way I can use SVN and make a directory a working copy without checking out? Does anyone know how SVN remembers if a directory is a working…
CodyK
  • 3,426
  • 4
  • 36
  • 52
0
votes
1 answer

Using svn:externals - doesn't auto-update Tortoise status?

(I'm an svn newbie, so I don't know if what I'm trying to do is even possible but...) I've set up a simple test repository to try a few things out. At present it looks like this: TestSVN |--Folder A | |--FileA.txt | |--FileB.txt …
Kyudos
  • 625
  • 4
  • 18
0
votes
1 answer

Subversion server wrapper + Windows GUI like VisualSVN, which product am I talking about?

I came across a competitor product to VisualSVN a few days back. It provides an installer and graphical wrapper around a standard svn server, plus (that's why I'm looking for it) repository backup and monitoring functions. I can't for the life of me…
Pekka
  • 442,112
  • 142
  • 972
  • 1,088
0
votes
1 answer

Subversion unexpected 405 on adding file

I've just added a new user to a SVN repository. They have read/write perms on the repo. They also have file perms (up to Modify, including Write and Create) on the Repo directory. When the user tries to add a file to the project, or commit a file,…
Chris B. Behrens
  • 6,255
  • 8
  • 45
  • 71
0
votes
1 answer

VisualSVN keeps asking for username and password

I rented a server for a month to try some things out. I'm fairly new to servers and everything and trying to learn. I now want to have projects on this server using VisualSVN. I've installed VisualSVN and added some users to gain access to these…
Amatoir
  • 1
  • 1
0
votes
2 answers

SVN update in post-commit hook

I'm trying to write a post-commit hook for a VisualSVN server on MSWindows, that immediately after the commit updates the server's project. On the server side: when I'm commiting a revision the svn up command cannot be executed in the hook. On the…
Mihai238
  • 1,087
  • 13
  • 26
0
votes
1 answer

VisualSVN Hook replace information in file?

i will replace automatically informations while SVN-Commitment. For example: myfile.js /* $Author:User; $ChangeDate:02.01.2014; $Revision:10401; */ function myJavascriptFile(){ } Now when the commitment is runnig the hook should replace the…
JSX
  • 28
  • 1
  • 3
0
votes
1 answer

Commiting Data from Versions to SVN in mac

I am trying to commit data to Visual SVN via Versions in macBook. I have created the repository, imported it and committed it successfully. Now I have changes in the data I have added a new folder with some images in it into my working copy, I…
Jawad Amjad
  • 2,532
  • 2
  • 29
  • 59
0
votes
1 answer

SVN timeout (E175002) when checking out files, but can browser the repo ok

I'm trying to connect my new machine to my SVN repo. I can connect ok, and even browse the repo, but as soon as I try to checkout the files onto my laptop (Macbook Pro, Mavericks) I get the following error: Cannot check out from svn: svn: E175002:…
aritchie
  • 601
  • 10
  • 18
0
votes
3 answers

subversion url redirect

I couldn't figure out how to do a repository url redirect in Svn... Here is a scenario: For SVN server we use Visual SVN, for clients mostly Tortoise SVN. We create a branch each time we do a production source rollover. Then the url looks like…
Irfan Mulic
  • 1,186
  • 3
  • 14
  • 28
0
votes
3 answers

How to I tell VisualSVN to do a replace instead of a merge?

We're finding ourselves unable to open our project in Visual Studio because SVN is adding lines like "<<<<<<< .mine" to our .csproj files. This is apparently something SVN inserts when it has trouble merging files, but we're not interested in…
Chuck Le Butt
  • 47,570
  • 62
  • 203
  • 289