Can I go back and edit comments on an SVN checkin?

Commit messages are “unversioned properties” and can be changed with the svn propset command, for example $ svn propset –revprop -r 25 svn:log “Journaled about trip to New York.” property ‘svn:log’ set on repository revision ’25’ This is setting the revision property called “svn:log” on revision 25 Configuring subversion to allow revision property changes Because … Read more

What is a working copy and what does “switching” do for me in Tortoise SVN?

A working copy is the copy you have checked out to your working area. It doesn’t matter if it is a branch or from the trunk. It’s what you are working on. You can switch between branches (or more correctly copies) of the same parent with svn switch. This will basically say, what’s different between … Read more

Can’t open .svn/text-base/file.svn-base?

Does this seem like a possible answer to your situation? (from http://www.uwplatt.edu/csse/tools/subversion/subversion-help.html) “Failed to add file ‘(name here)’: object of the same name already exists. or “Can’t open file ‘folder.svn\tmp\text-base\file.svn-base’: The system cannot find the file specified.” Both mean that two files in the same folder have the same name except for capitalization; for example … Read more

Delete a branch in TortoiseSVN

Right click on any folder, select “Repo-browser” and find your branch on the left panel. From there, you can issue a “Delete” command directly on the repository: As far as I know, you cannot issue a delete command on the top folder* of the working copy, probably because that would effectively destroy the working copy. … Read more

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