ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Source Code Manager (SCM) / SCM administrator
  • Overview
  • How to perform a search via the SCM administrator?
  • Performing a search via a command line
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
History search allows you to perform an advanced search in the history of operations performed in the SCM. The search result can be:
  • Displayed on the screen.
  • Exported in various formats: HFSQL, XLSX, DOCX, copied to clipboard, etc.
This type of search can also be performed via a command line.
How to perform a search via the SCM administrator?
To perform a search in the history:
  1. Start the SCM administrator.
  2. On the "Tools" tab, in the "Find" group, click "In the history".
  3. The window used to perform a multi-criteria search in the history is displayed.
Performing a search via a command line
A search can be performed in the SCM history via a command line, by using the following syntax:
WDGDSAdmin.exe /EXPORT
/BASE=<Repository address>
/LOGIN=<Login>
/PASS=<Password>
/DIR=<Name of remote directory>
/EXPORTFILE=<Full name of export file>
In this code, <Repository address> has the following format:
  • For HFSQL Client/Server:
    "CS:\\<IP Address of server:<Server port>\<SCM repository name>"
  • HFSQL Classic: The local path of the repository must be specified. For example:
    "D:\PC SOFT\Local SCM repository\"
This command line accepts additional filtering options:
  • /COMMENTONLY=1: Gets comments only.
  • /SINCELASTINSTALL=1: Only gets changes made since the last installation was generated.
  • /MINDATE=YYYMMDDHHMMSS: Sets the earliest search date. For example: 2017010100000.
  • /MAXDATE=YYYMMDDHHMMSS: Gets the latest search date. For example: 2018010100000.
  • /BUGID=999: Only gets changes related to incident 999.
  • /TASKID=999: Only gets changes related to task 999.
  • /AUTHOR=Username: Only gets changes made by <Username>.
  • /FILENAME=xxx: Searches only the <xxx> file. This parameter depends on "/FILENAMEFILTER".
  • /FILENAMEFILTER=0/1/2/3: Applies specific search criteria:
    • 0 = Starts with xxx,
    • 1 = Ends with xxx,
    • 2 = Contains xxx,
    • 3 = Is equal to xxx
    where xxx was specified in the /FILENAME parameter
  • /LABEL=yyy: Only searches for elements with the <yyy> label. This parameter depends on "/LABELFILTER".
  • /LABELFILTER=0/1/2/3: Applies search criteria based on the label:
    • 0 = Starts with yyy,
    • 1 = Ends with yyy,
    • 2 = Contains yyy,
    • 3 = Is equal to yyy,
    • 4 = all elements with a label,
    where yyy was specified in the "/LABEL" parameter.
  • /COMMENT=zzz: Only gets elements with a <zzz> comment. This parameter depends on "/LABELFILTER".
  • /COMMENTFILTER=0/1/2/3: Applies search criteria based on the comment:
    • 0 = Starts with zzz,
    • 1 = Ends by zzz,
    • 2 = Contains zzz,
    • 3 = Is equal to zzz,
    where zzz was specified in the "/COMMENT" parameter.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/02/2024

Send a report | Local help