Science Environment for Ecological Knowledge
Ecoinformatics site parent site of Partnership for Biodiversity Informatics site parent site of SEEK - Home
Science Environment for Ecological Knowledge









 

 

 



SVN Repository

Difference between version 8 and version 4:

Lines 6-7 were replaced by lines 6-7
- You may access SVN by anonymous SVN (read only) and named SVN (initially read-only, but may be upgraded to read-write). To request a named SVN account, send an email to pmc@ecoinformatics.org (see below for more details). Existing account holders can [change their password|https://ldaps.ecoinformatics.org] or [reset their password|https://ldaps.ecoinformatics.org] if they forgot it using a web-based interface:
- * [https://ldaps.ecoinformatics.org]
+ You may access SVN by anonymous SVN (read only) and named SVN (initially read-only, but may be upgraded to read-write). To request a named SVN account, send an email to pmc@ecoinformatics.org (see below for more details). Existing account holders can [change their password|https://ldap.ecoinformatics.org] or [reset their password|https://ldap.ecoinformatics.org] if they forgot it using a web-based interface:
+ * [https://ldap.ecoinformatics.org]
Line 11 was replaced by line 11
- The [SVN web interface|https://code.ecoinformatics.org/code/] provides access to any version of the documents stored in the repository. You can browse the web interface to locate single documents of interest and download the required version. The web interface is not particularly effective when you want to use an entire module. In that case, you should use a SVN client to access the SVN repository more efficiently. Documents related to SEEK are accessible through two main SVN modules:
+ The [SVN web interface|https://code.ecoinformatics.org/code/] provides access to any version of the documents stored in the repository. You can browse the web interface to locate single documents of interest and download the required version. The web interface is not particularly effective when you want to use an entire module. In that case, you should use a SVN client to access the SVN repository more efficiently. Documents related to SEEK are accessible through three main SVN modules:
Line 20 was replaced by line 20
- More efficient access can be had by using a SVN client application. However, for this to work you must install and configure the client software. Once this is accomplished it is very easy to stay synchronized with all development activities within SEEK.
+ More efficient access can be had by using a SVN client application. However, for this to work you must install and configure the client software. Once this is accomplished, it is very easy to stay synchronized with all development activities within SEEK.
Lines 31-34 were replaced by lines 31-34
- SVN client applications are available for Linux, Windows, MacOS, and other systems. Here is a list of commonly used SVN clients and Integrated Development Environments that support CVS.
- *Windows: [TortoiseCVS|http://www.tortoisecvs.org], [Eclipse|http://eclipse.org], [WinCVS|http://wincvs.org], cvs command line using [Cygwin|http://www.cygwin.com]
- *Linux: cvs command line, [Eclipse|http://eclipse.org]
- *MacOS: cvs command line
+ SVN client applications are available for Linux, Windows, MacOS, and other systems. Here is a list of commonly used SVN clients and Integrated Development Environments that support SVN.
+ *Windows: [TortoiseSVN|http://tortoisesvn.net/], [Eclipse|http://eclipse.org], svn command line using [Cygwin|http://www.cygwin.com]
+ *Linux: svn command line, [Eclipse|http://eclipse.org]
+ *MacOS: svn command line
Line 36 was replaced by line 36
- Many others are available, and it is a matter of personal preference which you choose. Many SEEK project members that are used to the Windows environment prefer [TortoiseCVS|http://www.tortoisecvs.org] because it is so well integrated with the Windows file system. Linux/Unix users generally prefer the command line.
+ Many others are available, and it is a matter of personal preference which you choose. Many SEEK project members that are used to the Windows environment prefer [TortoiseSVN|http://tortoisesvn.org] because it is so well integrated with the Windows file system. Linux/Unix users generally prefer the command line.
Line 39 was replaced by lines 39-40
- Once you have a client program installed, you'll need to configure it to connect. We only permit connections that communicate over the SSH protocol version 2, so you'll need to have a recent SSH client installed and configured. Under linux, this is usually provided in the 'openssh' package, which also can be obtained under Windows using Cygwin.
+ Once you have a client program installed, you'll need to configure it to connect. The configuration is very simple, the only thing you need is the SVN url:
+ https://code.ecoinformatics.org/code/seek/trunk/
Removed lines 41-44
- For most clients, you will need the following configuration information:
- *CVSROOT=:ext:username@cvs.ecoinformatics.org:/cvs
- *CVS_RSH=ssh
- *module=seek (or kepler or others depending on interest)
Removed line 46
- [Configuring Eclipse as a CVS Client for SEEK | SEEKDevelopmentWithEclipse]

Back to SVN Repository, or to the Page History.