Logged In: NO

Correction :

in ICSharpCode.SharpCvsLib.Misc.CvsRoot

replace the CVSROOT_REGEX by :

public const string CVSROOT_REGEX =
@":(ext|pserver|ssh|local|sspi)
:((?:[\w|\\\\]*@)?[\w]+(?:\.[\w|-]+)*)
:?((?:[\d]*)?)
:((?:(?:[A-Za-z]:/)|/).[^\s]*)";

I added "|\\\\" to correct the problem.