[fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread sky5walk
Hi, I get the following error attempting to add a file with the Ampersand() in the file extension. Fossil wrote: 's' is not recognized as an internal or external command, operable program or batch file. Please advise, Steve ___ fossil-users mailing list

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Lluís Batlle i Rossell
On Mon, Mar 28, 2011 at 04:33:04PM -0400, sky5w...@gmail.com wrote: Hi, I get the following error attempting to add a file with the Ampersand() in the file extension. Fossil wrote: 's' is not recognized as an internal or external command, operable program or batch file. Isn't it your shell,

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Stephan Beal
On Mon, Mar 28, 2011 at 10:33 PM, sky5w...@gmail.com wrote: Hi, I get the following error attempting to add a file with the Ampersand() in the file extension. Fossil wrote: 's' is not recognized as an internal or external command, operable program or batch file That message comes from

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Joshua Paine
On 03/28/2011 04:33 PM, sky5walk wrote: I get the following error attempting to add a file with the Ampersand() in the file extension. Try with single or double quotes around the file name. -- Joshua Paine LetterBlock: Web applications built with joy http://letterblock.com/ 301-576-1920

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread sky5walk
DOH! fossil add somefile.rs does the trick. This shows how little I am in shell land. :(( Thanks, Steve On Mon, Mar 28, 2011 at 4:36 PM, Stephan Beal sgb...@googlemail.com wrote: On Mon, Mar 28, 2011 at 10:33 PM, sky5w...@gmail.com wrote: Hi, I get the following error attempting to add a

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Stephan Beal
On Mon, Mar 28, 2011 at 10:36 PM, Stephan Beal sgb...@googlemail.comwrote: The simplest workaround is to quote the filename: fossil add 'somefile.rs' That said, special characters in filenames (spaces, quotation marks, and the like) often cause more grief than simply renaming the files. Lots

Re: [fossil-users] fossil add somefile.rs = Error

2011-03-28 Thread Venkat Iyer
put the filename in quotes. -Original Message- From: Lluís Batlle i Rossell virik...@gmail.com Sent: Monday, March 28, 2011 22:36:10 Subject: Re: [fossil-users] fossil add somefile.rs = Error On Mon, Mar 28, 2011 at 04:33:04PM -0400, sky5w...@gmail.com wrote: Hi, I get the following