|
Running Subversion as Windows Service |
|
|
By revindex on
7/15/2007 4:28 PM
|
|
|
|
Subversion needs the svnserve.exe executable running at all times to be able to perform source control operations. It's impractical on a Windows machine to have a command running at all times because as soon as you log out, the command gets killed. As of the new Subversion 1.4, the svnserve.exe can now run natively as Windows service...
|
 |
|
Comments (5)
|
More...
|
|
|
How to Convert Text Encoding |
|
|
By revindex on
7/14/2007 8:30 PM
|
|
|
|
Text encoding tells the system how a character is represented in bits and bytes. There are several hundred different known encodings. Sometimes you need to convert from one encoding to another because your application can only read certain data encoded in a certain way. Here's how to do it using iconv for Windows and Linux.
|
 |
|
Comments (1)
|
More...
|
|
|