True if invoked on a directory that is not a working copy, svnversion assumes it is an exported working copy and prints "exported".
Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Output> Public Property Exported As Boolean |
C# |
---|
[Output] public bool Exported { get; set; } |
C++ |
---|
[Output] public property bool Exported sealed { bool get(); void set(bool value); } |
J# |
---|
/** @attribute Output() */ /** property */ public bool get_Exported(); /** property */ public void set_Exported(bool value); |
JScript |
---|
public function get Exported() : bool public function set Exported(value : bool); |
See Also
Documentation version 1.0.0.0.