DigiVC documentation
Desktop Client and workspaces
The Desktop Client is the primary interface for daily file work.
The Desktop Client is the primary interface for daily file work.
Connecting
- Start DigiVC Desktop Client.
- Enter the server URL, for example
https://digivc.company.example. - Enter a profile name, username and password.
- Select Connect.
The server URL must be an HTTP/HTTPS origin only, without embedded credentials, extra path, query or fragment.
Creating a workspace
- Open Repositories.
- Select a project and repository.
- Load the tree.
- Choose:
- Full checkout; or
- Checkout selected.
- Select a local directory.
- Start checkout.
DigiVC creates protected metadata inside the workspace. Do not edit or delete it manually.
Reviewing local changes
On the Workspace page:
- Status shows new, modified, deleted, locked, conflict and needs-update states;
- Diff displays a textual diff when appropriate;
- binary or oversized files are reported without an unsafe textual preview.
Update before commit
When the remote repository has a newer revision, run Update. DigiVC applies remote changes atomically. A conflict must not silently destroy local work.
Commit
- Review status and diff.
- Enter a clear commit message.
- Optionally run dry-run/preview first.
- Select Commit.
Good commit message:
Add SSL-mode validation to remote PostgreSQL setupPoor commit message:
fixConflicts
The Desktop Client offers these strategies:
- Keep local;
- Accept remote;
- Mark for manual resolution.
Review the content before selecting a resolution. DigiVC then synchronizes the decision with the server conflict record.
Activity
The Activity page shows:
- revisions;
- locks;
- conflicts;
- validation runs.
This lets a user understand repository activity without system-administrator privileges.