/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/plans/tortoise-strategy.txt

  • Committer: Martin
  • Date: 2019-06-16 19:53:27 UTC
  • mto: This revision was merged to the branch mainline in revision 7349.
  • Revision ID: gzlist@googlemail.com-20190616195327-awvhgbjo9g6mkt57
Relocate the bzr log file out of $HOME

Now under $XDG_CACHE_HOME on nix and %LOCALAPPDATA% on windows.

Setting $BRZ_HOME will override the cache location, to simplify test
isolation, and $BRZ_LOG is still the final word.

Drive-by fix various docs around bzr/brz spelling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
Reuse of TSVNCache?
307
307
~~~~~~~~~~~~~~~~~~~
308
308
 
309
 
The RPC mechanism and the tasks performed by the RPC server (rpc, file system
 
309
The RPC mechanism and the tasks performed by the RPC server (RPC, file system
310
310
crawling and watching, device notifications, caching) are very similar to
311
311
those already implemented for TSVN and analysis of that code shows that
312
312
it is not particularly tied to any VCS model.  As a result, consideration
437
437
* Implement property pages and context menus in C++. Expand RPC server as
438
438
  necessary.
439
439
 
440
 
* Create binary for alpha releases, then go round-and-round until its baked.
 
440
* Create binary for alpha releases, then go round-and-round until it's baked.
441
441
 
442
442
Alternative Implementation Strategies
443
443
-------------------------------------