Last updated : 09/11/2002; 12:44:38

Joe's Jelly

Joe Walnes rambling on and on about Software Development, Java and Extreme Programming.

NAVIGATION >>

/WIKI /WEBLOG /THOUGHTWORKS /OPENSYMPHONY /EMAIL

:: ELSEWHERE
xp developer wiki
c2 xp wiki
the server side
javaworld
sd magazine
jakarta

:: BLOGS
Ara Abrahamian
Mathias Boegart
Mike Cannon-Brookes
Paul Hammant
Aslak Hellesøy
Darren Hobbs
Patrick Lightbody
Charles Miller
Brett Morgan
Rickard Öberg
Joseph Ottinger
Mike Roberts
Chris Stevenson
James Strachan

:: INVOLVEMENTS
SiteMesh
QDox
MockDoclet
OSCore
OSUser
PropertySet
RichTags
Marathon
SiteMesh C++
Alt-RMI
Jelly MockTags
more...
:: BACKLOGS
October 2002
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Sep   Nov



Click here to visit the Radio UserLand website.

Click to see the XML version of this web page.

joe@truemesh.com

:. 06 October 2002

  10:44:53 PM  

More CVS stuff.... Steve Freeman pointed out - I completely forgot about Eclipse. D'oh!

Eclipse is a great front-end to CVS, even if you're not using it as an IDE. It has excellent diff/merge capabilities and maintaining repositories is very easy. Files can just be dragged around like you're using explorer and Eclipse does all the nasty CVS work for you. And it has a slick front-end. And it's open-source. And you can write code in it too :)


  7:35:29 PM  

Last week I attended an Extreme Lego Workshop to teach XP. Here's my experience. I even got to pair program MindStorms with Alistair Cockburn! :)


  2:39:08 PM  

Continuing on the thread of CVS tools, Mathias Bogaert has pointed out Chora. A much smarter looking ViewCVS like thing.


  10:03:16 AM  

CVS Tools. Been doing my technology evangelist / mentor bit at work this week, trying to encourage migration away from sourcesafe onto a half-decent scc system. Not having cross-platform access to our source is hampering us in so many ways. We have no budget, so I've been focussing on ways to make CVS as attractive as possible. Shamelessy stealing ideas from sourceforge, I find the following combination of tools work very well together:
  • CVS (duh) on the server.
  • TortoiseCVS integrated Windows client.
  • Pageant for SSH key management and passwordless connection.
  • ViewCVS for a web browsable view of the repository.
  • Syncmail for doing automated diffs-by-email on commits.

[Pushing the envelope]

I have a similar list, with some additional items:

  • CVS command line client (because Tortoise makes 98% of your daily activities easy - the cmd line is still required for that last 2%).
  • WinMerge as a slightly more user friendly diff tool.
  • CVSQuery to enhance ViewCVS slightly by allowing quick searches/reports (e.g. show me all changes in the last 2 weeks for a specific module).
  • Nice Tortoise icon sets (I like Timo) - let's face it, the default ones suck :)

On top of that, if you do have a budget, these tools can make life all that easier (and they're affordable):

  • Araxis Merge (instead of WinMerge) as the greatest diffing/merge tool in the world. Regardless of what version control system you use this is a big help. Diffing/merging a single file is very easy and intuitive, even with the most complicated changes. It also supports diffing/merging of entire directory structures and 3-way merges.
  • CSRCS is a similar tool to Tortoise (which plays nicely). It exposes an SCC api to allow many existing apps integrate directly with CVS from inside the environment (such as Visual Studio, Dreamweaver, MS Office, etc) - one click diffing in Word is very useful. It also supports RCS so you can add version control to one off files located anywhere on your system/network without having to setup a CVS repo - very useful. This is a great tool if you're also storing artefacts like documents in CVS or have many non-technical users.

Things that would be nice to see:

  • A quick installer that installs everything mentioned above and configures properly. It's always embarrasing when I say how much better CVS than VSS and then it's so complicated to install. The same goes for the server-side.
  • A proper integration between Araxis and Tortoise. At the moment they are unaware of each other, it'd be nice to be able to have a 'resolve conflict' Tortoise option that fired up Araxis with the yours, theirs and desired versions. And something like 'compare versions' for files or directories.
  • A prettied up front-end for ViewCVS/CVSQuery that looks more, ermmm, professional.
  • Better server-side database versioning tools. MS SQL-Server has a nice little feature that allows it to automatically check in any changes to database objects (tables, procs, views, etc) to VSS when something changes - regardless of what tool was used to change it. This ensures changes are never forgotton about and I'd love to see this on more dbs talking to more VCS systems.


Web-design by John Doe from open source web design.