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:
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:
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(). tries to match the frist part of GetMainFrame() against the later part of GetSpaceBallDir() since usually the URL for the main frame contains the common root URL that also leads to the spaceball directory URL. concrete requirments, this function must be overwritten within the concrete project configuration.
Returns the HTTP URL for packed (release) archives. The URL should point to the directory returned by GetSpaceballDir(). The default implementation tries to match the frist part of GetMainFrame() against the later part of GetSpaceBallDir() since usually the URL for the main frame contains the common root URL that also leads to the spaceball directory URL. If this implementation does not fit concrete requirments, this function must be overwritten within the concrete project configuration.
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:
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:
Information Tags:
Redefined in descendants as:
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: