Skip to content

SvnVCS

[Source]

Placeholder for Subversion VCS

primitive val SvnVCS is
  VCS val

Implements


Constructors

create

[Source]

new val create()
: SvnVCS val^

Returns


Public Functions

sync_op

[Source]

fun box sync_op(
  resultReceiver: RepoOperationResultReceiver tag,
  next: RepoOperation val)
: RepoOperation val

Parameters

Returns


tag_query_op

[Source]

fun box tag_query_op(
  resultReceiver: RepoOperationResultReceiver tag,
  next: TagListReceiver val)
: RepoOperation val

Parameters

Returns


checkout_op

[Source]

fun box checkout_op(
  rev: String val,
  resultReceiver: RepoOperationResultReceiver tag,
  next: RepoOperation val)
: RepoOperation val

Parameters

Returns


eq

[Source]

fun box eq(
  that: SvnVCS val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: SvnVCS val)
: Bool val

Parameters

Returns