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

Re: Filesystem structure question

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2000-12-07 22:33:25 CET

> I did think of something which needs to walk around the version tree,
> though: "svn log". Thinking about "svn log" led me to some other
> questions about the current model, though:
>
> * Is there any internal difference between "svn branch" and
> "svn cp"?

No.

> * Suppose I "svn cp" foo.c to bar.c, and then modify both
> files. If foo.c was at node-revision 1.2 before the copy,
> which file's changes become 1.3 and which changes become
> 1.2.1.1, and how does the database keep track of that?

It's arbitrary. Whoever gets there first gets 1.3. Since we don't
distinguish between copies and references (since the distinction is
meaningless in the absence of hard links), it doesn't matter.

> (Does bar.c immediately point to a 1.2.1.1 revision even
> though there are no differences in contents or properties
> between 1.2.1.1 and 1.2?) Will "svn log foo.c" show
> information about the changes made to bar.c?

svn log takes a revision and filename, and finds a node number. Then
it walks backward from that node number. Walking backward from a node
ID is unambiguous.
Received on Sat Oct 21 14:36:16 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.