~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge bzr.dev, update to use new hooks.

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
-------------------------------------