Changeset 63568 in vbox for trunk/src/apps
- Timestamp:
- Aug 16, 2016 2:07:39 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110223
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/apps/svnsync-vbox/main.c
r61907 r63568 1111 1111 #endif /* !VBOX */ 1112 1112 1113 /* TODO:It would be nice if we could set the dest repos UUID to be1113 /** @todo It would be nice if we could set the dest repos UUID to be 1114 1114 equal to the UUID of the source repos, at least optionally. That 1115 1115 way people could check out/log/diff using a local fast mirror, … … 1798 1798 db->ignore_everything = TRUE; 1799 1799 1800 /* TODO:copy over files in this directory which were already exported1800 /** @todo copy over files in this directory which were already exported 1801 1801 * due to inconsistent export settings (e.g. directory is not exported, 1802 1802 * but file in it is exported). */ … … 2582 2582 { 2583 2583 #ifdef VBOX 2584 /* TODOfix use of from/to revision numbers. */2584 /** @todo fix use of from/to revision numbers. */ 2585 2585 SVN_ERR(copy_revprops(from_session, to_session, 2586 2586 to_latest, to_latest, TRUE, pool));
Note:
See TracChangeset
for help on using the changeset viewer.