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

Re: hyperlinks in log message

From: Nikolay Osinin <nikolay.osinin_at_gmail.com>
Date: Thu, 12 May 2011 01:22:52 -0700 (PDT)

On May 12, 7:48 am, John <gupd4cd..._at_snkmail.com> wrote:
> Hi,
> I'm trying to include a hyperlink in the log message dialog, but am finding it doesn't seem to like spaces or brackets.
> %20 seems to work for spaces, but is there any way of doing brackets?
> Is there a better way than %20 for spaces?
> If this is not possible then this is a feature request - low priority though!
> Thanks

This is standard of URI syntax specified in RFC 3986.
More detailed explanation here:
http://tools.ietf.org/html/rfc3986#section-2.1
http://en.wikipedia.org/wiki/Percent-encoding

So you have to accept it as is. I guess.

Nikolay.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2734970

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-05-12 10:29:26 CEST

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

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