Archive for the tag 'source-control'

Aug 23 2010

What is the Best Git GUI (Client) for Windows?

Published under Technology

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. [...]

5 responses so far

Oct 08 2009

Missing your .svn\tmp directories? One line fix.

Published under Technology

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 [...]

One response so far

Apr 30 2009

gitosis on Ubuntu 9.04 Jaunty

Published under Technology

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 [...]

4 responses so far

Oct 12 2008

Webby – Client-side, static content management system

Published under Technology

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. [...]

Comments Off

Oct 10 2008

Git Talk at the STL JUG

Published under Presentations

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. [...]

Comments Off

Jul 18 2008

Rearranging files in SVN? Use git-svn instead.

Published under Technology

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 [...]

3 responses so far

Older Entries »