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.
...
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...
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 ...
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...
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
...
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
...
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...
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 ...
Is it possible to use same working copy and to put the same into two different SVN servers(commit, update,...)?
...
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?
...
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?
...
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...
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...
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...
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?
...
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.
...
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...
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 ...
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...
has any one tried to access VisualSVN repositories through ASP.Net using SharpSVN API ? if yes, what were the challenges ?
...