How to find my Subversion server version number?

To find the version of the subversion REPOSITORY you can: Look to the repository on the web and on the bottom of the page it will say something like: “Powered by Subversion version 1.5.2 (r32768).” From the command line: <insert curl, grep oneliner here> If not displayed, view source of the page <svn version=”1.6.13 (r1002816)” … Read more

How to change users in TortoiseSVN

Open Windows Explorer. Right-click anywhere in the window. Click TortoiseSVN → Settings. Click Saved Data. Click Clear beside Authentication Data (see below). Check the authentication items to clear. Click OK. All saved Authentication Data for all projects is deleted. You will have to re-enter credentials to reconnect.

What do the result codes in SVN mean?

For additional details see the SVNBook: “Status of working copy files and directories”. The common statuses: U: Working file was updated G: Changes on the repo were automatically merged into the working copy M: Working copy is modified C: This file conflicts with the version in the repo ?: This file is not under version … Read more

How to git-svn clone the last n revisions from a Subversion repository?

You’ve already discovered the simplest way to specify a shallow clone in Git-SVN, by specifying the SVN revision number that you want to start your clone at ( -r$REV:HEAD). For example: git svn clone -s -r1450:HEAD some/svn/repo Git’s data structure is based on pointers in a directed acyclic graph (DAG), which makes it trivial to … Read more

How to do version control for SQL Server database?

Martin Fowler wrote my favorite article on the subject, http://martinfowler.com/articles/evodb.html. I choose not to put schema dumps in under version control as alumb and others suggest because I want an easy way to upgrade my production database. For a web application where I’ll have a single production database instance, I use two techniques: Database Upgrade … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)