Lines 32-34 were replaced by lines 32-34 |
- *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 |
+ *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] |