[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for T:SharpSvn.SvnCommandType]
Assembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public enum SvnCommandType |
| Visual Basic (Declaration) |
|---|
Public Enumeration SvnCommandType |
| Visual C++ |
|---|
public enum class SvnCommandType |
Members
| Member name | Description | |
|---|---|---|
| Write | ||
| Switch | ||
| SetProperty | ||
| Log | ||
| List | ||
| CreateDirectory | ||
| Unknown | ||
| GetWorkingCopyVersion | ||
| GetWorkingCopyInfo | ||
| Update | ||
| Unlock | ||
| SetRevisionProperty | ||
| RevisionPropertyList | ||
| Revert | ||
| Resolved | ||
| RemoveFromChangeList | ||
| Relocate | ||
| ReintegrationMerge | ||
| PropertyList | ||
| Move | ||
| MergesMerged | ||
| MergesEligible | ||
| Merge | ||
| Lock | ||
| ListChangeList | ||
| Info | ||
| Import | ||
| GetSuggestedMergeSources | ||
| GetRevisionProperty | ||
| GetProperty | ||
| GetAppliedMergeInfo | ||
| Export | ||
| DiffSummary | ||
| DiffMerge | ||
| Diff | ||
| Delete | ||
| Commit | ||
| CleanUp | ||
| CheckOut | ||
| Blame | ||
| AddToChangeList | ||
| Status | ||
| Copy | ||
| Add |