26 January 2010
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.
[Click to cite this article]
[hide academic citations]
AMA citation:
Jiang W. Use SVN in Command Line (Windows). Stone Studio. 2010. Available at: http://wei-jiang.com/programming/database/use-svn-in-command-line-windows. Accessed July 31, 2010.
APA citation:
Jiang, Wei. (2010). Use SVN in Command Line (Windows). Retrieved July 31, 2010, from Stone Studio Web site, http://wei-jiang.com/programming/database/use-svn-in-command-line-windows
Chicago citation:
Jiang, Wei, "Use SVN in Command Line (Windows)", Stone Studio, posted January 26, 2010, http://wei-jiang.com/programming/database/use-svn-in-command-line-windows (accessed July 31, 2010).
Harvard citation:
Jiang, W 2010, Use SVN in Command Line (Windows), Stone Studio. Retrieved July 31, 2010, from <http://wei-jiang.com/programming/database/use-svn-in-command-line-windows>
MLA citation:
Jiang, Wei. "Use SVN in Command Line (Windows)." Stone Studio. 26 Jan. 2010. 31 Jul. 2010 <http://wei-jiang.com/programming/database/use-svn-in-command-line-windows>
Thank you for your interest.
21 December 2009
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 encoding [...]
[Click to cite this article]
[hide academic citations]
AMA citation:
Jiang W. svn: Can’t convert string from ‘UTF-8′ to native encoding:. Stone Studio. 2009. Available at: http://wei-jiang.com/system/unix/svn-cant-convert-string-from-utf-8-to-native-encoding. Accessed July 31, 2010.
APA citation:
Jiang, Wei. (2009). svn: Can’t convert string from ‘UTF-8′ to native encoding:. Retrieved July 31, 2010, from Stone Studio Web site, http://wei-jiang.com/system/unix/svn-cant-convert-string-from-utf-8-to-native-encoding
Chicago citation:
Jiang, Wei, "svn: Can’t convert string from ‘UTF-8′ to native encoding:", Stone Studio, posted December 21, 2009, http://wei-jiang.com/system/unix/svn-cant-convert-string-from-utf-8-to-native-encoding (accessed July 31, 2010).
Harvard citation:
Jiang, W 2009, svn: Can’t convert string from ‘UTF-8′ to native encoding:, Stone Studio. Retrieved July 31, 2010, from <http://wei-jiang.com/system/unix/svn-cant-convert-string-from-utf-8-to-native-encoding>
MLA citation:
Jiang, Wei. "svn: Can’t convert string from ‘UTF-8′ to native encoding:." Stone Studio. 21 Dec. 2009. 31 Jul. 2010 <http://wei-jiang.com/system/unix/svn-cant-convert-string-from-utf-8-to-native-encoding>
Thank you for your interest.