File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,13 +59,14 @@ waiting for CVS freeze first.
5959It is not yet fully set in stone, but the current plan is to use SVN via
6060ssh. This means a future BioJava checkout might look like this:
6161
62- svn co svn+ssh://somewhere.open-bio.org/path/not/sure/biojava-live/trunk
63- ./biojava-live
62+ ` svn co svn+ssh://somewhere.open-bio.org/path/not/sure/biojava-live/trunk ./biojava-live `
6463
6564after initial checkout, you can change into this directory and execute
6665SVN commands without the URL. For example:
6766
68- svn update svn commit -m "comments for this commit" svn add myfile.java
67+ ` svn update `
68+ ` svn commit -m "comments for this commit" `
69+ ` svn add myfile.java `
6970
7071We will also provide anonymouse checkouts and a browsable interface to
7172the repository
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ waiting for CVS freeze first.
4747It is not yet fully set in stone, but the current plan is to use SVN via ssh.
4848This means a future BioJava checkout might look like this:
4949
50- svn co svn+ssh://somewhere.open-bio.org/path/not/sure/biojava-live/trunk ./biojava-live
50+ svn co svn+ssh://somewhere.open-bio.org/path/not/sure/biojava-live/trunk ./biojava-live
5151
5252after initial checkout, you can change into this directory and execute SVN commands without the URL. For example:
5353
54- svn update
55- svn commit -m "comments for this commit"
56- svn add myfile.java
54+ svn update
55+ svn commit -m "comments for this commit"
56+ svn add myfile.java
5757
5858
5959We will also provide anonymouse checkouts and a browsable interface to the repository
You can’t perform that action at this time.
0 commit comments