Skip to content

Commit dd4472f

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

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

_wikis/Get_source.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,14 @@ waiting for CVS freeze first.
5959
It is not yet fully set in stone, but the current plan is to use SVN via
6060
ssh. 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

6564
after initial checkout, you can change into this directory and execute
6665
SVN 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

7071
We will also provide anonymouse checkouts and a browsable interface to
7172
the repository

_wikis/Get_source.mediawiki

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ waiting for CVS freeze first.
4747
It is not yet fully set in stone, but the current plan is to use SVN via ssh.
4848
This 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
5252
after 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

5959
We will also provide anonymouse checkouts and a browsable interface to the repository

0 commit comments

Comments
 (0)