In particular, what do I do with entries like this in a DELETE statement?
Node-path: APPLICATION Node-action: delete Content-length: 0 There's no additional Node-path entry to locate the file to be deleted. Is that just set by the import? On Fri, Jun 6, 2014 at 4:05 PM, John Adams <jxad...@ualr.edu> wrote: > Hi, folks, > > I've been asked to move some repositories up to root level. > > At first, I thought this was fairly simple--dump the repositories, > edit the dump move them back in. Then I realized I wasn't sure what to do > with this entry in the dump: > > > Node-path: APPLICATION > Node-action: add > Node-kind: dir > Prop-content-length: 10 > Content-length: 10 > > PROPS-END > > The entries like this I just edit APPLICATION/ out of: > > Node-path: APPLICATION/branches > Node-action: add > Node-kind: dir > Prop-content-length: 10 > Content-length: 10 > > PROPS-END > > And the lines like this get the same treatment: > > ARGOS/tags/something.exe > > But what about that top one? Do I just remove it--the whole > enchilada, from Node-path: to PROPS-END--in all cases? Or not? And if not, > what do I do? And how do I tell the difference? > > Thanks, > > John A >