~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/add.txt

  • Committer: Alexander Belchenko
  • Date: 2007-06-05 08:02:04 UTC
  • mto: This revision was merged to the branch mainline in revision 2512.
  • Revision ID: bialix@ukr.net-20070605080204-hvhqw69njlpxcscb
sanitizeĀ developersĀ docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Add
2
 
---
 
2
===
3
3
 
4
4
Add is used to recursively version some paths supplied by the user. Paths that
5
5
match ignore rules are not versioned, and paths that become versioned are
7
7
a single tree, but perhaps with nested trees this should change.
8
8
 
9
9
Least work we can hope to perform
10
 
=================================
 
10
---------------------------------
11
11
 
12
12
* Read a subset of the full versioned paths data for the tree matching the scope of the paths the user supplied.
13
13
* Seek once to each directory within the scope and readdir its contents.
25
25
  (proportional to the number we actually calculate).
26
26
 
27
27
Per file algorithm
28
 
==================
 
28
------------------
29
29
 
30
30
#. If the path is versioned, and it is a directory, push onto the recurse stack.
31
31
#. If the path is supplied by the user or is not ignored, version it, and if a