Mac OSX – rsync to support iconv

The rsync tool that comes in-the-box with OSX does not support iconv, so that you cannot activate this option in order to void any encoding issue when syncing with rsync. To use this option, you need to install XCode to compile rsync, by default on OSX 10.6, with default options (64-bit compilation) you don’t have [...]

2 Comments , , ,

Backup your SVN repository with SVNSYNC

In this article, I will tell you how to create a backup repository on your PC or your second server. First step: Create a new repository on your PC or your another server svnadmin create backup-repository Second step: Create a hook so as to give the repository the ability to change properties On Linux/Unix-like cat [...]

2 Comments , ,

Eclipse Dark Color Scheme

Here is my Dark Color Scheme, cloned from my Dark Color Scheme for Komodo Edit Eclipse File > Export Choose Export all and Export your current settings, in case you want to roll back File > Import Choose Import all and click Finish, enjoy! CARO-ColorScheme-Eclipse.epf.zip Komodo Edit 5.1 Unzip the file in C:\Users\…..\AppData\Roaming\ActiveState\KomodoEdit\5.1\schemes\ or on [...]

2 Comments , ,