Back to the main page.
Bug 2157 - Fietrip version 8101 is 2.3 GB
Status | CLOSED FIXED |
Reported | 2013-05-06 17:14:00 +0200 |
Modified | 2019-08-10 12:03:23 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P3 minor |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Giorgos Michalareas - 2013-05-06 17:14:47 +0200
I just checked out version 8101 from repository and it seems it is 2.3GB in size.
Jan-Mathijs Schoffelen - 2013-05-06 19:37:44 +0200
What does this mean? Is it good or bad? Why is it a blocker?
Eelke Spaak - 2013-05-07 08:55:43 +0200
My working copy is ~1GB, also at revision 8101.
Giorgos Michalareas - 2013-05-07 14:35:40 +0200
I am not sure how svn works, but up to now my fieldtrip has been around 1 GB , Yesterday during svn update it downloaded additional files for some time and then it was 2.3 GB. Also I have checked out fieldtrip in another computer and I also ran svn update. There the size is 1.1 GB !!! I dont understand why I get 2 different repository sizes. Anyone any idea?
Eelke Spaak - 2013-05-07 14:38:59 +0200
(In reply to comment #3) And if you now svn update on the original PC? If it still isn't fixed, it sounds like a corrupt working copy to me. I would recommend deleting the working copy and checking out completely new. This does not seem like a bug to me :) Closing for now. Feel free to reopen if you have indications that this is a fieldtrip problem.
Giorgos Michalareas - 2013-05-07 16:15:43 +0200
I am sorry to persist on this issue but I checkout fieldtrip version 8108 just now in 3 different machines: Machine A: $ svn checkout http://fieldtrip.googlecode.com/svn/trunk checkftsizeA $ cd checkftsizeA $ du -hs 2.3G Machine B: $ svn checkout http://fieldtrip.googlecode.com/svn/trunk checkftsizeB $ cd checkftsizeB $ du -hs 1.1G Machine C: $ svn checkout http://fieldtrip.googlecode.com/svn/trunk checkftsizeC $ cd checkftsizeC $ du -hs 1.8G I get three different sizes of fieldtrip. What is happening? What is the correct expected size of fieldtrip when checking it out from svn? Thanks
Eelke Spaak - 2013-05-07 16:19:09 +0200
(In reply to comment #5) could you check what happens when you checkout other SVN repositories on those three machines?
Giorgos Michalareas - 2013-05-07 17:33:24 +0200
I checked out Octave and the size is again different in all three machines when is computed through the du -hs command. I compared with du -hs and with ls -l the size of some files and while with ls -l the files have the same size, with du -hs the sizes are different. I think the difference has to do that the output of du -hs depends on the cylinder size which can be different from system to system. Anyway I counted the number of files/subdirectories in all three machines with du -k|wc -l and in all three machines the number was the same. It seems that the different sizes are only due to the different cylinder sizes and the du command. No problem eith Fieldrtip. Thank you and sorry for your time. Thank you Giorgos