visualsvn-server

Pre-build task - deleting the working copy in CruiseControl.NET

Hello, I'm currently in the process of setting up a continuous integration environment at work. We are using VisualSVN Server and CrusieControl.NET. Occasionally a build will fail and a symptom is that there are conflicts in the CruiseControl.NET working copy. I believe this is due to the way I've setup the Visual Studio solutions. Hopef...

Attaching VisualSVN Server to an existing repository

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? ...

VisualSVN undelete with TortoiseSVN

Using TortoiseSVN against VisualSVN I delete a source file that I should not have deleted. Now this isn't a train smash because I can get the file back from the daily backup. However I would like to undelete it from SVN (VisualSVN) so that I can get the history back. However I can't work out how to do that. Anybody know how to undelete ...

Best way to deploy subversion (SVN) in a multisite windows environment

We are planning on moving for MS Source Safe (ouch) to SVN. We are working mostly in a Microsoft environment (windows, Visual Studio, .NET) and we have developers in multiple sites. I heard about VisualSVN and integration with visual studio. On the other hand I can get someone to host SVN for me and use TortoiseSVN. Any recommendations? ...

Simplifying VisualSVN Server's URLs

We're currently running an svnserve instance as NT service. While this works, it's needlessly cumbersome to administer, and I'd like to move on to the much simpler VisualSVN Server. (Bonus side benefits include Windows-integrated authentication and, thanks to HTTP/WebDAV, browsing of the latest revision.) That said, the current server o...

Subversion server on 64-bit Windows?

Hi all, I want to set up a Subversion server installation on Windows Server 2003 64-bit and I'm considering using VisualSVN Server. Does this work OK in a 64-bit environment? Are there any issues or gotchas I should be aware of before installing the software? Many thanks! ...

How to require commit messages in VisualSVN server?

We've got VisualSVN set up as our Subversion server on Windows, and we use Ankhsvn + TortoiseSVN on our client workstations. How can you configure the server to require commit messages to be non-empty? ...

How Do you get AnkhSVN to work with VisualSVN Server?

I'm looking for the easiest free SVN implementation I can find. I downloaded and installed VisaulSVN server - pretty easy. Installed Tortiosesvn - pretty easy - both work together. Installed ankhSVN, I can't get it to connect to the repository on the VisualSVN server. Is there anything special I need to do to get ankhSVN to talk to the...

SVN Reporting in ASP.Net

We have a custom project management tool built in ASP,net 3.5 and we use VisualSVN for our version management. However, we are looking a way to report the version changes through the project management tool by integrating VisualSVN with our project management tool, i.e. pretty much similar to what Trac [python based SCM tool] provides. ...

Commit Hook Failure

I'm trying to implement some hooks, both pre and post fail however. I get the same error message for both when I try to commit: '*-commit' hook failed (did not exit cleanly: apr_exit_why_e was 2, exitcode was -1073741515). with no output. Exitcode -1073741515 looks to be an odd one, and a quick bit of google-fu got me this: Tr...

How can I make only some folders show up for certain developers with SVN

I have a repository with a bunch of folders, and I want certain developers to only get two or three of those folders when they do a checkout on the repository. How can I make the folders not show by default, and then add them only as I want to grant access. I'm using VisualSVN for the SVN server, and what I have done is given read acce...

TeamCity 4 and VisualSVN Server 1.6

Windows Server 2008 / IIS 7... I am trying to setup and CI environment using TeamCity 4. So far so good, VisualSVN Server / Subversion repository is all set, TeamCity is monitoring it, and firing off the build. I can use the TeamCity Webapp via http:localhost:8080 with no problem. My issue is that I can't access the TeamCity webapp r...

Browsable website while version-controled?

I browsed around here on Stackoverflow and found this topic : http://stackoverflow.com/questions/279/aspnet-visual-studio-and-subversion-how-to-integrate However that didn't help me in my case, or i might just be a little stupid. So to my problem! Installed VisualSVN on a Server far far away and while this works perfectly, i can add m...

Is there a way to migrate SourceSafe with HISTORY into SVN ?

Is there a way to migrate SourceSafe with HISTORY into a SVN ? Ideally I'd like to use VisualSVN Server, but I don't really want to lose my SourceSafe history. If I have to I will though. ...

SVN Error - 501 Not Implemented Commit Failed

I have a folder in a repository that cannot commit and even parent folders cannot commit. This happened several weeks ago, then worked, then on the blink again. I have cleared my authentication cache and no help. I can still work with other trunks but not this one and the error message does not help me where to go. I have done Clean Up. ...

Recover svn from directory backup after server failure

The machine hosting our svn server failed. We were able to recover the C:\Repositories\ directory. How do we migrate this to a new host? ...

Insert revision information in a header file in VisualSVN

Hi, I would like to run some sort of post commit hook script on a VisualSVN server in order to either add a file (or simply edit a file) to the repository which will include the revision number (and other revision information). I know this is possible to achieve using client scripts, but I want to do it on the server. Any thoughts? Is it...

How do I solve "405 Method Not Allowed" for our subversion setup?

We're serving our source code using VisualSVN running on Windows Server 2003. Recently, we split a portion of a project into a new project in it's own repository, and then linked it back to the original project using svn:externals. Since then, we've been having issues when we try to commit files with Subclipse. The error we're getting i...

New to SVN, How to Setup?

I have a Windows 2003 Server with IIS, I installed VisualSVN Server on it. I have two developers, who are going to use TortoiseSVN. Since this is my first time ever setting up a SVN server I am kind of confused on how this will all work. The way I see it, each developer would have a copy of the repository on his or her local pc, would ...

Has anyone successfully migrated VSS 2005 over to SVN?

I've been playing around with SVN for the last little while and have come to love its power and user experience and that we can tie it into our bug tracking system to simplify everyone's lives. So it's come to the time that we've decided to migrate our VSS 2005 setup across to SVN and I am now coming unstuck. It seems there are a numbe...