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

Re: Please review this dumpfile documentation

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Mon, 19 Dec 2011 22:32:01 +0200

Eric S. Raymond wrote on Mon, Dec 19, 2011 at 14:36:27 -0500:
> 3. In a copyfrom node, is it possible to have a file source and a
> directory target? Or vice-versa?

In Subversion filesystems, it is not possible to change the kind of
a node. A node-revision with copyfrom must therefore be of the same
kind as the node-revision it is a copy of.

Similarly, when copyfrom isn't present, and the action isn't an add or
copy, then the kind of the thing identified by (PATH, REVISION) must
agree with the kind of the thing identified by (PATH, -1+REVISION).

Also, Subversion filesystems do not allow the root directory ("/") to be
deleted or replaced.
Received on 2011-12-19 21:32:56 CET

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.