RE: svn commit: r1092660 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c crop.c wc_db.c wc_db.h
From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 15 Apr 2011 22:20:14 +0200
> -----Original Message-----
> But I still don't think this change is right. You immediately remove
The rest of the batch of commits ;-)
I started by moving that remove deleted operation which had to be loggy in
This is essentialy the db-only side of svn_wc_remove_from_revision_control2,
So this handles committing svn_wc__db_status_deleted.
And I replaced the queuing of this operation with performing this operation
Then I handled the specialized case where we shadow nodes. (The old
And then we had just two commit operations left:
And you already implemented the support for these two operations in wc_db
Before my patches, the commit for these statee was handled in the
- This fetched old information from the db
This order of events made it a not restartable wq operation. (Once the db is
In r1092708, I changed this into a wq operation with only these steps:
But with that change it was also possible to do the fetch, change and
So that is the change I applied in r1092712.
(And then Mark Phippard ran into a few problems in svn_client_commit, which
Bert
|
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.