|
|
|
|
|
- SCM menu
- "Add project" group
- "SCM" group
- "All elements"group
- "Current element" group
- "Project" group
- "Other actions" group
The operations on the SCM can be performed from the SCM tab of WINDEV, WEBDEV or WINDEV Mobile.
This pane contains several sections: - "Add project".
- "Repository".
- "All elements".
- "Current element".
- "Project".
- "Other actions".
Let's see the options of these sections. "Add project" group This section is shown only if the current project has not been checked into the SCM or pushed to Git. This group allows you to add the current project: "SCM" group The "Manage" option is used to: "All elements"group This group contains options to manage all the project elements. The available options are as follows: - Retrieve all: This option retrieves all new versions of project elements present in the repository. Elements currently checked out by the user are not included. For more details, see SCM: Retrieving all elements.
- Check all in: This option checks all the checked-out project elements into the SCM repository. Some elements can remain checked out. For more details, see SCM: Checking in all elements.
- Element status Allows you to view and search the status of project elements:
- View item status: Displays the list of project elements, with the date of the last extraction and the author of each element.
- Refresh the status of the elements. This option updates the list and the status of each element.
New in version 2025Search for extractions: Displays the search window for extracted items. This window allows you to search for extracted items according to several filters. If necessary, you can add an element directly from this window.
"Current element" group This group contains options to manage the current element in the editor. The available options are as follows: - Check out: Checks out the file corresponding to the current element from the repository. The latest version of the element is copied onto the local computer. Several check-out modes are available. For more details, see Checking out an element.
- Check in: Checks the file corresponding the to current element into the repository. The element is copied into the SCM repository. It is made available to the other users of SCM. For more details, see Checking an element back in.
- Undo check-out: Undoes the last check-out. The modifications are canceled and the file goes back to "Read-only".
- Get latest version: Gets the last version of the current element in the editor. This latest version is the one found in the SCM repository.
- Compare:
- Show changes since checkout: Shows the changes made to an element since it was last checked out.
- Compare with the repository version: Compares the current element (available locally) with the previous version in the repository. This comparison can be performed even if the element was not checked out. Used to check the modifications made before the element is checked back in.
- Add: Adds the current element to the repository. If this option is used from the data model editor, the analysis is added to the repository. For more details, see Adding an element to the repository.
- Properties: Shows the properties of the current element (check-outs, shares, etc).
- History: Shows the changes made to the element and the authors of those changes. You can get an earlier version, save it, search for the differences (between 2 versions for example) or merge the SCM version with your version.
"Project" group This group contains options to manage the current project in the editor. The available options are as follows: - Project history: This option gets the list of changes made to the project and to the project file (WDP, WWP or WPP file). You can get an earlier version, save it, find the differences (between 2 versions for example), label the project version, etc.
- Branches: This option allows you to:
- Import from SCM: Imports an element from the SCM into the current project (e.g., a component or window from another project). You can share the element or import a copy.
- Master/Guest mode: This option allows you to define how to manage a project as a master or as a guest. For more details, see Working with the Source Code Manager.
New in version 2025List shares Displays a window listing directories that have shares with the current directory. These shares can be files or directories). For each directory, you can obtain a detailed list of shared files and folders.
"Other actions" group This group contains project style sheet and remote work options. You can: - Check out or check in the project style sheet.
- Log off to work offline, then log back in and synchronize.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|