visualsvn-server

Protocol for VisualSvn

Need to get port opened on vps server by the server company. The port is for VisualSvn so i can connect to it from my pc. Question is, what is the protocol for this traffic, TCP UDP ICMP IP ?? ...

Visual Svn Servers

Looking to implement Visual Svn but dont have my own server. I could install it locally and run it from my pc but if something happens my pc I lose everything. So servers out there that provide an svn service or provide visual svn? EDIT: Professional projects so wont be using google. ...

How do you manage multiple versions of the same software for each customer ?

Hello, I have a source code 95% the same for all customers. Some customers ask something specific. How can I manage this, if it possible with VisualSVN/Subversion ? Could you tell me how manage this kind request ? Thanks, Update1: Some precision about the applicatio , it's a web ASP.NET MVC with NHibernate. The appliucation has severa...

Windows file permissions affect subversion read/write privileges

I recently set up a repository using VisualSVN Server. It uses Windows Authentication. Some users are having problems committing projects to the repository. (They have no problems checking out repositories). The BUILTIN\Users group has read-only access for the entire repository and the individual users have read/write permissions setup ...

How to configure Apache to run CruiseControl.NET dashboard with mod_aspdotnet.

I have installed CruiseControl.NET and VisualSVN Server on my development server. Rather than running CruiseControl.NET Web Dashboard off IIS, I would like to run it off the Apache that VisualSVN Sever installs. I stumbled onto this question on Stackoverflow, and it has helped a lot. I have the following config in the http-custom.conf f...

Why is my Subversion (SVN) Repositories error.log 16 GB?

Hi For some reason I have a file error.log which is 16GB In my Repositories folder on my SVN Server. It is normal? Why is it so big? Can I delete it? ...

2 VisualSVNServer instances pointing to same SVN repo?

Would it be possible/safe to run two instances of VisualSVNServer pointing to the same repo? I've searched around and not had any luck finding anything related specifically to this question. The only reason I ask is because we have a need to enable Windows Authentication/Integration over http, and svn authentication over https. It does ...

cannot connect subclipse to VisualSVN on Windows 7

svn: connection refused by the server svn: OPTIONS request failed on '/svn/myrepo/MyProject/trunk' svn: connection refused by the server Java 32 bit 1.6.20 Windows 7 64 bit Eclipse 3.5.2 32 bit VisualSVN 2.1.3 Installed subclipse in Eclipse 3.5.2. Created repository myrepo and Project Structure MyProject. Tried to open repository l...

Trying to get Warehouseapp to work on Windows

Hi, I have downloaded and am trying to run warehouse app http://warehouseapp.com (a subversion front end). I have got xampp installed on my Windows Home Server and I have it working on port 80. I have set up the ruby on rails server using this guide grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp I copy the w...

VisualSVN server backup

Hi, I am working on C#.Net product. I am using VisualSVN source control server. I want to take sourcecode backup on every week from VisualSVN server. I don't have any idea taking backup. thanks ...

visual svn server

we have several software projects that we want to store them on different repositories on different locations, but unfortunately all repositories are stored in a single folder in visual svn server. Is there any way to store do that? Or is it possible to have more than one repository in different locations? ...

How to configure Visual SVN Server with Different Host Header

I want my Repositories to be accessed to something like this: http://projectone.myserver.com http://projecttwo.myserver.com They should have the same port number (port 80) On IIS this is possible using the host names. How can I do this on Visual SVN Server? ...

Updating multiple projects using svn:externals

Overview I am using VisualSVN in Visual Studiom VisualSVN-Server on Windows, and of course, TortoiseSVN. I wanted to know what the best method of sharing multiple projects over multiple solutions was, and if there was a better method. Layout My Repository kind of looks like this (not their real names): Library.Common Library.Web Lib...