Last modified by Bastian Triller on 2013/10/05 10:40

From version 136.1
edited by Kieran Kelleher
on 2007/12/12 09:17
Change comment: There is no comment for this version
To version 141.1
edited by azebchuk
on 2008/07/14 04:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.azebchuk
Content
... ... @@ -7,7 +7,7 @@
7 7  * Provide opportunities to submit patches to bugs you might find in Wonder
8 8  * Add logging statements in Wonder source so you can better understand what is going when tracking down hard to find bugs
9 9  
10 -== Downloading Wonder Source from CVS ==
10 +== Downloading Wonder Source from Subversion ==
11 11  
12 12  * Decide on a directory where you will maintain the latest Wonder source tree on your hard drive. I have a directory ',,/WonderLatest' in my home folder.,,
13 13  * Open a terminal shell and navigate to the directory
... ... @@ -18,11 +18,11 @@
18 18  
19 19  {{/noformat}}
20 20  
21 -* Next perform initial checkout of Wonder source tree from CVS head using the following command. This creates a folder named Wonder
21 +* Next perform initial checkout of Wonder source tree from Subversion head using the following command. This creates a folder named Wonder
22 22  
23 23  {{noformat}}
24 24  
25 -cvs -z3 -d:pserver:anonymous@wonder.cvs.sourceforge.net:/cvsroot/wonder co -P Wonder
25 +svn co https://wonder.svn.sourceforge.net/svnroot/wonder
26 26  
27 27  {{/noformat}}
28 28