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

Re: Official revision syntax for Subversion URLs

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-08-05 20:40:18 CEST

Greg Hudson wrote:

> Anything we stick at the end won't work with relative browsing.

Can you explain that piece to me again? Any browsing is going to be mediated by
some other system, be it TortoiseSVN, ViewCVS, or raw WebDAV. Since that tool
would have to be enabled to support this in the first place, they could also be
enhanced to maintain that information.

For example, the WebDAV interface currently returns links that look like this:

        <a href="doc/">doc/</a>

If the user requested a specific revision of the that directory, the relative
link could easily look this:

        <a href="doc/;2345">doc/</a>

and if the user clicked on that link, all links generated on the next page would
automatically have the ';2345' appended like this:

        <a href="README;2345">README</a>

It would be nicer if the WebDAV interface would permit browsing changed
revisions on a specific file, but ViewCVS works fine in this respect...

Am I missing something?

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 5 20:40:50 2003

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.