Server 2008 R2 SP1
VisualSvn Server 2.1.6
The IIS server has about 10 sites. One of them uses https over port 443 with the following bindings:
http x.x.x.39:80 site.com
http x.x.x.39:80 www.site.com
https x.x.x.39:443
VisualSvn Server Properties
server name: svn.SomeSite.com
server port: 443
Server Binding: x.x.x.40
No sites on IIS are…
Hi,
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 going to the dns name of the server). However, ever since i have installed this, other…
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 going to the dns name of the server). However, ever since i have installed this, other…
Server 2008 R2 SP1
VisualSVN Server 2.1.6
The IIS server has about 10 sites. One of them uses https over port 443 with the following bindings:
http x.x.x.39:80 site.com
http x.x.x.39:80 www.site.com
https x.x.x.39:443
VisualSVN Server Properties
server name: svn.SomeSite.com
server port: 443
Server Binding: x.x.x.40
No sites…
I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN?
AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch.
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 subversion server so
Local machine ---{ssh}--- gateway ---{ssh}-- subversion…
Hi all,
When I am trying to setup VisualSVN Server in my server. I get error. I can not find solution
Error:
service VisualSVN Server failed to start. Please check VisualSVN Server log in Event Viewer for more details.
Thanks for help.
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 get a 403 Forbidden error:
You don't have permission to access /svn/main/ on…
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 get a 403 Forbidden error:
You don't have permission to access /svn/main/ on…
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 commit to or browse the default ASP.NET directories (App_Browsers, App_Code,…
I am trying to install VisualSVN to manage my code with other users. In the middle of the installation I have a window saying "Change if necessary installation path and initial VisualSVN Server setting". And after that (in the same window) I have two fields: "Location" and "Repositories". What these two parameters mean?
I…
If I drag and drop tracked .cs files to new folders in VS2008 with VisualSVN what message should I see when I commit the .cs file? I see added (+) shouldn't I see a "move"?
I'm asking because I'm getting ready to do a major refactoring (including moving lots of files) and I don't want to lose my version history on these…
All the recent VisualSVN Server posts made me want to check it out. I have SVN running right now through Apache, but I'd like to try out VisualSVN Server, mostly for the active directory integration. Their docs don't describe whether you can easily migrate an existing repository. Anyone done this before?
Hey guys!
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 to the following:
…
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?
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 "https://jason/svn/repository1": could not connect…
I am running VisualSVN on a windows VM box. The VM crashed and corrupted the image. After restoring an older image (2007) we discovered that our data backup is not functioning properly. Hence I have a bunch of projects (~20) siting on my laptop (client side) and I want to push…
I have tried to host a Mercurial HG repository using a Scriptalias.
ScriptAlias /hg/ "htdocs/hgwebdir.cgi"
If I go to Chrome it display the contents of the cgi file. In IE it does render however images and links are not displayed. In either case the repository I want to…
Publishing my entire application to a server in the U.S. every time I change a single line of code is taking FOREVER.
I'm running VisualSVN server on my production server. How can I auto-build my project (to a development site folder) on the server whenever a commit is…
Hi,
Relating to another question I asked regarding setting up Mercurial under VisualSvn server. Currently when you go to the /svn/ url you can see all repos including hg repos. I now want some way to redirects you to the correct url for hg repos Eg
…
I'd like to migrate my svn repository from my local computer running windows and VisualSVN 2.1.2 to an svn app on webfaction (my Linux hosting solution).
Initially I tried dumping the svn:
svnadmin dump *path_to_repository* *dumpfile_name*
…
I have Trac set up on my VisualSVN server (using Subversion authentication), however every time I navigate to the Trac home page after opening the browser, I get the basic authentication dialog asking me for my username/password. What I would…
The company I work in has suffered a major server failure. During this failure the SVN Repository was lost. But there is still hope !
We have an old backup of the repository which I've managed to successfully restore using VisualSVN.
The…
How can I do daily backups for my VisualSVN Repos?
Its on a Windows Server 2003 machine with VisualSVN Server, I was thinking about just doing an xcopy of the folder C:\Repo but I'm not familiar enough with svn to know if that will cause…