Dachshund

UML Based Software Modeling Tool

Dachshund
About
Current Status
Screen Shots
Download
Sourceforge
Developers Docs
Contributors
Milestones
Design
CVS
FAQ
Links

CVS

The Dachshund source code can be checked out from the Sourceforge CVS repository.

The active module in CVS is "dachshund2". Do not bother with the "dachshund" module as it is dead.

You may also want to read the compiling section for details on how to compile the source code.

Anonymous CVS Access

Anonymous CVS means read-only access to the source code. Use this if you just want to compile dachshund.

cvs -d:pserver:anonymous@cvs.dachshund.sourceforge.net:/cvsroot/dachshund login

cvs -z3 -d:pserver:anonymous@cvs.dachshund.sourceforge.net:/cvsroot/dachshund co dachshund2

Developer CVS Access via SSH

Registered Dachshund developers can access the dachshund CVS repository in read/write mode. Replace developername with your sourceforge username.

export CVS_RSH=ssh

or, if you are a C-shell user
setenv CVS_RSH ssh

cvs -z3 -d:ext:developername@cvs.dachshund.sourceforge.net:/cvsroot/dachshund co dachshund2
Webmaster David Bryant
Last modified: Sunday, 08-Sep-2002 11:07:23 UTC