Hello David
According the pom.xml file, the source code repository which has been
used at that time was:
http://sub.unidata.ucar.edu/thredds/branch/RB-TDS-4.2/cdm
However, I just tried and it doesn't seem online anymore. I don't know
if there is archive somewhere... In my understanding, GitHub is used
since NetCDF 4.3 and above, while SVN is used for NetCDF 4.2 and
previous versions. Using the URL you provided, the following command:
svn log http://svn.unidata.ucar.edu/repos/netcdf/branches/netcdf-4_2/
tell us:
------------------------------------------------------------------------
r2234 | russ | 2012-06-01 23:24:47 +0200 (Ven 01 jui 2012) | 3 lignes
Copy tag to branch for 4_2, prior to generating tests for netcdf/builds
web page.
------------------------------------------------------------------------
r2009 | russ | 2012-03-21 02:30:42 +0100 (Mer 21 mar 2012) | 1 ligne
release checkpoint
------------------------------------------------------------------------
Since the NetCDF 4.2.32 has been deployed on the Maven repository on
April 24th, I think that your best guess would be to use the code at
http://svn.unidata.ucar.edu/repos/netcdf/branches/netcdf-4_2/ at
revision 2009.
Martin
Le 18/06/12 23:41, davidm.ccri a écrit :
Hi,
I would like to view the source code for the 4.2.32 release of netcdf-java
to help me debug an error in an application I am developing using NetCDF. I
downloaded the release using maven from
http://maven.geotoolkit.org/edu/ucar/netcdf/, but that does not contain the
source code, and I can't find a tagged version of it at
http://svn.unidata.ucar.edu/ or https://github.com/Unidata/thredds (not sure
which one is currently used). Can anyone point me to the source for the
4.2.32 release?
Thanks,
David