Add a repository file if it does not already exist. If the repository file already exists then it is NOT overwritten.
Add a repository file if it does not already exist. If the repository file already exists then it is NOT overwritten.
public Repository AddRepository(Repository);
Create the repository file in the cvs sub directory of the current working directory.
public Repository AddRepository(WorkingDirectory,string,string);
Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace