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

RE: RE: URI escaping in repository URLs

From: Derek Mahar <DMahar_at_penson.ca>
Date: 2004-03-31 17:01:16 CEST

TortoiseSVN (http://tortoisesvn.tigris.org) can handle spaces inside
URLs. If you develop in a Windows environment, have your developers
install TortoiseSVN.

-----Original Message-----
From: Crucius, Wesley [mailto:WCrucius@sandc.com]
Sent: March 31, 2004 9:34 AM
To: Subversion Users Mailing List (E-mail)
Subject: RE: URI escaping in repository URLs

My $0.02 would be that this would definitely make the command line
client more user friendly and anybody who thinks that is a bad thing is
not actually a user! I have a number of potential SVN users doing
embedded microprocessor development who are actually going to have to be
trained on "what's a URI?"... If this could be avoided, it would be a
good thing.

Wes Crucius

"Stephen Warren" <swarren@paramanet.com> writes:

> However, can't you allow the user to specify whether the URI is
> encoded or not - and if the user marks it as not encoded, then apply
> encoding where required to make it a valid URI?

I suppose that could be done. Perhaps some logic like this:

   if definitely_not_valid_url(URL):
       URL = uri_encode(URL)
   elif URL.contains('%25'):
       if not "--force_url":
          error("Can't tell if your URL is encoded or not")
   do_action(URL)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.

AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et n’est destiné qu'à la personne à qui il est adressé. Si vous n’êtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite.  Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement l’expéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt d’erreur puisque les informations qu’il contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 31 17:01:57 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.