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

Re: svn: '.' is not a working copy

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-15 20:31:49 CET

On Jan 15, 2007, at 05:02, Carsten Koch wrote:

>> thomas% svn checkout -r {20061215} svn://gcc.gnu.org/svn/gcc/
>> branches/
>> gcc-4_2-branch gcc-4.2-branch
>> subversion/libsvn_fs_fs/fs_fs.c:1446: (apr_err=160006)
>> svn: No such revision 20061215
>
> You need to quote the date, otherwise the shell removes the curly
> braces:
>
> % echo {20061215}
> 20061215
> % echo '{20061215}'
> {20061215}

FYI: That seems to be true of tcsh, but not of bash. With bash, the
quoting seems not to be necessary.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 15 20:51:58 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.