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

VisualSVN Server doesn't trigger post-commit hook

I have an issue that is driving me crazy. I want to integrate VisualSVN Server with Mantis BT, so when I commit from the svn client, and I comment something like "fixed issue #3" then the issue in Mantis is marked as resolved. I followed the steps…
Agustin Meriles
  • 205
  • 4
  • 12
1
vote
1 answer

VisualSVN on Windows 2012 - how to run "svnadmin hotcopy" (getting Access is Denied)

Following this as a guide: https://stackoverflow.com/questions/33055/what-is-the-best-way-to-backup-subversion-repositories I've tried the following commmands: svnadmin hotcopy "C:\Repositories" > "C:\BackupSVN" svnadmin hotcopy…
TheCleaner
  • 32,627
  • 26
  • 132
  • 191
1
vote
2 answers

How to do an svnadmin task with VisualSVN?

We need to dump the content of a repository using svnadmin dump, but we are using svnadmin in Windows and we don't find the svnadmin command.
Geo
  • 3,071
  • 11
  • 42
  • 52
1
vote
2 answers

view repositories from network location

I've successfully installed VisualSVN server on my computer and setup it's repository root on network, to save all files on another computer. My repositories root is \\file-server\svn\ I can access all my repositories using build-in web browser by…
Misiu
  • 123
  • 9
1
vote
0 answers

Trying to get an SVN running on a VM using a bridged connection and accessed from WAN using a DDNS

I am trying to get an SVN to run from a Windows 8 VM and accessed from a distant computer via WAN. I am using a VMWare Workstation 9 for the VM and the host is Windos 8 and the guest is Windows 8 also, I am using VisualSVN for the server and NO-IP…
1
vote
1 answer

How to login to VisualSVN Server (with Single Sign-On enabled) under other user than the currently logged one to Windows machine?

If you have Integrated Windows Authentication as the only authentication type enabled in VisualSVN Server you don't get any login / password prompts. You may find yourself stuck and confused if sometimes you should access VisualSVN Server under…
1
vote
3 answers

Performance of VisualSVN Server

Have anyone witnessed peformance problems using VisalSVN server over a LAN? We get about 300 KB/S when doing update().
ripper234
  • 5,890
  • 9
  • 41
  • 49
1
vote
1 answer

VisualSVN Server Change of Authentication - Windows Server 2008

We have Windows 2008 windows server in that we are running VisualSVN Server, Presently it has subversion login authentication which will be authenticated locally. We are planning to go through Windows AD integration, What is the proper way of…
Caterpillar
  • 1,132
  • 2
  • 23
  • 47
1
vote
1 answer

Trac and SVN Ticket Updates on Windows

I am trying to automatically update tickets when I commit a change set on Windows but a little unsure how to do this. The instructions here don't really offer me much…
Tom
1
vote
0 answers

how to create a new user for visual svn server using svnkit javaapi?

I want to create a new user in the visual-svn server using java svnkit API. I want to add that user to one group programatically. Does anyone know how I can accomplish this?
1
vote
4 answers

How to accept a ssl certificate in a bash or other script?

Normally I use visual svn to setup and configure my svn repositories. By default visual svn uses https on port 8443. I want to create a script that export or checkouts some part of my repositories in a newly created server (cloud server). The…
Geo
  • 3,071
  • 11
  • 42
  • 52
1
vote
2 answers

VisualSVN Server 2.5.2 reports "413 Request Entity Too Large" when attempting to commit multigigabyte files

I'm getting the following error, when attempting to commit large files (multi-gigabyte) to a new local installation of VisualSVN 2.5.2 Server on a Windows XP machine. "413 Request Entity Too Large" I'm using Windows authentication, and I've…
Sam Johnson
  • 139
  • 1
  • 8
1
vote
1 answer

Is it possible to get svn to authentication with windows/sspi, but with username aliases?

I have a VisualSVN server running on Windows 2008 R2 x64 using basic authentication. I want to upgrade to use windows authentication. However, some of the usernames set up do not match the domain usernames. Is there a way to alias…
1
vote
0 answers

VisualSVN Server giving 405 Method Not Allowed

I'm trying to commit some files to a Subversion repository hosted in VisualSVN server, it's started giving me an error message I haven't seen before: Error: Commit failed (details follow): Error: Server sent unexpected return value (405 Method Not…
Tim Long
  • 1,738
  • 1
  • 21
  • 41
1
vote
0 answers

VisualSVN Port Forwarding is Not Resolving

I am using the FreeDNS Update client to dynamically update the IP address of a subdomain. I can access https://localhost:8282/svn/ on the laptop but I cannot access it from https://my.domain.com:7430/svn/. I enabled port forwarding on my router to…
Adam
  • 121
  • 5