Author Topic: Welcome to Open QueueMetrics Add-Ons  (Read 5060 times)

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Welcome to Open QueueMetrics Add-Ons
« on: October 01, 2008, 09:12:38 »
Hello everyone,
we created a SourceForge project for user-contribuited QueueMetrics add-ons.

It can be found at: https://sourceforge.net/projects/open-qm-addons/
Its own website will be at: http://open-qm-addons.sourceforge.net/



CVS access

Anonymous CVS Access

This project's SourceForge.net CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key. To determine the names of the modules created by this project, you may examine their CVS repository via the provided web-based CVS repository viewer.

Code: [Select]
cvs -d:pserver:anonymous@open-qm-addons.cvs.sourceforge.net:/cvsroot/open-qm-addons login
 
cvs -z3 -d:pserver:anonymous@open-qm-addons.cvs.sourceforge.net:/cvsroot/open-qm-addons co -P modulename


Developer CVS Access via SSH

Only project developers can access the CVS tree via this method. A SSH client must be installed on your client machine. Substitute modulename and developername with the proper values. Enter your site password when prompted.

Project administrators may limit CVS access to this repository using cvs_acls or the CVS access member permissions option. Developers may verify their CVS access status on the admin page for this project.

A significant amount of information about project CVS services may be found in our "CVS (Version Control for Source Code)".

Developers may also make use of shared SSH keys for authentication.

Code: [Select]
export CVS_RSH=ssh
 
cvs -z3 -d:ext:developername@open-qm-addons.cvs.sourceforge.net:/cvsroot/open-qm-addons co -P modulename