Just so I can have another backup of all the history and nost just the latest revision. Its just for normal backups. Call me paranoid if you like The transport doesnt matter to me. ftp, http, whate ...
Hello all. Is there a way to do a backup the subversion repository that I'm missing? I know SVN can do a flatfile dump of the repository (svnadmin dump). But that needs direct filesystem access to the ...
I'm using nonblocking along with a select timeout so that I can do both read and writes on a socket within a single thread, and have that thread be able to exit easily. I use a 200ms ...
I found a slight problem with the select handling of SocketConduit.reader() when you have a timeout set and the socket set to non-blocking. Basicly the return of select needs to be checked f ...