Author: julianfoad
Date: Wed Mar 30 13:18:02 2022
New Revision: 1899388
URL: http://svn.apache.org/viewvc?rev=1899388&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch: update the i525 user guide.
Modified:
subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md
Modified:
subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md
URL:
http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md?rev=1899388&r1=1899387&r2=1899388&view=diff
==============================================================================
---
subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md
(original)
+++
subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md
Wed Mar 30 13:18:02 2022
@@ -54,7 +54,7 @@ are found to be locally modified and cur
- `svn cat` (default case: base version)
- `svn diff` (default case: base against working)
- - `svn resolve` (also conflicts resolver in `merge`, `update`)
+ - `svn resolve` (some cases; also conflicts resolver in `merge`, `update`)
- `svn revert`
Notes on previously *offline* operations,:
@@ -65,17 +65,19 @@ Notes on previously *offline* operations
- This contact may be needed as a result of a file being modified that is
not of interest in the current operation, as the "sync scope" is a
superset of the pristines that this operation will actually need.
- - The "hydrating" phase may take a long time, and (currently) gives no
- progress feedback, before the operation begins its usual (previous)
- behaviour.
-
-[TODO: update that if we add progress feedback]
+ - The "hydrating" phase may take a long time, before the operation begins
+ its usual (previous) behaviour. To help the user know why there is a
+ delay, most commands will output progress notifications, "Fetching text
+ bases ..." with one dot per file fetched. However, the data-output
+ commands 'diff' and 'cat' give no progress feedback. (See issue #4897
+ for any updates on this.)
Each of the following operations, that previously were *online* operations,
also will now require the same.
- `svn diff` (comparing repository to WC)
- `svn merge`
+ - `svn resolve` (some cases; also conflicts resolver in `merge`, `update`)
- `svn switch`
- `svn update`
- `svn checkout --force` (similar to update)