visualsvn

WebSVN with VisualSVN Server, anyone gotten authentication to work?

I have a VisualSVN Server installed on a Windows server, serving several repositories. Since the web-viewer built into VisualSVN server is a minimalistic subversion browser, I'd like to install WebSVN on top of my repositories. The problem, however, is that I can't seem to get authentication to work. Ideally I'd like my current reposit...

AnkhSVN versus VisualSVN

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

MS Visual Studio "Package Load Failure" error

I'm receiving "Package Load Failure" error when I open VS 2005 after I installed the latest VisualSVN (v. 1.5.2). Anyone facing this error? Is there any tool out there to help identify which package didn't load and/or help unload a specific package? ...

SVN and renaming the server it's running on

I'm running VisualSVN as my SVN server and using TortoiseSVN as the client. I've just renamed the server from mach1 to mach2 and now can't use SVN because it's looking for the repositories at http://mach1:81/ instead of the new name http://mach2:81/ Any idea how to fix this? ...

VisualSVN wants a username and password

I've renamed my server and am trying to get to the VisualSVN repository via TortoiseSVN. In this post Gordon helped me find the right command - thanks Gordon. Now VisualSVN is asking me for a username and password. I don't recall setting one and if I did I've forgotten it. Any idea how to reset this username / password? ...

Which would you rather use: VisualSVN or AnkhSVN?

Which is easier to use in a team environment? Which is less buggy? Which do you think is "better" and why? ...

Getting specific revision via http with VisualSVN Server

I'm using VisualSVN Server to host an SVN repo, and for some automation work, I'd like to be able to get specific versions via the http[s] layer. I can get the HEAD version simply via an http[s] request to the server (httpd?) - but is there any ability to specify the revision, perhaps as a query-string? I can't seem to find it... I don...

VisualSVN and class libraries not in the working copy root

We're making the switch from SourceGear Vault to TortoiseSVN with VisualSVN for Visual Studio integration - absolutely love it. However, there are multiple class libraries that we reference in multiple different applications that aren't a part of the working copy root in any of the applications. What's the best way to deal with this so t...

Best practice for creating subversion repositories?

Our team (5-10 developers) plans to adopt Subversion for our .NET (Visual Studio) projects/solutions (VisualSVN Server, TortoiseSVN / VisualSVN). What is the best way to organize a new repository tree? Is it okay to use one big repository or is it better to create different repositories for every solution / product line etc.? Our proj...

Can I use subversion on my home computer?

Related to: Suggestions please for a home version control system and Best Subversion clients for Windows Vista (64bit). But different. This is more of a request to learn how to set up subversion at home. As I just completed the process, I will share my answer below. Sweeet. It's free and it's easy. I happen to be using Windows Vista 32...

Source Control with Visual Studio: switch from VisualSVN to Ankh?

I am evaluating VisualSVN for me and a small team of developers. I set it up on the server (VisualSVN server) without problems and installed TortoiseSVN and VisualSVN in order to integrate it in Visual Studio 2008. So far, it works well and we use it for the development of our main application. I've heard good things about the new versi...

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

How to get back a file my SVN client deleted?

I just updated from SVN, and one of my files has now disappeared... of course it wasn't committed because I knew I needed to update+merge first. I think maybe the guy renamed the file which means my SVN client deleted my file. I'm using VC++ 2008 & Visual SVN. Help... and for reference how is this kind of thing supposed to be avoided? ...

Subversion Merge Problem: Cannot reintegrate yet

I'm evaluating subversion's branch/merge capabilities, and I decided to do a simple test - I branched an existing project, changed a comment in one file, and then did a merge reintegrate via Tortoise. It failed: Command: Reintegrate merge https://oscar/svn/Baxtech/ViM/Branches/Test3 into C:\Inntec\VS2008\Baxtech\ViM Error: Cannot ...

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

How do I bind to just one IP address with VisualSVN Server?

I've installed VisualSVN on my Windows Server 2008. I have several IP addresses on this server, but I want VisualSVN to only bind to one of them. By default it binds to all available addresses. How can I make VisualSVN only handle requests on one IP address? I tried adding BindAddress xxx.xxx.xxx.xxx to httpd-custom.conf and rest...

(Visual)SVN ignore files by Regex

Hi, I need to exclude files with the following pattern: ProjectFoo.Data[0-9]{14}.lgp How can I use RegEx for (Visual)SVN ignore list? ...

How to set up a not-local svn-server?

Hi i would to know how to se up a svn server? Now, i'm using VisualSVN a TortoiseSVN, but i don't know what are the directories "branch" "trunk" "tags". Can anyone explain me how it works? I read the svn book and many sites articles about it but i don't understand. ...

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

Using post commit hook to export in VisualSVN Server

What is the easies way to use post commit hooks in visualsvn server to export from the repository to a directory for staging/testing after a developer commits his changes? ...