AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Editores / Editor de proyectos / Trabajar sin conexión
  • Overview
  • Disconnecting from the SCM
  • Reconnecting to the SCM
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
The Source Code Manager allows you to easily work in offline mode.
This mode allows a developer (who uses a laptop, for example) to continue working on a project in the repository while being offline.
The principle is straightforward:
  • before the physical disconnection, specify that you disconnect from the SCM. Before working offline, it is recommended to check out the different elements you will work on (these elements will appear as "already checked out" for the other users). Then, you can work on your project locally. You can handle the different elements in the project directly.
  • after the physical reconnection, you reconnect to the SCM and you check in the modified elements.
Disconnecting from the SCM
To work in offline mode:
  1. Open the relevant project.
  2. On the "SCM" tab, in the "Other actions" group, expand "Remote work" and select "Disconnect to work offline".
  3. In the wizard, select "I want to disconnect from Source Code Manager" (Caution: this wizard also allows you to disconnect from the shared database of Control Centers. Select the desired option for the Control Centers).
  4. In the next screen, you can:
    • View the elements currently checked out by yourself from the project. These elements cannot be modified by the other developers as long as you are disconnected from SCM.
    • Check out new elements (via the "Status of elements" button). The checked-out elements cannot be modified by the other developers as long as you are disconnected from the SCM.
    • Check in the checked-out elements: This option is used to avoid locking elements unnecessarily: to do so, check the elements that must be checked back in (via the "All without conflict", "All" and "None" buttons). These elements will be checked back in during the disconnection.
  5. The following details are displayed for the checked-out elements:
    • the modifications performed ("My Modif" button)
    • the history of operations ("History" button).
    • the properties ("Properties" button)
    • the comparison with the element found in the repository.
  6. The disconnection is performed. The project is available locally on your computer. There is no link with the SCM. All the project elements are available and they can be modified.
Reconnecting to the SCM
To reconnect to the SCM:
  1. On the "SCM" tab, in the "Other actions" group, expand "Remote work" and select "Reconnect and synchronize".
  2. In the wizard, select "I want to reconnect to the Source Code Manager".
  3. The following checks are performed during the reconnection:
    • The elements modified offline by the developer must be checked out (only if these elements have not been checked out before the disconnection).
    • The new elements added offline by the developer must be added into the repository.
During the reconnection:
  • The modifications performed by the other developers are not retrieved automatically. The project must be synchronized.
  • The modifications made to the checked-out elements are not carried over. To do so, you need to check in the elements that were checked out from the repository.
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/04/2023

Señalar un error o enviar una sugerencia | Ayuda local