Returns subdirectories which contains directories for branches.
Returns subdirectories which contains directories for branches.
API Tags:
Return: | or string (Array of) repository directory that contains branches. |
Access: | public |
Information Tags:
Returns the relative URL of the Webpage under control.
Returns the relative URL of the Webpage under control.
API Tags:
Return: | URL of page to display in MainFrame. |
Access: | public |
Information Tags:
int GetMaxBranchDirDepth(
)
|
|
Returns the maximum depth of directories that should be considered as branch directory underneath GetBranchDirs() hierarchy.
Returns the maximum depth of directories that should be considered as branch directory underneath GetBranchDirs() hierarchy. E.g. if this is set to 2 than GetBranchDirs()/dir1/dir2 is considered as tag directory while GetBranchDirs()/dir1/dir2/dir3 is not.
API Tags:
Return: | Maximal path depth for branch directories. |
Access: | public |
Information Tags:
Returns the maximum depth of directories that should be considered as tag directory underneath GetTagDirs() hierarchy.
Returns the maximum depth of directories that should be considered as tag directory underneath GetTagDirs() hierarchy. E.g. if this is set to 2 than GetTagDirs()/dir1/dir2 is considered as tag directory while GetTagDirs()/dir1/dir2/dir3 is not.
API Tags:
Return: | Maximal path depth for tag directories. |
Access: | public |
Information Tags:
Returns a user friendly name for the project.
Returns a user friendly name for the project.
API Tags:
Return: | User friendly project name. |
Access: | public |
Information Tags:
string GetRepositoryRoot(
)
|
|
Returns the URL of the repository for the main frame.
Returns the URL of the repository for the main frame.
API Tags:
Return: | URL of repository. Any protocol (http://, svn://, etc.) is supported. Note: public function GetRepositoryRootDir is deprecated and removed from SwcConfig interface in SWC v1.1.0. Please use GetRepositoryRoot instead. |
Access: | public |
Information Tags:
string GetSpaceballDir(
)
|
|
Returns the directory for packed (release) archives called spaceballs.
Returns the directory for packed (release) archives called spaceballs. Spaceballs archives are usually created for a dedicated revision. Note PHP needs write access granted on this directory.
API Tags:
Return: | Path for archive directory. |
Access: | public |
Information Tags:
string GetSpaceballUrl(
)
|
|
Returns the HTTP URL for packed (release) archives. URL should point to the directory returned by GetSpaceballDir().
Returns the HTTP URL for packed (release) archives. The URL should point to the directory returned by GetSpaceballDir().
API Tags:
Return: | URL for spaceball directory. |
Access: | public |
Information Tags:
Returns the password of the SVN user which should be used for repository access.
Returns the password of the SVN user which should be used for repository access.
API Tags:
Return: | Password of SVN user. |
Access: | public |
Information Tags:
Returns the SVN user which should be used for repository access.
Returns the SVN user which should be used for repository access.
API Tags:
Return: | SVN user. |
Access: | public |
Information Tags:
Returns subdirectories which contains directories for tags.
Returns subdirectories which contains directories for tags.
API Tags:
Return: | or string (Array of) repository directory that contains tags. |
Access: | public |
Information Tags:
Returns subdirectoy which contains repository trunk.
Returns subdirectoy which contains repository trunk.
API Tags:
Return: | Repository directory that contains main developement. |
Access: | public |
Information Tags:
string GetWebspaceRootDir(
)
|
|
Returns the absolute path of the workspace directory in the local file system.
Returns the absolute path of the workspace directory in the local file system.
API Tags:
Return: | Absolute path of the workspace. Note: public function GetWebspaceRoot is deprecated and removed from SwcConfig interface in SWC v1.1.0. Please use GetWebspaceRootDir instead. |
Access: | public |
Information Tags:
Returns the URL of WebSVN view for this project or NULL if WebSVN is not available.
Returns the URL of WebSVN view for this project or NULL if WebSVN is not available.
API Tags:
Return: | URL for WebSVN view for this project. |
Access: | public |
Information Tags:
void IsSvnCommandBarEnabled(
)
|
|
Returns true if SVN command bar may be shown, false otherwise.
Returns true if SVN command bar may be shown, false otherwise. This setting overrides corresponding user setting in order to protect the system agaist malicious commands.
API Tags:
Information Tags: