Re: Problem in dos runtime on Vim FTP

2006-10-12 Thread Bram Moolenaar

Bill McCarthy wrote:

 On Wed 11-Oct-06 3:36pm -0600, Bram Moolenaar wrote:
 
  The script that fixes the permissions was missing the
  autoload directory.  It's fixed now.  Sorry for the
  inconvenience.
 
 Thanks for the quick fix!
 
 Doing a 'ls -lR' on the FTP runtime, I've noted:
 
 the following reasonable results:
 
 All directories have permission 'drwxrwsr-x'.
 Nearly all files now have permission '-rw-r--r--'.
 All '.sh' files are executable.
 
 and the following, perhaps, inconsistent results:
 
 All '.pl' files are executable except:
 
 ./doc/vim2html.pl
 ./dos/doc/vim2html.pl
 ./dos/tutor/tutor.pl
 ./tutor/tutor.pl
 
 All '.awk' files are executable except:
 
 ./doc/makehtml.awk
 ./doc/maketags.awk
 ./dos/doc/makehtml.awk
 ./dos/doc/maketags.awk
 
 All file without extensions are NOT executable except:
 
 ./tools/dos/ref
 ./tools/dos/vim132
 ./tools/dos/vimm
 ./tools/ref
 ./tools/vim132
 ./tools/vimm

These files should be executable:
 ./doc/vim2html.pl
 ./dos/doc/vim2html.pl
 ./doc/makehtml.awk
 ./doc/maketags.awk
 ./dos/doc/makehtml.awk
 ./dos/doc/maketags.awk

Otherwise it's OK.  tutor.pl is the Polish tutor file, not Perl!

-- 
Give a man a computer program and you give him a headache,
but teach him to program computers and you give him the power
to create headaches for others for the rest of his life...
R. B. Forest

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


Re: Problem in dos runtime on Vim FTP

2006-10-11 Thread Charles E Campbell Jr

A.J.Mechelynck wrote:


Bill McCarthy wrote:


On Tue 10-Oct-06 9:26pm -0600, A.J.Mechelynck wrote:



Bill McCarthy wrote:


Since yesterday, 4 files in the dos/autoload directory
cannot be downloaded - it doesn't appear to matter which FTP
client is used.

The four problem files are:

netrw.vim
tar.vim
vimball.vim
zip.vim

The URL for the directory of these files is:

ftp://ftp.home.vim.org/pub/vim/runtime/dos/autoload



Those files have been recently updated.(snip)


(snip)



We-e-ell, that's strange. Something must have gone wrong on the FTP 
servers.


I updated my runtime files a few hours ago from the rsync server; but 
from a long directory listing, I notice that the four files above 
(which are dated 14-Aug-2006) plus netrwSettings.vim (dated 
9-Oct-2006) have permissions -rwr-- : i.e., they are apparently 
readable by everyone except members of the owning group (which is a 
weird set of permissions). I guess the maintainer of the files, or the 
owner of the servers, should run chmod 644 on them. (IIUC, the 
maintainer of all those files is Dr. Chip so I add him on the Cc: list.)


(snip)

Just so you know; I don't have the access to put files on 
ftp.home.vim.org.  I generally send updates to Bram and somehow they 
magically appear there later!   You can always go to my website and get 
the developmental versions thereof 
(http://mysite.verizon.net/astronaut/vim/index.html#VimFuncs).


Regards,
Chip Campbell



Re: Problem in dos runtime on Vim FTP

2006-10-11 Thread A.J.Mechelynck

Charles E Campbell Jr wrote:

A.J.Mechelynck wrote:


Bill McCarthy wrote:


On Tue 10-Oct-06 9:26pm -0600, A.J.Mechelynck wrote:



Bill McCarthy wrote:


Since yesterday, 4 files in the dos/autoload directory
cannot be downloaded - it doesn't appear to matter which FTP
client is used.

The four problem files are:

netrw.vim
tar.vim
vimball.vim
zip.vim

The URL for the directory of these files is:

ftp://ftp.home.vim.org/pub/vim/runtime/dos/autoload



Those files have been recently updated.(snip)


(snip)



We-e-ell, that's strange. Something must have gone wrong on the FTP 
servers.


I updated my runtime files a few hours ago from the rsync server; but 
from a long directory listing, I notice that the four files above 
(which are dated 14-Aug-2006) plus netrwSettings.vim (dated 
9-Oct-2006) have permissions -rwr-- : i.e., they are apparently 
readable by everyone except members of the owning group (which is a 
weird set of permissions). I guess the maintainer of the files, or the 
owner of the servers, should run chmod 644 on them. (IIUC, the 
maintainer of all those files is Dr. Chip so I add him on the Cc: list.)


(snip)

Just so you know; I don't have the access to put files on 
ftp.home.vim.org.  I generally send updates to Bram and somehow they 
magically appear there later!   You can always go to my website and get 
the developmental versions thereof 
(http://mysite.verizon.net/astronaut/vim/index.html#VimFuncs).


Regards,
Chip Campbell




Well, sorry to have needlessly bothered you. Let's holler to Bram then. (Bill, 
are you still seeing the bug?)



Best regards,
Tony.


Re: Problem in dos runtime on Vim FTP

2006-10-11 Thread Bill McCarthy
On Wed 11-Oct-06 8:56am -0600, A.J.Mechelynck wrote:

 Well, sorry to have needlessly bothered you. Let's holler to Bram then. (Bill,
 are you still seeing the bug?)

Well, I don't know about bug but it looks like permissions
were not properly set in a recent update.

If I use Windows' FTP.EXE, I can see permissions with a unix
style 'dir' command: 'ls -l'.  In both directories
pub/vim/runtime/autoload and pub/vim/runtime/dos/autoload,
the typical file has permission '-rw-r--r--' - everyone can
read.  These I can read.

One file (netrwSettings.vim) has permission '-rwr--' -
everyone can read except members of a certain group.

The 4 files I'm unable to read (netrw.vim, tar.vim,
vimball.vim and zip.vim) have permissions set as
'-rw---' - only system administrators can read.

All 5 files, with unusual permissions, were last modified on
Oct 09 around 7:30p.

-- 
Best regards,
Bill



Re: Problem in dos runtime on Vim FTP

2006-10-11 Thread Bram Moolenaar

Bill McCarthy wrote:

 On Wed 11-Oct-06 8:56am -0600, A.J.Mechelynck wrote:
 
  Well, sorry to have needlessly bothered you. Let's holler to Bram
  then. (Bill, are you still seeing the bug?)
 
 Well, I don't know about bug but it looks like permissions
 were not properly set in a recent update.
 
 If I use Windows' FTP.EXE, I can see permissions with a unix
 style 'dir' command: 'ls -l'.  In both directories
 pub/vim/runtime/autoload and pub/vim/runtime/dos/autoload,
 the typical file has permission '-rw-r--r--' - everyone can
 read.  These I can read.
 
 One file (netrwSettings.vim) has permission '-rwr--' -
 everyone can read except members of a certain group.
 
 The 4 files I'm unable to read (netrw.vim, tar.vim,
 vimball.vim and zip.vim) have permissions set as
 '-rw---' - only system administrators can read.
 
 All 5 files, with unusual permissions, were last modified on
 Oct 09 around 7:30p.

The script that fixes the permissions was missing the autoload directory.
It's fixed now.  Sorry for the inconvenience.

-- 
'Well, here's something to occupy you and keep your mind off things.'
'It won't work, I have an exceptionally large mind.'
-- Douglas Adams, The Hitchhiker's Guide to the Galaxy

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


Re: Problem in dos runtime on Vim FTP

2006-10-11 Thread Bill McCarthy
On Wed 11-Oct-06 3:36pm -0600, Bram Moolenaar wrote:

 The script that fixes the permissions was missing the
 autoload directory.  It's fixed now.  Sorry for the
 inconvenience.

Thanks for the quick fix!

Doing a 'ls -lR' on the FTP runtime, I've noted:

the following reasonable results:

All directories have permission 'drwxrwsr-x'.
Nearly all files now have permission '-rw-r--r--'.
All '.sh' files are executable.

and the following, perhaps, inconsistent results:

All '.pl' files are executable except:

./doc/vim2html.pl
./dos/doc/vim2html.pl
./dos/tutor/tutor.pl
./tutor/tutor.pl

All '.awk' files are executable except:

./doc/makehtml.awk
./doc/maketags.awk
./dos/doc/makehtml.awk
./dos/doc/maketags.awk

All file without extensions are NOT executable except:

./tools/dos/ref
./tools/dos/vim132
./tools/dos/vimm
./tools/ref
./tools/vim132
./tools/vimm

-- 
Best regards,
Bill



Problem in dos runtime on Vim FTP

2006-10-10 Thread Bill McCarthy
Hello Vim List,

Since yesterday, 4 files in the dos/autoload directory
cannot be downloaded - it doesn't appear to matter which FTP
client is used.

The four problem files are:

netrw.vim
tar.vim
vimball.vim
zip.vim

The URL for the directory of these files is:

ftp://ftp.home.vim.org/pub/vim/runtime/dos/autoload

-- 
Best regards,
Bill



Re: Problem in dos runtime on Vim FTP

2006-10-10 Thread A.J.Mechelynck

Bill McCarthy wrote:

Hello Vim List,

Since yesterday, 4 files in the dos/autoload directory
cannot be downloaded - it doesn't appear to matter which FTP
client is used.

The four problem files are:

netrw.vim
tar.vim
vimball.vim
zip.vim

The URL for the directory of these files is:

ftp://ftp.home.vim.org/pub/vim/runtime/dos/autoload



Those files have been recently updated. If your download problem isn't yet 
fixed by now, try the corresponding files in 
ftp://ftp.vim.org/pub/vim/runtime/autoload/ . They will have LF-only ends-of 
files (which makes them slightly shorter and not Notepad-compatible) but Vim 
should have no problem using them (if your 'fileformats' includes unix, 
which is the default).



Best regards,
Tony.


Re: Problem in dos runtime on Vim FTP

2006-10-10 Thread Bill McCarthy
On Tue 10-Oct-06 9:26pm -0600, A.J.Mechelynck wrote:


 Bill McCarthy wrote:
 Hello Vim List,
 
 Since yesterday, 4 files in the dos/autoload directory
 cannot be downloaded - it doesn't appear to matter which FTP
 client is used.
 
 The four problem files are:
 
 netrw.vim
 tar.vim
 vimball.vim
 zip.vim
 
 The URL for the directory of these files is:
 
 ftp://ftp.home.vim.org/pub/vim/runtime/dos/autoload
 

 Those files have been recently updated. If your download problem isn't yet
 fixed by now, try the corresponding files in 
 ftp://ftp.vim.org/pub/vim/runtime/autoload/ . They will have LF-only ends-of
 files (which makes them slightly shorter and not Notepad-compatible) but Vim
 should have no problem using them (if your 'fileformats' includes unix,
 which is the default).

I copied the that directory to an empty local directory.
The copy worked fine except for 4 files - the ones mentioned
above.  The files that did copy had unix CRs.

-- 
Best regards,
Bill



Re: Problem in dos runtime on Vim FTP

2006-10-10 Thread A.J.Mechelynck

Bill McCarthy wrote:

On Tue 10-Oct-06 9:26pm -0600, A.J.Mechelynck wrote:



Bill McCarthy wrote:

Hello Vim List,

Since yesterday, 4 files in the dos/autoload directory
cannot be downloaded - it doesn't appear to matter which FTP
client is used.

The four problem files are:

netrw.vim
tar.vim
vimball.vim
zip.vim

The URL for the directory of these files is:

ftp://ftp.home.vim.org/pub/vim/runtime/dos/autoload


Those files have been recently updated. If your download problem isn't yet
fixed by now, try the corresponding files in 
ftp://ftp.vim.org/pub/vim/runtime/autoload/ . They will have LF-only ends-of

files (which makes them slightly shorter and not Notepad-compatible) but Vim
should have no problem using them (if your 'fileformats' includes unix,
which is the default).


I copied the that directory to an empty local directory.
The copy worked fine except for 4 files - the ones mentioned
above.  The files that did copy had unix CRs.



We-e-ell, that's strange. Something must have gone wrong on the FTP servers.

I updated my runtime files a few hours ago from the rsync server; but from a 
long directory listing, I notice that the four files above (which are dated 
14-Aug-2006) plus netrwSettings.vim (dated 9-Oct-2006) have permissions 
-rwr-- : i.e., they are apparently readable by everyone except members of 
the owning group (which is a weird set of permissions). I guess the maintainer 
of the files, or the owner of the servers, should run chmod 644 on them. 
(IIUC, the maintainer of all those files is Dr. Chip so I add him on the Cc: 
list.)


If you have a version of rsync you may try using that: it worked for me. The 
command I use (which was mentioned in a recent post in a different thread, and 
which I repeat here) is


  cd ~/.build/vim/vim70
  rsync -avzcP --delete --exclude=/dos/ ftp.nluug.nl::Vim/runtime/ ./runtime

I suppose a trivial modification would be enough to make it fit your setup. On 
my system, the above lists files deleted or downloaded. rsync --version gives:


rsync  version 2.6.3  protocol version 28
Copyright (C) 1996-2004 by Andrew Tridgell and others
http://rsync.samba.org/
Capabilities: 64-bit files, socketpairs, hard links, acls, symlinks, batchfiles,
  inplace, IPv6, 64-bit system inums, 64-bit internal inums, SLP

rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.



Best regards,
Tony.