I’ve been doing all my work in Git and pushing to GitHub. I’ve been very happy with both the software and the site, and I have no wish to...
I’ve heard in a few places that one of the main reasons why distributed version control systems shine, is much better merging than in traditional tools like SVN. Is...
I’m working on a project with a friend and I want to return to an older version of our code and set it to be the current. How do...
Is there a way to edit the log message of a certain revision in Subversion? I accidentally wrote the wrong filename in my commit message which could be confusing...
I get this error when I do an svn update: Working copy XXXXXXXX locked Please execute “Cleanup” command When I run cleanup, I get Cleanup failed to process the...
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question...
How do I create a branch in SVN? 10 s 10 Create a new branch using the svn copy command as follows: $ svn copy svn+ssh://host.example.com/repos/project/trunk \ svn+ssh://host.example.com/repos/project/branches/NAME_OF_BRANCH \...
How do I ignore files in Subversion? Also, how do I find files which are not under version control? 18 s 18 (This answer has been updated to match...
I just started using SVN, and I have a cache directory that I don’t need under source control. How can I ignore the whole directory/folder with SVN? I am...
SVN’s log has a “-v” mode that outputs filenames of files changed in each commit, like so: jes5199$ svn log -v ------------------------------------------------------------------------ r1 | jes5199 | 2007-01-03 14:39:41 -0800...