Changeset 76026 in vbox for trunk/src/apps/svnsync-vbox
- Timestamp:
- Dec 6, 2018 7:56:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/apps/svnsync-vbox/main.c
r63568 r76026 1554 1554 { 1555 1555 eb->changeset_live = TRUE; 1556 SVN_ERR(eb->wrapped_editor->delete_entry(path, base_revision, 1557 pb->wrapped_node_baton, pool)); 1556 /* Deliberately ignore error, it's the only safe solution. */ 1557 eb->wrapped_editor->delete_entry(path, base_revision, 1558 pb->wrapped_node_baton, pool); 1558 1559 } 1559 1560 … … 1961 1962 eb->current, &fb->process, NULL, NULL, pool)); 1962 1963 if (file_added_this_changeset) 1963 fb->prev_process = fb->process;1964 fb->prev_process = FALSE; 1964 1965 fb->prev_process_default = FALSE; 1965 1966 fb->process_default = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.