示例#1
0
        /// <summary>
        /// Returns the fully qualified path to the executable file.
        /// </summary>
        /// <returns>
        /// The fully qualified path to the executable file.
        /// </returns>
        protected override string GenerateFullPathToTool()
        {
            string path = SvnClient.FindToolPath(ToolName);

            base.ToolPath = path;

            return(Path.Combine(ToolPath, ToolName));
        }