Direct naar hoofdinhoud

Subversion

Onofficiรซle Beta-vertaling

Deze pagina is vertaald door PageTurner AI (beta). Niet officieel goedgekeurd door het project. Een fout gevonden? Probleem melden โ†’

Watโ€‹

Toon Subversion-informatie wanneer je in een Subversion-repository bent. Werkt ook voor submappen. Voor maximale compatibiliteit, zorg ervoor dat je svn-executable up-to-date is (bijvoorbeeld wanneer branch- of statusinformatie onjuist is).

Voorbeeldconfiguratieโ€‹

{
"type": "svn",
"style": "powerline",
"powerline_symbol": "๎‚ฐ",
"foreground": "#193549",
"background": "#ffeb3b",
"options": {
"fetch_status": true
}
}

Optiesโ€‹

Informatie ophalenโ€‹

Omdat meerdere Subversion-aanroepen de snelheid van de prompt kunnen verminderen, halen we standaard geen informatie op. Je kunt de volgende opties op true zetten om het ophalen van extra informatie in te schakelen (en de template te vullen).

NameTypeDefaultDescription
fetch_statusbooleanfalsefetch the local changes
native_fallbackbooleanfalsewhen set to true and svn.exe is not available when inside a WSL2 shared Windows drive, we will fallback to the native svn executable to fetch data. Not all information can be displayed in this case
status_formatsmap[string]stringa key, value map allowing to override how individual status items are displayed. For example, "status_formats": { "Added": "Added: %d" } will display the added count as Added: 1 instead of +1. See the Status section for available overrides
informatie

De velden Repo, Branch en BaseRev werken nog steeds wanneer fetch_status op false staat.

Template (informatie)โ€‹

standaardtemplate
 \ue0a0{{.Branch}} r{{.BaseRev}} {{.Working.String}}

Eigenschappenโ€‹

NameTypeDescription
.WorkingStatuschanges in the worktree (see below)
.Branchstringcurrent branch (relative URL reported by svn info)
.BaseRevintthe currently checked out revision number
.Repostringcurrent repository (repos root URL reported by svn info)

Statusโ€‹

NameTypeDescription
.Untrackedintnumber of files not under version control
.Modifiedintnumber of modified files
.Deletedintnumber of deleted files
.Addedintnumber of added files
.Movedintnumber of changed moved files
.Conflictedintnumber of changed tracked files with conflicts
.Changedbooleanif the status contains changes or not
.HasConflictsbooleanif the status contains conflicts or not
.Stringstringa string representation of the changes above

Lokale wijzigingen gebruiken de volgende syntax:

IconDescription
?Untracked
~Modified
-Deleted
+Added
>Moved
!Conflicted