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

Re: CVS update: subversion/subversion/libsvn_fs structure

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-02-10 04:23:28 CET

On Sat, Feb 10, 2001 at 01:46:55AM -0000, brane@tigris.org wrote:
>...
> +COPY: how copied nodes are represented.
> +
> +If the header's KIND is "copy", then the node-revision skel represente
> +a copy of another node, and has the form:
> +
> + (HEADER SOURCE-REVISION (NAME ...))
> +
> +where SOURCE-REVISION is a filesystem revision, and (NAME ...) is a
> +list of directory entry names (the path) that identifies the copy
> +source in this revision. The copy source may not be a mutable node.

$ svn add foo.c
$ svn cp foo.c bar.c
$ svn commit

I'd say that the copy source is a mutable node in this scenario :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:21 2006

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.