Commit failed: already locked

Try doing a SVN Cleanup. I had the same issue and after doing that the locks cleared up. Specifically from the Tortoise SVN Cleanup Documentation: If a Subversion command cannot complete successfully, perhaps due to server problems, your working copy can be left in an inconsistent state. In that case you need to use TortoiseSVN … Read more

What is percent of authorship in TortoiseSVN statistics?

The percent of authorship is a metric that aims at quantifying the contribution of each committer. In theory, it should be indeed lines-changes, but aggregated through the entire history of the file, with diminishing weight. Additionally, some kind of heuristic may be applied to reduce the weight of whitespace-only changes such as indentation fixes. Roughly … Read more

Changing Filename Case with TortoiseSVN on Windows

Use Rename option in Tortoise SVN from popup menu. See details here (“Moving files and folders” chapter). When you changed the case of several file names, in other words you changed file names – they have become out of version control – that’s why SVN client noticed that files that was under version control had … Read more

TortoiseSVN error “Working copy locked” “sqlite: attempt to write a readonly database” – Can this be caused by incorrect permissions?

I got that very error with TortoiseSVN under Windows. Apparently, the .svn folder has a small SQLite database file, which, if you don’t have write access to, will cause that error. As I was using TortoiseSVN through the windows shell (the right-click) menu, to work around it I ran the windows explorer I used to … Read more

TortoiseSVN: Adding additional files after using SVN Checkout dialog “Only this item” option

You right-click on the root, select repo-browser, find the relevant bits you want to download to your working copy, right click and select the “update to revision”. To remove items you have downloaded, right click on the item in your working copy, select the same menu (update to revision) and select “exclude” from the depth … Read more

SVN commit command

To add a file/folder to the project, a good way is: First of all add your files to /path/to/your/project/my/added/files, and then run following commands: svn cleanup /path/to/your/project svn add –force /path/to/your/project/* svn cleanup /path/to/your/project svn commit /path/to/your/project -m ‘Adding a file’ I used cleanup to prevent any segmentation fault (core dumped), and now the SVN … Read more

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