SharpCvsLib

ClearStaticDirectoryResponse Class

Handle a clear static directory response. from: http://www.loria.fr/~molli/cvs/doc/cvsclient_5.html Clear-static-directory pathname \n This instructs the client to un-set the Entries.Static flag, which it should then send back to the server in a Static-directory request whenever the directory is operated on. pathname ends in a slash; its purpose is to specify a directory, not a file within a directory.

For a list of all members of this type, see ClearStaticDirectoryResponse Members.

System.Object
   ClearStaticDirectoryResponse

[Visual Basic]
Public Class ClearStaticDirectoryResponse
Implements IResponse
[C#]
public class ClearStaticDirectoryResponse : IResponse

Requirements

Namespace: ICSharpCode.SharpCvsLib.Responses

Assembly: ICSharpCode.SharpCvsLib (in ICSharpCode.SharpCvsLib.dll)

See Also

ClearStaticDirectoryResponse Members | ICSharpCode.SharpCvsLib.Responses Namespace