visualsvn

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

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 SVN, which seems great but is not free. Is anyone using it? AnkhSVN, which is free but I've heard it's a bit buggy. Is anyone using it? are...

getting new file added to subversion without updating whole folder

Hi, What I want to do is be able to add a file to my folder which is under Subversion source control in my local computer and then commit it. no problem up to here. On the server I want to get the new file using Subversion but without having to do an 'Update' to whole folder (which may update a bunch of unrelated files). You see, if I ...

CruiseControl.NET SVN Re-location Problem

I currently have CruiseControl.NET set up with SVN to automatically grab the code source from the repository. After having a problem with our SVN server - I recreated a different SVN location for it and changed the location of it in the ccnet.config file. This caused problems with CruiseControl.NET still trying to grab it from the old SV...

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

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 using Subversion and Tortoise/visualSVN ...

VisualSVN - Upload Solution with multiple projects

Hi, I am trying to upload a solution with multiple projects but only the first project gets uploaded. When I try to load any of the others I get "Project cannot be added to Subversion because it is out of working copy" The folder structure on the drive is c:\myprojects\thisproject\project1 c:\myprojects\thisproject\project2 c:\myprojec...

Storing Visual Studio Solution with multiple projects in SVN

Hi, I am having a hard time adding a Visual Studio Solution with multiple projects to my repo. I am using VisualSVN. Here is my directory structure c:\----- | ---Projects | --MyApp | ---Project1 (The solution is in this project directory) ---Project2 ---Project3 When I select ...

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

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

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 subversion. How do I import my repository into VisualSVN? ...

Setting up Visual SVN for real world use

Hi guys, I have just setup Visual SVN on my local machine and on our server that hosts our websites. I used the standard default settings when installing the software but I'm a bit confused how to use this with our setup. I have tested the installation and everything appears to be working ok. In Visual Studio 08, I can connect to and c...

VisualSVN is annoying me by asking me to enter my login & password many times

My VisualVSN is hooked up to Active Directory. I'm using Tortoise as the client. When I was using SVNSERVE and the text files for authentication, it only asks me for the login/password once. Now it's asking me it many times when I connect. To get around that, I would have to check the "save authentication" information checkbox. I could d...

Similar SVN Server software for OS X that's like Visual SVN

My design-house client needs version control to keep all their new source code I'm writing for them. Subversion seems like a good pick, All their servers are OSX. Does anyone know of a good OSX server manager for SVN similar to visual SVN for Windows? The reason i'm looking for one is because I get the feeling their IT guy is apprehen...

Visual SVN Specify URL with new port

Our SVN server was initially setup to run on port 443, we had to change it to run on port 8443 because it was causing conflicts with IIS. My question is how do I change the repository URL of all my projects to point to the new address? ...

visualsvn error

I am using netbeans IDE and visualSVN 1.7 I get the following error. How can I fix this error? Failed to execute WebDAV PROPPATCH svn: Commit failed (details follow): svn: At least one property change failed; repository is unchanged RA layer request failed svn: Error setting property 'ignore': Could not execute PROPPATCH. ...

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 changes to the release branch that should have been committed to the trunk. We're using CI (TeamCity), so I recognized the problem right away and...

Recommended file setup for VisualSVN and Web Deployment Projects

Our ASP.NET web shop is starting to move from VisualSourceSafe to Subversion (VisualSVN/TortoiseSVN). Subversion needs to have all files residing in a single directory tree. This is simple when using a Web Application Projects - everything lives in \Visual Studio 2008\Projects\MyProject With a Web Deployment Project, though, it's ...

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 parallel "deployment" version of your website with all code stripped out and compiled into a single assembly. My file structure is: Trunk Trunk...

Accessing Visual SVN from ASP.Net using sharpsvn API

has any one tried to access VisualSVN repositories through ASP.Net using SharpSVN API ? if yes, what were the challenges ? ...