ESS[SAS]: somebody forgot about the SUM statement (probably me)
[ess.git] / doc / inst_svn.texi
blob34ad0134f7d9adc88b08eec7735270504ee6f218
2 @c There no longer is an anonymous CVS repository for ESS, due to lack of
3 @c interest, little demand, and problems with security.
5 @c text below modified from R-admin.texi (thanks to Kurt for the tip).
7 The latest development version of ESS is available via
8 @uref{https://svn.R-project.org/ESS/}, the ESS Subversion repository.  If
9 you have a Subversion client (see @uref{http://subversion.tigris.org/}),
10 you can download the sources using:
11 @smallexample
12 % svn checkout https://svn.r-project.org/ESS/trunk @var{path}
13 @end smallexample
14 @noindent
15 which will put the ESS files into directory @var{path}.  Later,
16 within that directory, `svn update' will bring that directory up to
17 date.  Windows-based tools such as TortoiseSVN are also available for
18 downloading the files.  Alternatively, you can browse the sources with a
19 web browser at: @uref{https://svn.r-project.org/ESS/trunk, ESS SVN
20 site}.  However, please use a subversion client instead to minimize the
21 load when retrieving.
23 If you remove other versions of ESS from your emacs load-path, you can
24 then use the development version by adding the following to .emacs:
26 @example
27 (load "/path/to/ess-svn/lisp/ess-site.el") 
28 @end example
30 Note that https is required, and that the SSL certificate for the
31 Subversion server of the R project is
33 @smallexample
34 Certificate information:
35  - Hostname: svn.r-project.org
36  - Valid: from Jul 16 08:10:01 2004 GMT until Jul 14 08:10:01 2014 GMT
37  - Issuer: Department of Mathematics, ETH Zurich, Zurich, Switzerland, CH
38  - Fingerprint: c9:5d:eb:f9:f2:56:d1:04:ba:44:61:f8:64:6b:d9:33:3f:93:6e:ad
39 @end smallexample
41 @noindent
42 (currently, there is no ``trusted certificate'').  You can accept this
43 certificate permanently and will not be asked about it anymore.