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.

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

Is it possible to integrate Trac with VisualSVN Server 3?

In older versions of the VisualSVN server, it was possible to integrate the Trac bugtracking system using a plugin found here: https://www.visualsvn.com/server/trac/ Unfortunately, now this page just says: The Trac plug-in for VisualSVN Server is…
nikie
  • 121
  • 3
2
votes
0 answers

Visual Svn Server: How to restrict edit by specified IP Address

I want to enable only a specific IPAddess to edit (add, delete, update...) my visual svn server, but all others IPAddess must be able to read... I believe it is necessary a change like this in the file…
Simone Nigro
  • 375
  • 2
  • 3
  • 17
2
votes
1 answer

How can I transfer SVN repositories from VisualSVN Server (Windows) to Apache SVN (Linux) correctly?

My goal is to transfer old SVN repositories from a Windows VisualSVN server to a Linux Apache SVN server. The first step was to make a dump of all the repositories with the svnadmin dump command. After that I loaded those dumps into my Linux…
Laurence
  • 139
  • 3
  • 13
2
votes
1 answer

Can Windows Backup and Restore safely backup an SVN repository?

I'm using VisualSVN to host a repository on a server that is backed up nightly using Windows' built in Backup and Restore functionality. Is this sufficient or do I need to create a separate task to specifically call svnadmin hotcopy every night? …
Larry
  • 235
  • 1
  • 3
  • 10
2
votes
1 answer

Moving a VisualSVN repository to a remote UNC share

I’m attempting to move our repository to a network file share (using a UNC Path) but I am getting the following error when starting the server: Invalid file path //SERVERNAME/SVN/Repositories/authz-windows I can work around this error by manually…
Sam Johnson
  • 139
  • 1
  • 8
2
votes
0 answers

Simple SVN post-commit hook for Jenkins on Windows Server 2008

I have VisualSVN Server holding several repos with PHP applications on Windows Server 2008 machine. I need to figure out how to deploy PHP scripts to production machines (2 Windows servers + 1 Linux/Apache), preferably NOT by setting local repos on…
tap3ah
  • 21
  • 2
2
votes
1 answer

Visual SVN + CC.Net on Windows Server 2003. Can't get it work

I've been trying like crazy to get Visual SVN and Cruise Control to work and am getting nowhere fast. The latest error I'm running into is the "invalid certificate. not from a trusted site" since Visual SVN uses https. Of course it's a fake SSL…
Jack Marchetti
  • 561
  • 1
  • 6
  • 15
2
votes
1 answer

VisualSVN Server installation fails with error "Cannot query proxy blanket: No such interface supported"

VisualSVN Server installation fails with the following error message: Custom action InstallWMISchemaExcute failed: Cannot query proxy blanket: No such interface supported (0x80004002).
Ivan Zhakov
  • 1,836
  • 14
  • 15
2
votes
1 answer

How can I enter files containing '[' or ']' into VisualSVN's authz file?

I'm using VisualSVN to serve several SVN repositories, and it uses Windows authentication to control access. Some of the files have the [ and ] characters, and spaces, in their names. Changing their permissions via the VisualSVN management console…
detly
  • 192
  • 1
  • 3
  • 11
2
votes
2 answers

How do I get the Active Directory user ID?

Firstly, I don't even know whether the "user ID" is the correct term here. The context is that I'm using VisualSVN Server to manage / administer access rights on my SVN repositories with Windows Authentication, and the authz-windows file it creates…
detly
  • 192
  • 1
  • 3
  • 11
2
votes
2 answers

Subversion connection error for 64 bit clients

I'm not a sys-admin but I apparently have to play one on TV. I did however convince my workplace to start using version control and therefore get to be the one to administer it. The catch is I have to do it on their existing systems. So, I'm running…
invertedSpear
  • 153
  • 1
  • 6
2
votes
1 answer

Export VisualSVN users

I'm using VisualSVN server. Since one of the hosted repositories is moving to a different server, I'd like to export a table of users with their password hashes and import it at the new location. There does not seems to be an official way to do…
mafu
  • 453
  • 5
  • 10
2
votes
2 answers

VisualSVN Server: Provider encountered an error while streaming a REPORT response

I am using a VisualSVN. Today I have reinstall the OS (Win2003 R2) and then install VisualSVN on it. I have imported repositories, check access with browser, everythig looks fine. After that I tried to update existing chekouts. If I try that I get:…
Peter Stegnar
  • 571
  • 2
  • 10
  • 22
2
votes
2 answers

Handling username changes in Subversion server with Windows Authentication

I have a Subversion server (version 1.7.2) that is fronted by Apache 2.2.21 using basic Windows/Active Directory authentication. Really it's just using the Visual SVN Server 2.5 package with Windows authentication enabled (Basic authentication, not…