[This is preliminary documentation and is subject to change.]
Send changes from your working copy to the repository (svn commit)
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool Commit( string path, out SvnCommitResult result ) |
| Visual Basic (Declaration) |
|---|
Public Function Commit ( _ path As String, _ <OutAttribute> ByRef result As SvnCommitResult _ ) As Boolean |
| Visual C++ |
|---|
public: bool Commit( String^ path, [OutAttribute] SvnCommitResult^% result ) |
Parameters
- path
- Type: System..::.String
[Missing <param name="path"/> documentation for "M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitResult@)"]
- result
- Type:
SharpSvn..::.SvnCommitResult
%
[Missing <param name="result"/> documentation for "M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitResult@)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitResult@)]