Csound Csound-dev Csound-tekno Search About

[Cs-dev] Binary files in git

Date2011-10-23 17:43
FromFelipe Sateler
Subject[Cs-dev] Binary files in git
I've found that there are some binary files in git. Binary files are
problematic because they usually take up a lot of space in the
repository, and in a distributed VCS like git where each checkout is a
repository, they increase every working copy size.

I'd say Word documents should not be stored in the repository (the
build instructions should go in the manual, anyway), and tarballs
shouldn't either.

How_to_Build_Csound_on_Windows.doc
Opcodes/vst4cs/doc/Compatibilty.doc
csound5_osx_installer_files.tar.gz
examples/python/ah.wav
frontends/CsoundVST/angel.PNG
frontends/CsoundVST/csound.ico
frontends/OSX/CsoundHelp/index.html
frontends/OSX/English.lproj/main.nib/info.nib
frontends/OSX/English.lproj/main.nib/objects.xib
frontends/OSX/Info.plist
frontends/OSX/play.icns
frontends/OSX/version.plist
frontends/flcsound/flcsound64.ico
frontends/fltk_gui/Csound5GUI.app/Contents/Info.plist
frontends/fltk_gui/Csound5GUI.app/Contents/Resources/wins.icns
frontends/winsound/Winsound.app/Contents/Info.plist
frontends/winsound/Winsound.app/Contents/Resources/wins.icns
samples/hrtf-44100-left.dat
samples/hrtf-44100-right.dat
samples/hrtf-48000-left.dat
samples/hrtf-48000-right.dat
samples/hrtf-96000-left.dat
samples/hrtf-96000-right.dat
samples/sf_GMbank.sf2


-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-23 17:53
FromVictor Lazzarini
SubjectRe: [Cs-dev] Binary files in git
So where do you suggest we keep the HRTF data files etc?

Victor
On 23 Oct 2011, at 17:43, Felipe Sateler wrote:

> I've found that there are some binary files in git. Binary files are
> problematic because they usually take up a lot of space in the
> repository, and in a distributed VCS like git where each checkout is a
> repository, they increase every working copy size.
>
> I'd say Word documents should not be stored in the repository (the
> build instructions should go in the manual, anyway), and tarballs
> shouldn't either.
>
> How_to_Build_Csound_on_Windows.doc
> Opcodes/vst4cs/doc/Compatibilty.doc
> csound5_osx_installer_files.tar.gz
> examples/python/ah.wav
> frontends/CsoundVST/angel.PNG
> frontends/CsoundVST/csound.ico
> frontends/OSX/CsoundHelp/index.html
> frontends/OSX/English.lproj/main.nib/info.nib
> frontends/OSX/English.lproj/main.nib/objects.xib
> frontends/OSX/Info.plist
> frontends/OSX/play.icns
> frontends/OSX/version.plist
> frontends/flcsound/flcsound64.ico
> frontends/fltk_gui/Csound5GUI.app/Contents/Info.plist
> frontends/fltk_gui/Csound5GUI.app/Contents/Resources/wins.icns
> frontends/winsound/Winsound.app/Contents/Info.plist
> frontends/winsound/Winsound.app/Contents/Resources/wins.icns
> samples/hrtf-44100-left.dat
> samples/hrtf-44100-right.dat
> samples/hrtf-48000-left.dat
> samples/hrtf-48000-right.dat
> samples/hrtf-96000-left.dat
> samples/hrtf-96000-right.dat
> samples/sf_GMbank.sf2
>
>
> -- 
>
> Saludos,
> Felipe Sateler
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-23 18:25
FromFelipe Sateler
SubjectRe: [Cs-dev] Binary files in git
The problem with binary files are changes (deltas are expensive in
terms of space). The HRTF data files are unlikely to change, thus are
not problematic. Word documents, on the other hand, are very likely to
change. Don't know about the osx installer files, though.

On Sun, Oct 23, 2011 at 13:53, Victor Lazzarini
 wrote:
> So where do you suggest we keep the HRTF data files etc?
>
> Victor
> On 23 Oct 2011, at 17:43, Felipe Sateler wrote:
>
>> I've found that there are some binary files in git. Binary files are
>> problematic because they usually take up a lot of space in the
>> repository, and in a distributed VCS like git where each checkout is a
>> repository, they increase every working copy size.
>>
>> I'd say Word documents should not be stored in the repository (the
>> build instructions should go in the manual, anyway), and tarballs
>> shouldn't either.
>>
>> How_to_Build_Csound_on_Windows.doc
>> Opcodes/vst4cs/doc/Compatibilty.doc
>> csound5_osx_installer_files.tar.gz
>> examples/python/ah.wav
>> frontends/CsoundVST/angel.PNG
>> frontends/CsoundVST/csound.ico
>> frontends/OSX/CsoundHelp/index.html
>> frontends/OSX/English.lproj/main.nib/info.nib
>> frontends/OSX/English.lproj/main.nib/objects.xib
>> frontends/OSX/Info.plist
>> frontends/OSX/play.icns
>> frontends/OSX/version.plist
>> frontends/flcsound/flcsound64.ico
>> frontends/fltk_gui/Csound5GUI.app/Contents/Info.plist
>> frontends/fltk_gui/Csound5GUI.app/Contents/Resources/wins.icns
>> frontends/winsound/Winsound.app/Contents/Info.plist
>> frontends/winsound/Winsound.app/Contents/Resources/wins.icns
>> samples/hrtf-44100-left.dat
>> samples/hrtf-44100-right.dat
>> samples/hrtf-48000-left.dat
>> samples/hrtf-48000-right.dat
>> samples/hrtf-96000-left.dat
>> samples/hrtf-96000-right.dat
>> samples/sf_GMbank.sf2
>>
>>
>> --
>>
>> Saludos,
>> Felipe Sateler
>>
>> ------------------------------------------------------------------------------
>> The demand for IT networking professionals continues to grow, and the
>> demand for specialized networking skills is growing even more rapidly.
>> Take a complimentary Learning@Cisco Self-Assessment and learn
>> about Cisco certifications, training, and career opportunities.
>> http://p.sf.net/sfu/cisco-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 

Saludos,
Felipe Sateler

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-23 18:33
FromVictor Lazzarini
SubjectRe: [Cs-dev] Binary files in git
I don't think much is changing in that directory.

Victor
On 23 Oct 2011, at 18:25, Felipe Sateler wrote:

> The problem with binary files are changes (deltas are expensive in
> terms of space). The HRTF data files are unlikely to change, thus are
> not problematic. Word documents, on the other hand, are very likely to
> change. Don't know about the osx installer files, though.
>
> On Sun, Oct 23, 2011 at 13:53, Victor Lazzarini
>  wrote:
>> So where do you suggest we keep the HRTF data files etc?
>>
>> Victor
>> On 23 Oct 2011, at 17:43, Felipe Sateler wrote:
>>
>>> I've found that there are some binary files in git. Binary files are
>>> problematic because they usually take up a lot of space in the
>>> repository, and in a distributed VCS like git where each checkout  
>>> is a
>>> repository, they increase every working copy size.
>>>
>>> I'd say Word documents should not be stored in the repository (the
>>> build instructions should go in the manual, anyway), and tarballs
>>> shouldn't either.
>>>
>>> How_to_Build_Csound_on_Windows.doc
>>> Opcodes/vst4cs/doc/Compatibilty.doc
>>> csound5_osx_installer_files.tar.gz
>>> examples/python/ah.wav
>>> frontends/CsoundVST/angel.PNG
>>> frontends/CsoundVST/csound.ico
>>> frontends/OSX/CsoundHelp/index.html
>>> frontends/OSX/English.lproj/main.nib/info.nib
>>> frontends/OSX/English.lproj/main.nib/objects.xib
>>> frontends/OSX/Info.plist
>>> frontends/OSX/play.icns
>>> frontends/OSX/version.plist
>>> frontends/flcsound/flcsound64.ico
>>> frontends/fltk_gui/Csound5GUI.app/Contents/Info.plist
>>> frontends/fltk_gui/Csound5GUI.app/Contents/Resources/wins.icns
>>> frontends/winsound/Winsound.app/Contents/Info.plist
>>> frontends/winsound/Winsound.app/Contents/Resources/wins.icns
>>> samples/hrtf-44100-left.dat
>>> samples/hrtf-44100-right.dat
>>> samples/hrtf-48000-left.dat
>>> samples/hrtf-48000-right.dat
>>> samples/hrtf-96000-left.dat
>>> samples/hrtf-96000-right.dat
>>> samples/sf_GMbank.sf2
>>>
>>>
>>> --
>>>
>>> Saludos,
>>> Felipe Sateler
>>>
>>> ------------------------------------------------------------------------------
>>> The demand for IT networking professionals continues to grow, and  
>>> the
>>> demand for specialized networking skills is growing even more  
>>> rapidly.
>>> Take a complimentary Learning@Cisco Self-Assessment and learn
>>> about Cisco certifications, training, and career opportunities.
>>> http://p.sf.net/sfu/cisco-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> The demand for IT networking professionals continues to grow, and the
>> demand for specialized networking skills is growing even more  
>> rapidly.
>> Take a complimentary Learning@Cisco Self-Assessment and learn
>> about Cisco certifications, training, and career opportunities.
>> http://p.sf.net/sfu/cisco-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> -- 
>
> Saludos,
> Felipe Sateler
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net