EN DE ZH

TortoiseSVN 1.8.0 released

Posted on June 18, 2013

We're proud to announce that TortoiseSVN 1.8.0 has been released. It is linked against Subversion 1.8.0

A lot has been done in both TortoiseSVN and the Subversion library since version 1.7 came out almost two years ago. You can expect a lot of improvements. We've listed the most obvious and visible improvements in the release notes.

Please read those thoroughly before you upgrade to TortoiseSVN 1.8 to avoid any surprises.

You can get it from our download page.

Together with TortoiseSVN 1.8, we also released a new version of CommitMonitor.

TortoiseSVN 1.7.13 released

Posted on June 01, 2013

We're proud to announce that TortoiseSVN 1.7.13 has been released. It is linked against Subversion 1.7.10

This release got a few bugs fixed both in TortoiseSVN and the svn library.

The release also contains fixes for the following security issue:

The security advisories are also listed on the Subversion security page.

We recommend that you update to this version as soon as possible. You can get it from our download page.

New version of grepWin

Posted on May 04, 2013

A new version of GrepWin is available. This new version contains a few bugfixes and enhancements.

List of completed issues
Download from here

TortoiseSVN 1.7.12 released

Posted on April 04, 2013

We're proud to announce that TortoiseSVN 1.7.12 has been released. It is linked against Subversion 1.7.9

This release got a few bugs fixed both in TortoiseSVN and the svn library.

The release also contains fixes for the following security issues:

The security advisories are also listed on the Subversion security page.

We recommend that you update to this version as soon as possible. You can get it from our download page.

TortoiseSVN 1.7.11 released

Posted on December 20, 2012

We're proud to announce that TortoiseSVN 1.7.11 has been released. It is linked against Subversion 1.7.8

This release got a few bugs fixed both in TortoiseSVN and the svn library.

There's also a new release of the CommitMonitor available, also linked with Subversion 1.7.8.

We recommend that you update to this version as soon as possible. You can get it from our download page.

How to integrate TortoiseSVN into Visual Studio

Posted on December 10, 2012

If you're using Visual Studio, you can integrate TortoiseSVN commands to various context menus. Of course, there are Subversion plugins for Visual Studio, but if you're using one of the free versions of Visual Studio, you can not use those plugins. And sometimes it's still nice to have some of the TortoiseSVN commands available from Visual Studio directly, even if you have such a plugin installed.

read more...

a lot of updates

Posted on November 9, 2012

A lot of my tools got new versions:

  • grepWin 1.6.0 got a few bugfixes
  • CryptSync 1.0.2 got bugfixes and a few new features
  • SendMessage 1.1.1 remembers the last selected window handle
  • tabspace 1.1.0 can ignore whitespaces in C/C++ type strings

All these tools and a lot more are available on my tools page.

CryptSync

Posted on November 2, 2012

So I made another tool: CryptSync.

CryptSync is a small utility that synchronizes two folders while encrypting the contents in one folder. That means one of the two folders has all files unencrypted (the files you work with) and the other folder has all the files encrypted.

The synchronization works both ways: a change in one folder gets synchronized to the other folder. If a file is added or modified in the unencrypted folder, it gets encrypted. If a file is added or modified in the encrypted folder, it get decrypted to the other folder.

CryptSync overview

More information here about CryptSync.

TortoiseSVN Chinese

Posted on September 23, 2012

We recently added Haowei from China as our team member as we are planning and working hard for making Chinese language available on our site. Haowei will be responsible for TortoiseSVN Chinese things and help to promote TortoiseSVN.

We've also opened a Weibo account TortoiseSVN which is the most popular local Chinese type twitter platform with our hope that giving more communication with Chinese users.

If you have any suggestion or comment for TortoiseSVN in China, you may contact Haowei by Sending him an Email or Weibo account.

Cheers!

TortoiseSVN and the recycle bin

Posted on September 22, 2012

Subversion's design is made up so that you will never ever lose any data. But there's one command that will do exactly that: Revert.
Reverting means discarding all modifications you've made to one or more files which you haven't committed yet.

But what if you selected the wrong file(s) to revert? Sure, TortoiseSVN always asks you first before it reverts the files. But as we all know, such "Are you sure?" dialogs are too easily dismissed by clicking "Yes".

So what if you reverted files and you then discover that you shouldn't have done that?

read more...

Save the revision graph as an svg file

Posted on May 9, 2012

The revision graph is a nice way to get a quick overview of your project. However you can not share the graph with other people unless you save it as an image and pass the image on.

If the revision graph is small, then saving the graph as a png image will do just fine. But as with all images, a png does not scale very well. And if the revision graph is already big the resulting image file can get quite big as well. It can even get too big to show.

read more...

Auto Aero Colors

Posted on April 9, 2011  • 

Windows 8 has a new feature where the Aero colors can be automatically adjusted according to the selected wallpaper.

This seems to be a nice feature, and there's even a tool available that offers that feature for Windows 7: Aura.

But there are some things about Aura that bother me, so I hacked together my own tool which offers that feature.

Unlike Aura, AAClr is written in plain C++ and doesn't use the .NET Framework. For tools that are supposed to be started automatically on logon, this ensures that the whole startup time doesn't increase by several seconds.

AAClr also detects changes in wallpapers by catching events from the system and doesn't use timers that access the wallpaper file several times a second (like Aura does). That means that AAClr is idle most of the time and only wakes up when necessary.

And about resource usage: AAClr uses less than 2MB of private bytes - I think that's not too much.

The link to the download can be found on the project page.

TortoiseSVN 1.7 Beginner's Guide

Posted on January 15, 2011  • 

There's now a book available about TortoiseSVN. Of course, there are books about Subversion which mention TortoiseSVN. But this is (I think) the first book about TortoiseSVN.

Full disclosure: I was asked to review the book, which I did. And I'm mentioned as a reviewer in the book! So I had to write something about it here since I was never mentioned in a book before :).

read my about this book.