Re: svn commit: rev 1953 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_client trunk/subversion/clients/cmdline
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-05-14 21:56:36 CEST
sussman@tigris.org writes:
> Author: sussman
Here's an explanation of what I'm doing, for people who weren't
* When does an entry get the 'deleted' flag attached?
When we commit a deletion. In other words, in the post-commit
* Who uses the 'deleted' flag?
The state-reporter. When it crawls the working copy, it will
* When does the 'deleted' entry go away?
1. In the post-update processor. If the deleted entry hasn't been
2. In the post-commit processor. If the deleted entry has the -same-
* How to implement this cleanly?
Add a flag to svn_wc_entries_read and svn_wc_entry, indicating
Generally, anyone who gets a single entry or a list of entries will
Only the routines listed above will want to see them:
- post-commit processor
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.