[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Moving repositories up a level

From: John Adams <jxadams_at_ualr.edu>
Date: Fri, 6 Jun 2014 16:21:01 -0500

     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 <jxadams_at_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
>
Received on 2014-06-06 23:21:31 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.