26 January 2010 0 Comments

Use SVN in Command Line (Windows)

Use SVN in Command Line (Windows)

I was very annoyed by the TortoiseSVN been lack of command line interface. I like be able to run the simple svn update from command line than clicks this and that in windows. This is how I install a svn in command line and use it together with TortoiseSVN.

Tags: ,
21 December 2009 0 Comments

svn: Can’t convert string from ‘UTF-8′ to native encoding:

svn: Can’t convert string from ‘UTF-8′ to native encoding:

Filenames containing "special characters" can cause an annoying Subversion error message: svn: Can’t convert string from ‘UTF-8′ to native encoding: From the subversion book: Errors like this typically occur when the Subversion client has received a UTF-8 string from the repository, but not all of the characters in that string can be represented using the [...]

Tags: