Diviner

Class ArcanistCommitWorkflow

Definedsrc/workflow/ArcanistCommitWorkflow.php:8
GroupWorkflows
ExtendsArcanistBaseWorkflow

Executes "svn commit" once a revision has been "Accepted".

Tasks

Methods

public getArguments()

returnwild
This method is not documented.

public getCommandHelp()

returnwild
This method is not documented.

public getCommandSynopses()

returnwild
This method is not documented.

protected getCommitFileList(array $revision)

parametersarray$revision
returnwild
This method is not documented.

public getRevisionID()

returnwild
This method is not documented.

private getSVNLangEnvVar()

returnwild

On some systems, we need to specify "en_US.UTF-8" instead of "en_US.utf8", and SVN spews some bewildering warnings if we don't:

svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LANG is en_US.utf8
svn: warning: please check that your locale name is correct

For example, it happens on epriestley's Mac (10.6.7) with Subversion 1.6.15.

protected getSupportedRevisionControlSystems()

returnwild
This method is not documented.

public getWorkflowName()

returnwild
This method is not documented.

protected promptFileWarning($prefix, $prompt, array $paths)

parameterswild$prefix
wild$prompt
array$paths
returnwild
This method is not documented.

public requiresAuthentication()

returnwild
This method is not documented.

public requiresConduit()

returnwild
This method is not documented.

public requiresRepositoryAPI()

returnwild
This method is not documented.

public requiresWorkingCopy()

returnwild
This method is not documented.

public run()

returnwild
This method is not documented.

private runSanityChecks(array $revision)

parametersarray$revision
returnwild
This method is not documented.