UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312 IP: 65.37.49.4 URI: http://wesnoth.slack.it/?WescampInstructions - - - - - Index: WescampInstructions =================================================================== RCS file: /home/wesnoth/cvsroot/wikiroot/WescampInstructions,v retrieving revision 1.2 diff -u -r1.2 WescampInstructions --- WescampInstructions 3 Jun 2005 14:50:37 -0000 1.2 +++ WescampInstructions 3 Jun 2005 15:02:27 -0000 @@ -7,7 +7,8 @@ ||Preliminary Steps|| -1. You must register yourself at http://www.berlios.de which is like a German version of Sourceforge. +1. You must register yourself at http://www.berlios.de which is like a German version of Sourceforge. Remember your password because you're going to +need it later. 2. Send torangan your www.berlios.de username so he can add you to the project (so you can have write access to the project). Chances are you will have already been contacted by him if you are reading this, or else go to the BFW forum and send a private message to torangan. @@ -34,6 +35,9 @@ Here is where the Terminal knowledge comes in. The next section is for Terminal newbies. Others can skip down. You might want to backup your campaign. +Also, my instructions from NOW ON will use the Liberty campaign as an example and Mac OS X file locations to describe exactly how I use svn. There could +be better ways to do it, but my way makes sense to me. Your way will, of course, have to make sense to you. + Basic Terminal Help: - For the very new: the Terminal is located in /Applications/Utilities (for Mac OS X) @@ -41,10 +45,25 @@ - Type in 'ls' to list the contents of the current directory. - Type in 'cd //directory//' to change to that directory (which must be a subdirectory of your current directory. - For example, if you are currently in your home directory, typing 'cd Preferences' will change to the Preferences subdirectory. - - The slash / character is the root (or top) level directory on your computer. + - The slash / character is the root (or top) level directory on your computer. Typing 'cd /' brings you to the top level. - The tilde ~ character is a shortcut for your home folder. - - For example, 'cd ~/Preferences' will send you to your home directory's Preferences subdirectory. + - For example, 'cd ~/Library' will send you to your home directory's Library subdirectory. - Another way of saying this is that if my home folder is called //scott//, then ~ = /Users/scott/ + +User campaigns are stored in ~/Library/Preferences/Wesnoth/data/campaigns. I have the file Liberty.cfg and the Liberty folder there. I decided to keep +the SVN files in a separate folder. The reason for this is that SVN uses invisible metafiles inside the folders and when I upload the campaign to the +campaign server, I don't want to upload those files. + +Download the initial copy of the SVN archive by typing the following in the terminal: + cd ~/Library/Preferences/Wesnoth/data/campaigns + svn checkout svn://svn.berlios.de/wescamp-i18n/Liberty-po + +This creates a local copy of the wescamp directory. Your data directory should have the following: + Liberty.cfg + Liberty (a folder) + wescamp-i18n (a folder) + + ||See Also||
_______________________________________________ Wesnoth-wiki-changes mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/wesnoth-wiki-changes
