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

identifying FS nodes

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-12-14 13:15:13 CET

Hmm. I was just thinking about the identification problem, and something
that Jim said recently (damn; tossed the post).

The point is simply: an svn_fs_id_t does not properly/completely identify a
resource in the repository. The path is also required.

Sigh. I was hoping that the ID would be the full key. That would allow me to
use it in a URL to uniquely identify a particular resource/revision. For
example: http://www.lyra.org/repos/$svn/ver/100.3. Unfortunately, that could
be /repos/foo/bar.c or /repos/baz/blarg.c.

It would seem that I'll need to alter the strategy to create URLs of the
form: http://www.lyra.org/repos/$svn/ver/672/foo/bar.c (where 672 is the
revision number).

Does this seem like the right approach?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:17 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.