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

Re: Subversion Commit Bug

From: Simon Scott <simon_scott_at_jdv.com>
Date: 2007-08-24 05:47:33 CEST

On Thu, 2007-08-23 at 22:44 -0500, Aaron Axelsen wrote:
> I am using the command line client, and tonight I tried to commit the
> following:
>
> svn commit -m "got event type into the user page somehow, its a miracle!"
>
> The result is: -su: !": event not found
>
> Can anyone else confirm this? Seems like it could be fixed by escaping
> the ! since this works correctly:
>
> svn commit -m "got event type into the user page somehow, its a miracle\!"
>

That is more to do with bash command line expansion than subversion. The
'!' character has special meaning in bash and other shells.

Witness:

simon@simon-laptop:~$ echo "!"
bash: !: event not found
simon@simon-laptop:~$ echo '!'
!

------------------------------------------------------------------------------------------------------------------------------
This e-mail and any files transmitted with it are confidential and are only for the use of the person to whom they are addressed. If you are not the intended recipient, you are hereby notified that any use, dissemination, forwarding, printing, copying or dealing in any way whatsoever with this e-mail is strictly prohibited. If you have received this e-mail in error, please reply to us immediately and delete the document.
It is the recipient's duty to virus-scan and otherwise test the enclosed information before using the information or loading attached files onto any computer system. JDV Limited does not warrant that the information contained in this e-mail is free from viruses, defects, errors, interception or interference.
JDV Limited, and each of its related companies each reserve the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where that sender specifically states them to be the views of JDV Limited.
Your private information is only used and disclosed for the intention which you have provided it for. This information is not disclosed or used unless your consent has been provided or in the case that JDV Limited is permitted to do so under the Privacy Act of 1988.
-----------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 24 05:45:13 2007

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.