Source Code Repository Access

I've posted a new c# library called SharpRepositoryLib. It provides an abstract interface for accessing different source repository providers over a remote connection.

Features include:

  • Plug-in architecture for accessing different providers.  Currently supports CVS, Subversion, and GotDotNet Workspaces.  I've been working on a Vault provider as well.
  • Directory Listing
  • File Listing
  • Revision History (with comments)

This library and SharpDbSchema are utilized by my DevCenter project (a development project portal).  You can see an online demo of SharpRepositoryLib within DevCenter here.  I'll post more information on DevCenter soon.

1 Comment

Comments have been disabled for this content.