svn

How do I recover a removed branch in subversion?

What the title says. A branch got removed from our repository, and now we think it has code we want to keep after all... Thanks for any advice -- command line, Tortoise, SmartSVN, all good... ...

svn: differences between tags and a revision number reference

This is a similar but not identical question to What do you use the svn tags directory for anyways?; there are some subtleties here that I want to understand. Besides the following features: referencing a particular state of a file tree with a name rather than a number modifying name-number associations (but maintaining their history)...

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

mercurial use case solution

Hi, the project that i am involved in has a lot of small modules that are managed by different developers.We are currently using svn but wanting to switch to mercurial,as we need to go to client site and do a little bit of development and so it becomes difficult to manage versions.. But the complete trunk is huge about 4-5 GB and creat...

Subversion: log of a path, regardless of copies

When I do svn log <path>, it will show me the history of that path, up until the point where it was copied from another path. At that point, it will start showing me the history of the original path. Is there a way to get the history of all changes to a particular path, regardless of whether it was copied from somewhere else? I know you...

SVN commit fails beacuse I did not check out.

I have some source code and I imported it into SVN. I forgot to update or check out it and made some changes to the files. Now (understandably) SVN does not allow me to commit these changes. It says: svn: '/home/name/folder' is not a working copy What can I do now to commit these changes? ...

Is it possible to have two different versions of collabnet svn on the same windows machine?

If so how would I go about setting that up? ...

A TRAC-Like software

I tried TRAC before and knew how powerful it is But I'm having lots of difficulties to to put it on an online host, it needs lots of resources and can't put it on a regular paid host So I wanted to know if there is a TRAC-Like but written with PHP or something, I need it to have SVN, Wiki, Ticket issuing and maybe Forums ...

Unable to commit using tortoise svn or commandline svn

Hi, I am working on a project.We are 3 developers working remotely.There are some files, sometimes I am unable to commir using svn or tortoise svn.What could be the reason? thanks ...

How do I prevent SVN from caching credentials for a single repository?

I'm using Collabnet SVN client versions 1.5 & 1.6. My local machine is running Windows Vista x64 (I know, very sad indeed). I would like to force authentication every time I try to perform any subversion operations on a selected repository. How might I set a property or setting to require authentication every time? Thanks for the help an...

Convert Subversion repository to Mercurial

I am trying to convert an SVN repository to Mercurial, but I'm having some troubles. These are the steps I've taken: (I am on Windows) Turned on "convert" in the extensions Opened a command window, and typed: hg convert http://myversioncontrorepositoryhere It says it's initializing the destination folder and then asks: Enter use...

Subversion python bindings could not be loaded

This is a but of a part 2 in trying to convert an SVN repository to a Mercurial one command is: hg convert file://c:/svnrepository but, the output I get is: assuming destination svnrepository-hg initializing destination svnrepository-hg repository file://c:/svnrepository does not look like a CVS checkout file://c:/svnrepository does...

Share an Eclipse CDT project

I have been working on an embedded project with a friend and I like to send him the project every once in a while so he can go over the code. What is the best way to send him the project so that he can build it fairly easily on his side. Zipping up the workspace and sending it over does not seem to work very well and exporting the proj...

How to relocate our source code from Vista running VisualSVN Server to Windows 7 running VisualSVN Server?

[i meant to ask this question on StackOverflow...] I have been using VisualSVN Server without any problem on Vista. When it is time to change everything to Windows 7, I wonder what's the best way to do that? Is it best to "check in" all the code from all machines onto the Vista, and do an SVN Update for one machine, and then reinstall...

Working directory structure for SVN Visual Studio repository

I just introduced SVN in our company for our Visual Studio projects and created a repository that looks like this ("solution" is Visual Studio solution, containing 1..n projects): /solution1/trunk/projectA/... /projectB/... /solution2/trunk/projectC/... /customerX/solution3/trunk/projectD/... /solution4/trunk/p...

Commit to previous version.

I want to know whether it is possible to commit to a previous version. I want to overwrite the previous version. The situation is like this: I worked on a file and made important modifications that fixed many issues. I committed the changes and SVN reflected version number 10 of the file. The previous version, i.e., the 9th version was ...

Exporting an unversioned copy of a tag from Mercurial

I'm fairly comfortable with SVN, but have been looking at Mercurial for it's ability to perform offline commits. Something I haven't been able to figure out is how to do an unversioned export an old tagged rev. In SVN the tags would just live in a \tags folder in the repo, then I could just export something from there, but it doesn't s...

svnmerge vs svn merge

What is the difference between 'svnmerge' (alias svnmerge.py, the python script that comes with svn) and 'svn merge' (Subversion 1.5's native merge-tracking)? Which one do you recommend? ...

Xcode SVN Error: Attempted to lock an already-locked dir, How to solve?

Error: 155004 (Attempted to lock an already-locked dir) Description: Working copy '/Users/Carrie/MyProjects/Sandbox/Flip/Classes' locked ...

Can i use VSS 2005 internet client plugin from Visual Studio 2008 to access SVN?

I use visual studio 2008 for my development purpose. I also have Visual Source Safe 2005 client installed both at my office computer and my laptop. I like the private source control repository provided by xp-dev.com. But it supports SVN. Is there any way that I can use VSS 2005 internet plug in to access (Check In/Check Out) from SVN re...