Re: RFC: a permanent svn-specific URL syntax
From: John Locke <mail_at_freelock.com>
Date: 2003-05-28 17:13:43 CEST
On Wed, 2003-05-28 at 04:47, Mukund wrote:
> Please let us keep the URL syntax to something which does not change how
As a web person, I'm particularly partial to a standard query string for
I'd suggest we keep this simple, and use something corresponding to the
http://svn.something.net/repository/project/branch1/file.c?version=1613
This type of organization has the benefit of working well with Apache
It seems that you could use this basic scheme to make a web client:
http://svn.something.net/repository/project/branch1/file.c?svn=diff&r=1489:1613
http://svn.something.net/repository/project/branch1/file.c?svn=proplist&r=1489
... and you could even use this scheme for the svn client, using a PUT
These variables can be part of the POST, instead of on the query
If the URL schema changed to this sort of organization, it would make
Does this sound like a reasonable solution?
Cheers,
-- John Locke http://freelock.com Recently published: "Extend the reach of users' email with IMAP" http://www.techrepublic.com/article_guest.jhtml?id=r00620030507jxl01.htm Play sports? Check in at http://teamcheckin.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed May 28 17:14:48 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.