~ubuntu-branches/ubuntu/edgy/ess/edgy

« back to all changes in this revision

Viewing changes to doc/inst_svn.texi

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-11-11 00:51:43 UTC
  • mfrom: (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041111005143-wv1cih1h04xyrxrb
Tags: 5.2.3-3
* repair broken replace-regexp-in-string -> ess-replace-regexp-in-string
  patch
* expand autoload functionality in emacsen-startup

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
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.
 
4
 
 
5
@c text below modified from R-admin.texi (thanks to Kurt for the tip).
 
6
 
 
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.
 
22
 
 
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:
 
25
 
 
26
@example
 
27
(load "/path/to/ess-svn/lisp/ess-site.el") 
 
28
@end example
 
29
 
 
30
Note that https is required, and that the SSL certificate for the
 
31
Subversion server of the R project is
 
32
 
 
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
 
40
 
 
41
@noindent
 
42
(currently, there is no ``trusted certificate'').  You can accept this
 
43
certificate permanently and will not be asked about it anymore.