Back to the main page.
Bug 3021 - github and svn not synced to latest version
Status | CLOSED FIXED |
Reported | 2015-12-04 15:00:00 +0100 |
Modified | 2016-06-14 16:14:51 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P5 blocker |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
- 2015-12-04 15:00:39 +0100
Robert has made several changes which need to sync (properly) with github and svn, e.g., ft_read_cifti (dataformat variable is not initialized)
Robert Oostenveld - 2015-12-06 14:58:43 +0100
it was mentioned that something was not properly synched. I was not able to figure out what the error was, except for me not having committed a change. This is it mac011> svn commit fileio/ft_read_cifti.m Sending fileio/ft_read_cifti.m Transmitting file data . Committed revision 10968. It shows up in a clean FT version (from svn) mac011> cd fieldtrip-clean/ mac011> svn update Updating '.': U fileio/ft_filetype.m U fileio/ft_read_header.m A fileio/private/read_tobii_tsv.m U fileio/ft_read_cifti.m Updated to revision 10968. and on https://github.com/fieldtrip/fieldtrip/commit/bbc3f2ef71716a761b30f69b51ef6c93f7ededda and on https://bitbucket.org/fieldtriptoolbox/fieldtrip/commits/bbc3f2ef71716a761b30f69b51ef6c93f7ededda So all looks ok to me. If you see something which appears to be incorrect, let me know.