SVN

Talk On Tech now Molindo Techblog

Talk On Tech (talk-on-tech.blogspot.com – the tech blog you truly love, don’t you?) was our nice, green home since August 2007. Now, after 1.5 years it was time to move on … Well, okay, we just want to consolidate all our blogs on a single self-hosted platform. In the course of doing that, we also changed the name from Talk on Tech (Let’s create a blog! How do we name it? What about “Talk on Tech”? Yeah, that name is free!) to Molindo Techblog (where Molindo is the name of our very own startup).

If it comes to new posts, We have a lot of ideas but not enough time to elaborate them all. Some ideas are:
Read the rest of this entry »


svn: Base checksum mismatch

Today I had difficulties commiting a source file as I got this error

svn: Checksum mismatch for /path/to/SourceFile.javaexpected: [checksum],actual: [checksum]

The problem occurred after moving a package into a different source-folder, with the mentioned file as new file in it. If you’re experiencing the same problem, just stop trying to fix it “the nice way”. Rather follow this easy workaround that suggests checking out the folder where the file lies into a temp-directory, then override your existing folder in your project with the newly checked out one.
It’s quick and dirty but it’s gonna save you a load of time :-)