Re: Official revision syntax for Subversion URLs
From: SLOGEN <jensen_at_slog.dk>
Date: 2003-08-05 21:18:24 CEST
kfogel@collab.net wrote:
> Sure, people familiar with a repository probably know where it begins
This is a powerfull argument against my proposal. Maybe there should be
There are some places where the revision information could be
1. In a query segment ("?rev=1234")
Pro: Probably easy to implement
Pro: No naming confusion between files and revision-info (if "?rev="
Con: relative URL's and browsing the repository as a whole with at
Con: Users opening directories by URL at a revision will, by default,
Con: attaches revisions to files/path's, instead of repositories
2. After the repository name (".../repos@1234/...")
Pro: Reflects the "subversion philosophy", that repositories have
Pro: Directly allows browsing in wayback-mode
Con: svn-clients doesn't know where to stick the revision
Con: users don't know where to stick the revision
3. At the beginning of the path ("http://svn.foo/@1234/...)
Pro: Solves Con's from 2.
Con: apache-handlers that match URL's are much harder to write.
Con: URI information wierdly grouped
4. Other places?
[1] With other types, obviously... simplified for readability in the mail
-- Helge --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Aug 5 21:19:25 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.