Sunday
28
Sep 2003

Why I like: Subversion

(4:32 pm) Tags: [Why I like...]

I have been using CVS for years, and Subversion for about 8 months. The difference now is how easy Subversion is to use. Here are some examples:

What I don’t like about Subversion: all the dependencies and problems I have had/will have with other tools, such as SWIG, neon, etc. Although I will note that these problems are with code external to subversion. So if you just pick up a binary build, you should be completely happy with it.

Will talk about subversion GUIs a little bit later.

Popularity: 15%

Comments: (0)

New Category: In the Shop

(4:30 pm) Tags: [In the Shop]

I have just added a new category named: In the Shop. This is because of the fact that for the last 6 months, I have been scheming to start practicing metalworking in my spare time. My dream since childhood was to mix computers and machines for the benefit of mankind (isn’t this every boy’s drem?), so I have now started down that road.

I just received a lathe and milling machine from Sherline Tools.

Popularity: 17%

Comments: (2)

Upgraded to Subversion 0.30

(4:29 pm) Tags: [Site]

Required a dump/load cycle since the database schema change, but it was generally painless. Great instructions from the svn book. Took about 1 hour to download, build, dump, load, and verify 6 repos. This sysadmin stuff is getting easier, but it is still too hard…

Popularity: 13%

Comments: (0)

How do I retreive a single file from a subversion repository?

(4:05 pm) Tags: [How do I...]

From the mailing list:

svn cat -r REV URL > file

Popularity: 8%

Comments: (0)