File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,16 +57,17 @@ waiting for CVS freeze first.
5757### how future checkouts might look like
5858
5959It 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
Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ waiting for CVS freeze first.
4545=== how future checkouts might look like ===
4646
4747It 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
You can’t perform that action at this time.
0 commit comments