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

RE: svn URL's with '..' elements

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-02-23 19:23:55 CET

> From: Chris Pickett [mailto:chris.pickett@mail.mcgill.ca]
>
> 1) Firefox understands '..' in URL's, and so does wget, and
> probably so
> do a number of other common programs (I didn't try any others).

That's derived from the fact that there's a standard regarding how a
relative URL starting with ".." is to be interpreted -- Firefox, wget, et
al. *remove* the ..'s before sending them to the server. (Which defines the
semantics of ".." to be "remove the preceding component of the URL". But on
the server side, there are other possibilities, so the semantics is more
ambiguous.)

It may be that we want a Subversion client to do a similar removal. But by
implication, we would still want to forbid ".." in svn:externals and the
like, since they must have the same meaning for all clients.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 23 19:27:51 2005

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.