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

Backup of VisualSVN

I've got installed a VisualSVN in a Windows Server 2003 (it has just a drive C: with 10GB) I'm planning to backup a VisualSVN server in this way: Make a disk image with Ghost or some other software of my Windows Server 2003. Every night make a…
Delmonte
  • 301
  • 1
  • 7
  • 19
2
votes
0 answers

VisualSVN Server Manager: WMI access denied

I have VisualSVN Server 2.1.10 installed on Windows Server 2003 with Subversion authentication. I works fine however from some time when I open VisualSVN Server Manager locally I get error WMI access denied. Please check the credentials and server…
jlp
  • 141
  • 1
  • 5
2
votes
1 answer

Should I migrate from VisualSVN to Collabnet Subversion Edge?

I have just learned that Collabnet has released a single installer package containing SVN, Apache and visualVC. It has LDAP authentication and remote management among other features. For the moment, we are running the free version of VisualSVN…
Stéphane
  • 149
  • 2
  • 7
2
votes
3 answers

Problem with Email Notifications in VisualSVN Server

I have a dedicated server running windows 2003 server and Visual SVN Server 2.0.8. I'm trying to configure it to send email notifications on commit. So I found this article on Visual SVN site. It says I have to edit the Post-commit hook and set it…
empz
  • 247
  • 1
  • 6
  • 15
2
votes
1 answer

How do you access physical VisualSVN server files?

I'm wondering how you access the physical files that have been committed to a svn repository? I set my svn repository to D:\repositories at installation and for some reason, I can't find or see any of the files. Is there something that I'm missing?
devpi
1
vote
0 answers

Download URL for HEAD revision of a file in VisualSVN

With VisualSVN server, you can get a direct download link like this: http://myserver/!svn/ver/15/file.txt by navigating to the page for a speicfic file and clicking download. Is there a simple url to get the HEAD revision of the same file?
Ryan
  • 351
  • 1
  • 2
  • 6
1
vote
1 answer

Checking out from VisualSVN with SVN+SSH:// from Linux

I've seen a few references to people accessing their VisualSVN server with the svn:// protocol despite visualSVN not technically supporting it (due to it still pulling from stock SVN for windows). I have an older Linux client fileserver that for…
lilHar
  • 63
  • 6
1
vote
1 answer

Visual SVN Server post-commit-hook parameters are not commited

With Visual SVN Server on Tab hooks list post-commit I added a filename with full path in this window, but if I do a commit, parameters are not sent to my executable. What's wrong here?
rundekugel
  • 137
  • 5
1
vote
0 answers

VisualSVN repositories on a NAS with Samba service

I installed VisualSVN Server on my PC with Win8.1 and I'm trying to create repositories on a network share on my rather primitive NAS that runs a Samba service. I created the user "svn" in Windows and in Samba with the same password and set…
Ivan Gerken
  • 111
  • 2
1
vote
1 answer

Network File Systems (NFS) between multiple AWS EC2 Instances for VisualSVN Servers behind Load Balancer

I have a couple of windows server instances running on Amazon EC2 with VisualSVN Server and would like to make them a bit more fault tolerant by running a duplicate instance with load balancers. The problem is the specific data, as an example it…
Simone Nigro
  • 375
  • 2
  • 3
  • 17
1
vote
1 answer

Migration svn folder to new svn server repository

Here in our company two big departments are getting together. Both have their own svn servers with subversion folder structure and its been created using an application. Now they are coming up with one structure. Now once after creation of new SVN…
Caterpillar
  • 1,132
  • 2
  • 23
  • 47
1
vote
1 answer

SVN post-commit hook executing on client

I'm attempting to add a post-commit hook to Subversion that will send an email to a group of users when a change is committed to the code base. I have been following these instructions, however when I make a commit, the command appears to be…
Simon Adcock
  • 111
  • 3
1
vote
1 answer

Visual SVN Server Installation Error - Share Drive - Access Denied

We are trying to install Visual SVN Server 2.7.1 and trying to place repositories on windows share. We have given all the rights to the share folder but its show the below error while installation of the application.
Caterpillar
  • 1,132
  • 2
  • 23
  • 47
1
vote
1 answer

How to restrict access to Visual SVN server by specified IP address?

I need to allow only specific IP addrees to access my visual svn server. Visual SVN 2.6.0 is installed in the server. SERVER : WIndows 2008 R2 I'm accessing the svn by the urls like https://example.com:8443/svn/reponame I've IIS7 on this same…
1
vote
1 answer

Setting up Subversion Lock-Modify-Unlock on Windows Server

I have Visual SVN server running on a Windows machine. I am using the VisualSVN client that integrates into Visual Studio. Previously, we used Visual SourceSafe, which had the lock-modify-unlock versioning model. Despite the drawbacks of this…
Josh Stodola
  • 289
  • 1
  • 4
  • 14