WikiJava:Using the SVN repositoryFrom WikiJavaThis page contains instructions on how to:
upload your code
Publish your codeAfter uploading your code to the repository you can include it in your articles. To do so you have to write: {{versioned code
|url=http://an.SVN.URL}}
Where The above code will generate the following box:
Download the code from the WikiJava SVN serverYou can get the code from the WikiJava SVN server in two ways:
If you click on the link your browser will show you the web version of the SVN server. This may be convenient for pograms with very few files, because you won't need to install SVN. The preferred way is to checkout the repository using subversion. Using this method you will need to have subversion installed on your computer. The code on the WikiJava SVN server is open for being downloaded from anyone using the shared account: Login: readonly Password: readonly Which has (guess) only read permission and can't write on the repository. This account is to be used both if you are accessing the repository via web or checking it out using subversion.
you should use the following command to download it svn checkout https://svn2.hosted-projects.com/wikijava/articles/dongiulio/helloworld . --username readonly NOTE: the dot in the command line must be preserved as it represents the destination directory for the code on the local computer. (Namely the current directory) When prompted insert the password This will checkout and make available on your computer the whole most recent version of the project you are downloading. |
