VisualSVN is a Visual Studio plug-in that integrates Subversion and TortoiseSVN seamlessly with Visual Studio.

learn more… | top users | synonyms

41
votes
9answers
15k views

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. ...
35
votes
18answers
14k views

Which would you rather use: VisualSVN or AnkhSVN? [closed]

Which is easier to use in a team environment? Which is less buggy? Which do you think is "better" and why?
22
votes
13answers
9k views

Which plugin do you use for SVN in Visual Studio?

I'm considering using SVN for my .net projects, and I'd like to know what plugins are available for integrating the source control capabilities directly into the IDE. I already know about : Visual ...
22
votes
7answers
5k views

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 ...
17
votes
7answers
431 views

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

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 ...
14
votes
2answers
4k views

SVN error when trying to merge from a branch

I'm trying to merge changes from a branch to the trunk, for a single file and a single revision. I'm using VisualSVN as the front-end. So I right-click the file, Visual SVN -> Merge, then select ...
12
votes
5answers
2k views

Visual SVN and Visual Studio 2010 Beta 2 won't play nice

I can't seem to get Visual SVN and Visual Studio Beta 2 to work together, anyone know of a workaround???
12
votes
8answers
2k views

ASP.NET Projects with Subversion (VisualSVN Client) - What files should I ignore?

I've just started using Subversion with ASP.NET web applications via the VisualSVN IDE plugin. There are a bunch of files which Visual Studio automatically generates so I don't want to version control ...
12
votes
5answers
3k views

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] ...
11
votes
5answers
3k views

AnkhSVN vs VisualSVN

We're thinking of switching to SVN at my work, so I was wondering about SVN plugins for VS2008 (and 2010 when it comes out). After a bit of research I found AnkhSVN and VisualSVN, the 2 that seemed ...
10
votes
16answers
4k views

Should we migrate from svn to Team Foundation Server 2010?

We are with 6 developer and currently use Visual Studio 2008 Professional with SVN and Visual SVN. As soon as vs2010 is released we will upgrade from vs2008 pro to vs2010 premium. However if Team ...
8
votes
6answers
1k views

How to tell TortoiseSVN that a renamed file was renamed (not deleted and re-added)?

using visual svn and tortoise svn here I renamed my file I notice it say add and delete which to me means history may be erased? What is the best way to rename a file without losing history in ...
8
votes
6answers
656 views

How can I prevent users from committing binaries into subversion?

I have a headstrong user who stubbornly insists on committing his binaries (executables, DLLs) into our subversion repositories. I'd go in and delete them, but of course nothing is ever really deleted ...
8
votes
6answers
574 views

SVN: Colleague checked in a folder into repository, but I can't Update my version to it

In showing a colleague how to use SVN yesterday, we created a test folder and file within our existing Visual Studio Solution. We'll call it "Test" folder with two files, "Test.ascx" and ...
8
votes
9answers
5k views

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 ...
7
votes
1answer
2k views

Migrating Visual SVN Server from one Windows install to another

I have Visual SVN Server on my Vista laptop. The repository resides on the second hard drive. I am doing a clean install of Windows 7 in the next few days. How do I configure or install Visual SVN ...
7
votes
7answers
617 views

How do we keep track of our working copy's branch?

Are there any good techniques to help us know which branch (or trunk) our working copy is from? We recently converted to Subversion and we're using release branches. I had two developers commit ...
6
votes
3answers
1k views

Axosoft RocketSVN VS. VisualSVN

I've been a long time user of Visual SVN (pretty much since the beginning), but I often have problems with little things like renaming files in a solution and then not committing properly (or ...
6
votes
2answers
365 views

VisualSVN How to roll back the revision number?

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 ...
6
votes
2answers
1k views

Subversion (using VisualSVN/Tortoise) refuses to pull down new files

A problem has started occurring recently in which some new files added to the subversion repositories don't get pulled down to other clients after doing an Update. If I browse the repository with ...
6
votes
5answers
873 views

Same working copy of the code with 2 SVN servers

Is it possible to use same working copy and to put the same into two different SVN servers(commit, update,...)?
6
votes
1answer
6k views

Force user to lock file in SVN before editing

We have some files in our project that can't be merged and hence the files must be locked by the users before editing them. Is there a way to force the user to lock a file before editing? We are ...
5
votes
5answers
2k views

is Visual SVN Server generally viewed as a trustworthy SVN server?

is Visual SVN Server generally viewed as a trustworthy SVN server? I went to Wikipedia and didn't see any item for VisualSVN Server under Visual SVN so I added a line there... but there seems to be ...
5
votes
1answer
712 views

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 ...
5
votes
9answers
8k views

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 ...
4
votes
2answers
324 views

VisualSVN Server self-signed certificate

I am reading VisualSVN doc online and one of them is like this: It's also possible to export a self-signed certificate from VisualSVN Server and save this certificate in the trusted certificates list ...
4
votes
3answers
171 views

Single user checkout in SVN

I want to do the following: When one user is editing a file from SVN, no other user can edit this file until the first user commits his changes. That is there would be some kind of ...
4
votes
1answer
448 views

SVN - Restore repository from backup

We have just had a file server fail which contained our SVN repository. We're trying to recover the file system but at the moment, that looks like it isn't going to happen so we're looking at ...
4
votes
2answers
136 views

SVN messes with my files with jibberish data, why?

Sometimes, I find myself in a situation where valid files are made invalid by doubling the contents, placing ======= in the middle, <<<<<<< .mine at the beginning and ...
4
votes
3answers
1k views

Hosting Mercurial 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 ...
4
votes
1answer
100 views

How would you use VisualSVN to maintain both local and remote source paths?

How, if it is possible, would you use VisualSVN to retrieve source code from an open source project (such as on codeplex), but also have your own SVN repository locally such that you could keep a ...
4
votes
6answers
678 views

svn - file in working copy seems “lost”

I just managed to get into a weird situation with svn. One of my files seems 'lost' as far as the working copy is concerned. When I look on the server or do a fresh checkout of the containing folder ...
4
votes
7answers
2k views

Visual SVN and Bug Tracking Integrated

So I have a perfectively working VisualSVN that me and my other 2 team members use (tiny team). The problem is at the moment that we use an excel spreadsheet to really maintain our bugs. We have said ...
4
votes
3answers
735 views

Can You Use AnkhSVN and VisualSVN at the Same Time?

I'd like to try out a feature of AnkhSVN (namely, integration with Red Gate SQL Changeset tool) without doing an complete uninstall of VisualSVN. It feels dodgy, so I wanted to see if anyone else had ...
4
votes
6answers
4k views

is the CollabNet SVN Server as good as VisualSVN Server?

the tigris website http://subversion.tigris.org/getting.html#windows has a link to another svn server, which is called CollabNet SVN Server. Does someone use it and know it is better or as good as ...
4
votes
2answers
3k views

Import Dumped SVN Repo into Visual SVN

I have dumped my repository on my old computer to a file with the command. svnadmin dump C:\myrepo/ > mydumpfile Now I decided to use Visual SVN on my new computer as opposed to just a baseline ...
4
votes
7answers
2k views

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.
4
votes
4answers
5k views

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?
4
votes
4answers
4k views

Subversion auto-props woes

This is driving me nuts so any advice from fellow users would be welcome. I am using Subversion, with a copy of VisualSVN 1.6.1 installed on a Windows server. On my PC I am using a combination of ...
4
votes
10answers
2k views

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 ...
3
votes
1answer
1k views

svn client doesn't work after upgrading to 1.7: working copy is too old

I was using VisualSVN client and server on local machine + MS Visual Studio for a while. Today I decided to upgrade tortoisesvn to the latest version (because it popups every time that never version ...
3
votes
1answer
228 views

Why is VisualSVN server rewriting my URL?

I've installed VisualSVN server on a company machine. Its (intranet) URL is http://myhost:12321/svn. On the same machine there is an Apache which we use as a reverse proxy. There are several other ...
3
votes
2answers
713 views

Changing svn repository url in externals property

I'm moving my repository to a new location, but I have folders with the (same) repository URL hard-coded in the externals properties. e.g: old URL: https://OldLocation.Domain/svn/ new URL: ...
3
votes
6answers
526 views

Are there any free alternatives to VisualSVN?

Are there any free alternatives to VisualSVN (a Visual Studio 2008 plugin for subversion control)? Visual Studio Express 2008 support would be great.
3
votes
3answers
499 views

How to get Subversion to work with auto-generated files?

I'm using ASP.NET Web Deployment Projects with TortoiseSVN and VisualSVN, but this is a general question about generated files in Subversion. A Web Deployment Project automatically generates a ...
3
votes
5answers
916 views

subversion structure questions

Just moved to subversion...from visual studio. I love it already! Can someone briefly explain Repository Branches Tags Trunk Do I need to create a new repository for every project? Or a new ...
3
votes
2answers
188 views

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 ...
3
votes
4answers
491 views

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 ...
3
votes
1answer
319 views

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 ...
2
votes
2answers
72 views

How do I select Visual SVN as my source control provider

I am using Visual Studio Ultimate which come with TFS. However I am using Visual SVN as my source control. I have installed VisualSVN server and the Visual Studio plug in. What should I do to switch ...

1 2 3 4 5