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.20 diff -u -r1.20 WescampInstructions --- WescampInstructions 11 Jun 2005 14:48:49 -0000 1.20 +++ WescampInstructions 11 Jun 2005 17:06:37 -0000 @@ -117,26 +117,28 @@ svn commit -m "campaign config update" $wescamp/Liberty.cfg echo finished. -Then all you have to do is type the following: +Don't forget to give yourself execute permission for the file. Then all you have to do is type the following: cd ~/Library/Preferences/Wesnoth/data/campaigns ./commit which will run the following commands as a shell script (or batch file, if that helps). You can also type in each -command individually (don't type in the #!/ -bin... command or echo commands). You will need to type in your berlios.de password one or more times (it asks me 3 times). +command individually (don't type in the #!/bin... command or echo commands). You will need to type in your berlios.de password one or more times (it +asks me 3 times). ||Adding new files to Wescamp|| If you've written new scenarios or added other things, there's one additional step. After copying them into your Wescamp directory, you'll have to type - svn add filname -while being in the directory once. This will mark the file as belonging to the campaign (for SVN) and the next svn -commit will include it. + svn add FILENAME +while being in the directory. You only have to do this once. This will mark the file as belonging to the campaign (for SVN) and the next svn +commit will include it. Here is an example, assuming a new scenario was created and already copied over to the appropriate Wescamp directory. + cd ~/Library/Preferences/Wesnoth/data/campaigns/Liberty-po/Liberty/scenarios + svn add NEWSCENARIOFILE.cfg ||Updating your Translations|| A similar process is used to download updated translations and move the files over to your campaign folder. Here is a -shell script to do the job. Call it -something simple, like 'get' and save it in the /data/campaigns directory. +shell script to do the job. Call it something simple like 'get' and save it in the /data/campaigns directory. Don't forget to add execute permission for +yourself. #!/bin/csh -f set libpath = '~/Library/Preferences/Wesnoth/data/campaigns/Liberty'
_______________________________________________ Wesnoth-wiki-changes mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/wesnoth-wiki-changes
