Skip to content

Commit 67234d9

Browse files
committed
/* how future checkouts might look like */
1 parent dd4472f commit 67234d9

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

_wikis/Get_source.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,17 @@ waiting for CVS freeze first.
5757
### how future checkouts might look like
5858

5959
It is not yet fully set in stone, but the current plan is to use SVN via
60-
ssh. This means a future BioJava checkout might look like this:
60+
ssh. This means a future BioJava checkout (for a developer) might look
61+
like this:
6162

6263
`svn co svn+ssh://somewhere.open-bio.org/path/not/sure/biojava-live/trunk ./biojava-live`
6364

64-
after initial checkout, you can change into this directory and execute
65-
SVN commands without the URL. For example:
65+
after initial checkout, you can change into the local ./biojava-live
66+
directory and execute SVN commands without the URL. For example:
6667

6768
`svn update`
6869
`svn commit -m "comments for this commit"`
6970
`svn add myfile.java`
7071

71-
We will also provide anonymouse checkouts and a browsable interface to
72-
the repository
72+
We will also continue to provide anonymous checkouts and a browsable
73+
interface to the repository

_wikis/Get_source.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ waiting for CVS freeze first.
4545
=== how future checkouts might look like ===
4646

4747
It is not yet fully set in stone, but the current plan is to use SVN via ssh.
48-
This means a future BioJava checkout might look like this:
48+
This means a future BioJava checkout (for a developer) might look like this:
4949

5050
svn co svn+ssh://somewhere.open-bio.org/path/not/sure/biojava-live/trunk ./biojava-live
5151
52-
after initial checkout, you can change into this directory and execute SVN commands without the URL. For example:
52+
after initial checkout, you can change into the local ./biojava-live directory and execute SVN commands without the URL. For example:
5353

5454
svn update
5555
svn commit -m "comments for this commit"
5656
svn add myfile.java
5757
5858

59-
We will also provide anonymouse checkouts and a browsable interface to the repository
59+
We will also continue to provide anonymous checkouts and a browsable interface to the repository

0 commit comments

Comments
 (0)