Aug
23
2010
I adopted Git as my primary source control tool a couple of years ago, when I was using Windows as my primary (90%) desktop OS. Since then I’ve switched to 75% Mac OSX, but I still use Git on Windows for a few projects, and I get a lot of questions about Git on Windows.
I [...]
Tags: git, source-control, windows
Oct
08
2009
You may find with “svn cleanup” (or its TortoiseSVN equivalent) fails with an error message about “system cannot find the path specified”. If you research this error, you may find that the SVN dev team knows that svn-cleanup does not clean up this particular problem, and as of SVN version 1.6.5, considers that OK.
There is [...]
Tags: linux, source-control, sysadmin
Apr
30
2009
As of April 2009, the gitosis package in Ubuntu 9.04 Jaunty is broken; it fails with an error like so:
pkg_resources.DistributionNotFound: gitosis==0.2
There are quite a few pages and mailing list messages that mention this. I only found one with a good hint toward a solution, which was that it is also a known issue on Debian. [...]
Tags: linux, python, source-control, sysadmin, ubuntu
Oct
12
2008
This afternoon I rebuilt OasisDigital.com using Webby, stripping out hand-coded HTML and replacing it with much more maintainable Markdown. The site looks about the same as before (which is to say, mediocre), but under the hood it is much easier to update. We intend to use this new ease, to move forward in improving it. [...]
Tags: programming, ruby, source-control, www
Oct
10
2008
Yesterday (Oct. 9, 2008), I gave a talk on Git at the St. Louis Java User Group. Rather than a typical “intro” talk, instead I showed a dozen or so common usage scenarios, then answered questions with additional ad-hoc demos. As with some other recent talks, I eschewed PowerPoint in favor of a printed handout. [...]
Tags: java, source-control
Jul
18
2008
From time to time I need to rearrange a set of files in a project, typically while revamping the file / directory layout of a set of source files. The most direct way to do so is by dragging the files around (using a Windows or Linux GUI), but this is quite tedious to do [...]
Tags: git, source-control, svn