visualsvn

Accessing SVN repo via CruiseControl.NET and Windows Authentication

Hi, this is a bit of an ambiguous one as to whether it is for StackOverflow or ServerFault. I figured developers would have as much chance of solving this problem, so I opted for here. I have two servers: SVNServer. This is a Windows 2003 Server box and hosts VisualSVN which is working fine and allows authentication via Windows Authen...

VisualSVN over distributed machines ???

Hey guys, i m new to SVN.. have downloaded visualsvn server and client with tortoiseSVN.. the problem is.. we are group of 4 ppl..we are developin a website on asp.net.. i want the solution file to be in a repository on a machine which can be a server(desktop). and rest are all laptops tryin to gather the updated data.. we are working f...

Does CruiseControl.NET have to access VisualSVN via HTTP or HTTPS?

I've recently got CruiseControl.NET setup to work with my VisualSVN server. It works fine, and the TrunkURL uses the repository url that VisualSVN gave me, which starts with https. I am however confused slightly because every example you see on the CruiseControl.NET website for subversion has the server using svn://. I tried to use th...

Add existing project to solution under visualvsn

We are changing from SourceSafe 2005 to visual svn. How can an exisiting project be added to a solution Example: I create solution1 with 3 projects and add to /trunk I create solution2 with 1 project and add to /trunk In solution1 I add existing project from solution2, but I cannot add to subversion. I get "out of working copy, use...

Import certificate into VisualSVN Server

Is it possible to import the valid certificate of the windows server, where VisualSVN ist installed, into VisualSVN ? ...

Restore VisualSVN server from client copy.

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 them back into the VisualSVN Server, which is now empty. I ...

Subversion unexpected 405 on adding file

I've just added a new user to a SVN repository. They have read/write perms on the repo. They also have file perms (up to Modify, including Write and Create) on the Repo directory. When the user tries to add a file to the project, or commit a file, they get a 405 response (note: not a 401). They seem to be authenticating correctly, but ...

Subversion server wrapper + Windows GUI like VisualSVN, which product am I talking about?

I came across a competitor product to VisualSVN a few days back. It provides an installer and graphical wrapper around a standard svn server, plus (that's why I'm looking for it) repository backup and monitoring functions. I can't for the life of me remember the product's name. I just remember they had a nice-looking, very minimalistic,...

Versioned items causing obstructions in SVN

I'm using the VisualSVN server, with TortoiseSVN and AnkhSVN in Visual Studio. I have a Trunk to which some devs on other teams are commiting various small changes on a regular basis. I have a Branch on which a fairly major new development is being built. As a regular weekly routine I've been merging the Trunk into this Branch. All s...

SVN post commit stucks while starting process

Hi, I've built a script in VS that receives the 2 arguments sent by post-commit hook. The script runs SVN LOG to retrieve data about the revision (author, date, files). When I run the solution from VS with constant vars for the arguments, it runs perfectly. When I execute the exe file, also runs perfectly. When I implement the hook ...

Hosting Mecurial HG via VisualSVN Server

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 display is not shown. Has anyone managed to get this working with...

Subversion version 'difference' a big deal?

Greetings, using VS2008 and VisualSVN and seems the VisualSVN folks are religious about updating the client (and their VisualSVN server) to the latest Subversion release. My question is my subversion server is a hosted server and seems to always lag several versions behind the client I use. Should I be concerned about this version "mis...

Problem with cruise control and visual svn

Hi Wonder if anyone can help, I am experiencing a strange issue with my configuration of cruisecontrol.net and visual svn. I am setting the current ccnet.config <sourcecontrol type="svn"> <trunkUrl>https://bladerunner.azullo.local:8443/svn/application/trunk&lt;/trunkUrl&gt; <executable>C:\Program Files (x86)\VisualS...

VisualSVN dump a repository project

Hi, I am not sure if this is the right place to ask this. I followed VisualSVN recommendation (here) when setting up my repository locally. I am now migrating to an external party (codebaseHQ). How can I dump a project from the repository for the migration. I no longer need all the projects in VisualSVN server. I only need one. I can't ...

VisualSVN and VS2008 integration - moving files

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 files. Note: I'...

ssh tunneling with visualsvn

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 server I ...

What are "Location" and "Repositories" in the VisualSVN?

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 know URL where...

VisualSVN Server RewriteRule/Redirect Apache

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 myserver/svn/MecurialRepo => myserver/hg/MercurialRepo Or the correct hg script is run,...

What's the "format" file in VisualSVN repository?

There is a file called 'format' in the root repository folder. It contains the number 5. Does it mean our SVN Server is running on SVN 1.5 ? ...

VisualSVN repository backup file format

Hi, I am running a script to backup the repository. Basically the script runs svnadmin dump command. Which file format I need to choose. If anything wrong happen with the repository how can I restore it ? Thanks ...