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

Re: Intro and questions

From: <kfogel_at_collab.net>
Date: 2001-08-07 00:00:53 CEST

<peter.westlake@arm.com> writes:
> There I was, perusing the source, and I came across mention of
> "copy nodes" in dag.h, and wondered what it was. Newbie question:
> what's all that "copy history" stuff about, anyway? It doesn't
> seem to be mentioned in the Design document, and "structure"
> mentions it but doesn't say what it's for.

You want to record the copying of something to a new location as a
event. I.e., it's not just "bar appeared here, and hmmm, it happens
to have the same contents as foo over there".

The reason to record the event like that is to generate better logs.

So, if node B is a copy of node A, then B has some extra information
recording that fact.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:35 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.