Skip to content

NAnt2/sharpcvslib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Sharpcvslib?

Sharpcvslib is a client API for the cvs protocol. It is written in managed c# and present day it provides core functionality for common cvs commands.

Sharpcvslib is currently being used in the NAnt and NAnt2 projects and provides a checkout and update task. Original project can be found on Sourceforge.

Changelog

0.35 (February 18, 2004)

  • Library:
    • rtag
    • sticky tag checkout (-r)
    • override directory (-d)
    • event based logging
    • configuration of ssh client
  • Command line client
    • checkout
    • update
    • commit
    • add
    • passwd
    • login
    • init
    • rtag