Skip to content

typo in R-exts

6 messages · Tony Plate, Peter Dalgaard, Brian Ripley

#
Tony Plate wrote:
'svn blame' tells me that this was Brian's addition in rev.35362. There 
is no previous version to help with guessing the intention. One 
possibility is that "The whose" should be "The directory", or maybe "The 
whole directory".
#
The actual behavior, as far as I can make out, is that all the files in 
the 'tests' directory are copied, but not any subdirectories (which I 
personally would have found useful).

So, saying the "whole directory" is probably not accurate.

-- Tony Plate
Peter Dalgaard wrote:
#
'whole of', as svn up will show you.

I prefer 'svn praise' myself.

BTW, it is very easy to read @file{foo} as 'file foo', and that is a 
frequent problem.
On Tue, 17 Apr 2007, Peter Dalgaard wrote:

            

  
    
#
Prof Brian Ripley wrote:
Or 'svn annotate'.

I think it depends on what I'm looking for, plus the risk that the 
author (perpetrator, contributor) might be me....
#
On Tue, 17 Apr 2007, Tony Plate wrote:

            
I think it is: to copy subdirectories as well you need a recursive copy 
(cp -r), which Perl does not support in its base configuration.
I'll see if I can add the latter for 2.6.0.