Questions tagged [visualsvn-server]

VisualSVN Server - Subversion Server for Windows

VisualSVN Server is an easy to setup and configure SVN server for Windows. It comes as free standard and an enterprise edition with more features. Both editions are for commercial use. Anything you need to setup the SVN server comes in one handy installation package.

104 questions
3
votes
1 answer

Cannot access Network Shares on Windows Server 2008 running VisualSVN Server

I have installed VisualSVN server on Windows Server 2008. The server is part of a domain but not the domain controller, it is just a data server and now an SVN server. VisualSVN uses port 80 and can only be access from inside the network (i do i by…
3
votes
3 answers

Visual SVN server Running but cannot access / browse repositories

Operating System: Windows Web Server 2008 R2 Visual SVN Version: 2.5.7 Subversion: 1.7.7 Apache: 2.2.22 I freshly installed the Visual SVN latest version on the server and created one repository in it. In the server management window, it shows that…
user1783560
  • 31
  • 1
  • 1
  • 2
3
votes
0 answers

ASP.NET directories blocked from VisualSVN Server behind reverse proxy in IIS 6

I’ve got VisualSVN Server running behind a reverse proxy in IIS 6, Windows Server 2003. This isn’t ideal, but for the main web app on the server I’ve only got one IP address and SSL certificate available. Everything works except for when trying to…
user143344
  • 31
  • 1
3
votes
1 answer

Restrict WebSVN Access to Windows Users in Specific Domain

I am trying to install WebSVN on top of a VisualSVN install. VisualSVN is set up to use windows authentication, with users from domains CLIENT and DEV getting access to different areas of the site. Users in CLIENT are denied root access (through the…
Yaakov Ellis
  • 556
  • 1
  • 10
  • 15
3
votes
4 answers

Web Development with SVN

I am running VisualSVN Server on my server, and I have TortoiseSVN installed on both my dev PC and my server. I want to be able to push through updates to the website over SVN without manually checking out the latest version on htdocs. How can I…
3
votes
2 answers

'svnlook' is not recognized as an internal or external command. VisualSVN server

I have VisualSVN running on a Windows 2003 64 bit server. I'm storing my repository on a NAS and using UNC path. The problem comes in when using svnlook in a hook bat file. I get: 'svnlook' is not recognized as an internal or external command, I…
NitroxDM
  • 635
  • 1
  • 13
  • 29
3
votes
1 answer

VisualSVN for Linux

I'm looking for an application like VisualSVN in order to manage repositories and also User Access. For example you can create users and assign them to specific projects. It doesn't matter which version control it works with. If it works with SVN,…
user24912
  • 237
  • 1
  • 4
  • 9
3
votes
2 answers

VisualSVN Server , Windows 7 and Apache Problem

I am running Visual SVN Server(with Apache) on a Windows 7 computer and network. After about 15-20 minutes of my first commit/update, I am unable to access the repository via Tortoise SVN. The error message I get is: OPTIONS of…
Ash
  • 31
  • 2
2
votes
0 answers

Discovering IP restrictions in Visual SVN Server - Access denied from new IP

I have an installation of Visual SVN (Server Standard Edition, C 2007-2016) that I have inherited, and I am trying to give a new programmer remote access and having some difficulty. It is installed on a server running Windows Server 2012 R2, being…
2
votes
1 answer

Installing VisualSVN when Apache is already installed

Is there any way I can install VisualSVN not installing Apache? The thing is that I already have Apache installed in the same server, so I want VisualSVN to use that Apache installation. By the way: I was told that VisualSVN is the best (easyest)…
Toto
  • 401
  • 1
  • 5
  • 13
2
votes
1 answer

VisualSVN Server won't work with AD, will with local accounts

Decided recently to switch VisualSVN from local users to AD users, so we could easily add other employees. I added myself, gave Read/Write privileges across the whole repo, and then tried to log in. Whether I'm using tortoisesvn or the web client, I…
frustrato
2
votes
1 answer

svn diff returns E175009 after ~25 minutes

I'm attempting to map an SVN repo into Fisheye/Crucible for use with the code reviews feature. I'm running into issues with one of the commands Fisheye runs, but the source of the trouble seems to originate with the SVN server. VisualSVN Server…
Melikoth
  • 383
  • 2
  • 3
  • 14
2
votes
3 answers

VisualSVN server visible on internet, but not all subcommands work on client

So my boss is a nice guy who's open to trying new ideas, and I talked him into letting me start new projects on svn (instead of an older version control system). At this time, we've realized that it's in our interest to be able to access our svn…
cs-
  • 131
  • 3
2
votes
1 answer

VisualSVN Server displays SIDs instead of human-readable domain user names

I'm running VisualSVN Server on a machine which is a member of a domain (it's Windows Server 2008 R2). Now I'm trying to grant myself permissions to access a repository. I right-click on Repository node, click "Properties", then "Add". Standard…
Anton Gogolev
  • 1,572
  • 3
  • 16
  • 22
2
votes
1 answer

Jenkins with subversion plugin using AD athentication

I'm configuring a Jenkins instance installed as a windows service. In order to download the source code, I would like to use the subversion plugin, but I'm getting an authentication error when I add the credentials (user name/password). The same…