Martin,
> 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/
That svn repository is for the C-based netCDF-4.2 release, which is
independent from NetCDF Java.
> 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.
That revision will be a great disappointment, if you're looking for Java
source code :-)
--Russ
> Le 18/06/12 23:41, davidm.ccri a =E9crit :
> > 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 t=
> he
> > 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 s=
> ure
> > which one is currently used). Can anyone point me to the source for the
> > 4.2.32 release?
> >
> > Thanks,
> > David