Back to the main page.
Bug 917 - inconsistent and missing versions for ft_getopt mex files
Status | CLOSED FIXED |
Reported | 2011-08-31 17:52:00 +0200 |
Modified | 2011-09-14 14:33:37 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Jörn M. Horschig |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-08-31 17:52:49 +0200
manzana> for ext in mexa64 mexglx mexmaci mexmaci64 mexw32 mexw64 ; do > find . -name ft_getopt.$ext -exec ls -al {} \; > done -rwxr-xr-x 1 roboos staff 9683 Aug 29 13:13 ./fileio/private/ft_getopt.mexa64 -rwxr-xr-x 1 roboos staff 9683 Aug 29 13:13 ./peer/private/ft_getopt.mexa64 -rwxr-xr-x 1 roboos staff 9683 Aug 29 13:13 ./plotting/private/ft_getopt.mexa64 -rwxr-xr-x 1 roboos staff 9683 Aug 29 13:13 ./qsub/private/ft_getopt.mexa64 -rwxr-xr-x 1 roboos staff 9683 Aug 29 13:13 ./src/ft_getopt.mexa64 -rwxr-xr-x 1 roboos staff 9683 Aug 29 13:13 ./utilities/ft_getopt.mexa64 -rwxr-xr-x 1 roboos staff 6626 Jul 14 10:38 ./peer/private/ft_getopt.mexglx -rwxr-xr-x 1 roboos staff 6626 Aug 15 11:46 ./plotting/private/ft_getopt.mexglx -rwxr-xr-x 1 roboos staff 6626 Jul 14 10:38 ./qsub/private/ft_getopt.mexglx -rwxr-xr-x 1 roboos staff 7196 Aug 29 13:13 ./src/ft_getopt.mexglx -rwxr-xr-x 1 roboos staff 6626 Aug 15 11:46 ./utilities/ft_getopt.mexglx -rwxr-xr-x 1 roboos staff 9412 Jun 7 14:39 ./fileio/private/ft_getopt.mexmaci -rwxr-xr-x 1 roboos staff 9568 Aug 15 11:46 ./plotting/private/ft_getopt.mexmaci -rwxr-xr-x 1 roboos staff 9884 Aug 23 08:56 ./src/ft_getopt.mexmaci -rwxr-xr-x 1 roboos staff 9568 Aug 15 11:46 ./utilities/ft_getopt.mexmaci -rwxr-xr-x 1 roboos staff 9632 Aug 23 08:56 ./fileio/private/ft_getopt.mexmaci64 -rwxr-xr-x 1 roboos staff 9632 Aug 23 08:56 ./peer/private/ft_getopt.mexmaci64 -rwxr-xr-x 1 roboos staff 9632 Aug 23 08:56 ./plotting/private/ft_getopt.mexmaci64 -rwxr-xr-x 1 roboos staff 9632 Aug 23 08:56 ./qsub/private/ft_getopt.mexmaci64 -rwxr-xr-x 1 roboos staff 9632 Aug 23 08:56 ./src/ft_getopt.mexmaci64 -rwxr-xr-x 1 roboos staff 9632 Aug 23 08:56 ./utilities/ft_getopt.mexmaci64 -rwxr-xr-x 1 roboos staff 6656 Aug 15 11:46 ./plotting/private/ft_getopt.mexw32 -rwxr-xr-x 1 roboos staff 6656 Aug 29 13:13 ./src/ft_getopt.mexw32 -rwxr-xr-x 1 roboos staff 6656 Aug 15 11:46 ./utilities/ft_getopt.mexw32 -rwxr-xr-x 1 roboos staff 8704 Aug 15 11:46 ./plotting/private/ft_getopt.mexw64 -rwxr-xr-x 1 roboos staff 9216 Aug 29 13:13 ./src/ft_getopt.mexw64 -rwxr-xr-x 1 roboos staff 8704 Aug 15 11:46 ./utilities/ft_getopt.mexw64 [the line breaks are inserted by me to facilitate the reading] So there is an inconsistent number of occurences in general, and the file sizes and dates are different for mexglx, mexmaci and mexw64. The solution involves svn copy and svn autosync. Please let me know if you don't know how to fix it!
Jörn M. Horschig - 2011-09-06 14:12:43 +0200
fixed (hopefully correctly)