After upgrading Git to 1.5.4.2, I was having problems checking out projects from Apache’s subversion repository. When I would try to do something like:
git svn clone –stdlayout https://svn.apache.org/repos/asf/mina/asyncweb
Git would output:
Initialized empty Git repository in .git/
Using higher level of URL: https://svn.apache.org/repos/asf/mina/asyncweb => https://svn.apache.org/repos/asf
W: Ignoring error from SVN, path probably does not exist: (175002): RA layer [...]
When I work from our Orem Office, I’m surrounded by people who call themselves ‘architects’. I’ve always hated this title in the software industry. It doesn’t mean anything. If you take a room full of five software architects and ask them what it means to be a software architect, you’ll get five [...]
This past weekend I made a 0.1 release of ADBCJ, my asynchronous database driver framework. I also wrote a brief tutorial on how to use ADBCJ. This release is primarily for testing and feedback on the API. The MINA based MySQL and Postgresql drivers are working well, although they only support int and varchar data [...]