SharpCvsLib

Manager.AddRepository Method

Add a repository file if it does not already exist. If the repository file already exists then it is NOT overwritten.

Overload List

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);

See Also

Manager Class | ICSharpCode.SharpCvsLib.FileSystem Namespace