visualsvn

When I try to access visual svn server from svn tortoise,it gives me an error 502 proxy error

Hi All Please tell me a way to access visual svn server from another machine using a tortoise SVN client. Evert time I try it gives me a 502 proxy error. Please help me out!!! Keats ...

How to fix a subversion (VisualSVN) repository

I have a subversion repository that I committed to and it's hard drive crashed. My latest backup is one revision behind. I can't commit to the backed up repository because the working copy is one revision ahead. How do you fix this? ...

Looking for Hosted Subversion and Visual Studio plug in combo.

Can anyone recommend a proven combination of a hosted Subversion solution and supported Visual Studio plug-in? I like what wush.net offers as far as a service, and I like VisualSVN as an IDE plug-in, but it doesn't look like wush.net supports access via VisualSVN / TortoiseSVN. Any suggestions? Thanks! ...

Subversion: Unlock Automatically upon Revert Changes and Commit

Using VisualSVN, how can I have it automatically unlock a file when I revert changes? When making changes, it automatically locks it due to my current configuration. This is good. However, alot of times a developer will accidentally press a key that make SVN thinks it is making changes to be committed. Doing a standard undo (Ctrl + Z...

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 most dominant. (I am aware of TortoiseSVN and will use the plugin in conjunction with it). I am aware that this has been asked before, but t...

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 ‘Merge a range of revisions’, then enter the revision number (from the log) and hit Next. Then I click ‘Test Merge’ What I get is the followi...

Show logs are not coming in Visual SVN 1.5 after upgrading from 1.4.6

Hi All, The question is regarding show logs are not coming properly after upgrading. I upgraded my repository from SVN 1.4.6 from Linux to Visual SVN 1.5 in windows. Explaining the steps here: I took the complete SVN repo from 1.4.6 SVN - say Repository name as Repo1.4.6 I upgraded the SVN1.4.6 using below command svnadmin upgrade ...

How to backup and restore all the source code in svn?

Right now I am using Windows XP. If i just copy the whole repository folder in visual SVN, once the server is down, how can i restore it via the backuped repository folder? another better solution to backup and restore in visual svn ? by the way, any method for backup and restore in visual source control? ...

Serving VisualSVN

I am having hard time connecting to my visualsvn repository from computers outside of my home network So far I only tried replacing my computer name with my computer ip in the repository url but this does not work; https://MY-PC/svn/ProjectTrunk Can you point me the steps I need to ensure I can serve the repository to outside computer...

How can I use SCM on linked files in VS2008 projects?

Background: I'm using Visual-SVN V. 1.7.5 with VS2008. I'm fairly new to SVN. I have a Solution that uses source files that will be shared with other Solutions. I've put these files in a folder called "Shared", and added them to my Solution using "Add -> Existing Item... -> Add As Link" which works fine as far as VS2008 is concerne...

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

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 Server again and keep the users, repositories, and settings intact from the previous installation? Thanks. ...

Display a folder in visual studio

I have a folder with a group of 3rd dlls that I want to show up in Visual Studio. The reason being that I am using VisualSvn and I want to be able to see when these have been updated from within visual studio. ...

Visual Studio 2008 Database Edition - how to Source control with visualsvn and other db features in vsts db edition?

Hi there, I was wondering if anyone has any links to tutorials or walk throughs for managing db's with vsts Database edition? Specifically i am looking how to do source control with visualsvn? I have downloaded the R2 GDR which updated my vs 2008 with the sql server 2008 templates I don't have a problem with vs 2008 but i am bit conf...

Visual SVN Server - projects storage location

Hi, I recently installed Visual SVN Server. I Put Repository on D:\Repositories and added some projects to the Repository via. Visual Studio 2008. D:\Repositories\reponame seems to be a little bit to small in size when comparing to my projects altogether. I need to make sure where the projects are stored in order to make a backup whe...

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 in another location, the file is there, but in this one specific working copy it seems 'lost in space'. svn status reports no changes (so ...

How can I move my local Tortoise SVN repository to our new Linux SVN server?

I've been using Tortoise SVN (and VisualSVN) with a local repository on my desktop PC for a couple of months. We've just set up a Linux SVN server, and I want to move my repository to this server, preserving all my history. Once it's moved, I'll stop using the local repository. The Tortoise docs suggest using the "Relocate..." command...

Tortoise won't connect to subversion server

I'm trying to setup my home server with a subversion repo on it (after some changes). I uninstalled-reinstalled visualsvn server on the win2k3 server box and the address to the repo is https://server.network.local/svn/. I can browse via IE to that address, and get the repository list (I do have to click past the certificate error thoug...

How to move all source code over when it was on VisualSVN Server on Vista and migrating to Windows 7?

I had VisualSVN Server running perfectly on a Windows Vista machine, and then now it is to run Windows 7 on that same machine (installed on a new partition). So now all the source code are in the repository on D: drive (it used to be on C:) (Windows 7 will be C:, and the Vista will now become D:) Can we just copy the D:\Repositories o...

Sudden SVN performance degradation with VisualSVN locally

I have a SVN server instance set up on my desktop for the purposes of demonstrating the many benefits of SVN/TortoiseSVN. Performance has today degrading significantly however when performing actions such as viewing the logs etc. This isn't ideal for a demonstration, given that a "Show Log" operation now takes approx 5seconds, whereas ...