From no-reply_wiki at metalforge.org Sun Feb 3 09:36:04 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 03 Feb 2013 09:36:04 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: cfpython:tod Message-ID: <1359905764.977430.3792.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/03 09:36 User : ryo Edit Summary: clarify @@ -73,8 +73,9 @@ **Parameters** * **when**(list): periods of day when this filter lets event it is attached to happen. * **match**: "one" or "all", whethever only one match in list is needed or all must match current time * **inverse**: if true, a match is seen as a non-match and a non-match is seen as a match. See that as a "everytime except when ...." rule + ==== Pushing ==== @@ -85,9 +86,9 @@ **Parameters** * **when**(list): periods of day when this script will stay "pushed". * **match**: one or all, whethever only one match in list is needed or all list must match current time * **inverse**: if true, a match is seen as a non-match and vice version. See that as a "everytime except when ...." rule - * **connected**: what to push/release in map + * **connected**: connection number to push/release in map ==== Object transforming ==== **Script** /python/tod/replace.py IP-Address : 82.236.87.204 Old Revision: http://wiki.metalforge.net/doku.php/cfpython:tod?rev=1197805746 New Revision: http://wiki.metalforge.net/doku.php/cfpython:tod -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Feb 3 09:39:34 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 03 Feb 2013 09:39:34 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: cfpython:tod Message-ID: <1359905974.611883.3804.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/03 09:39 User : ryo Edit Summary: update @@ -97,8 +97,9 @@ **Parameters** * **when**(list): periods when this script's owner will stay transformed. * **match**: one or all, whethever only one match in list is needed or all list must match current time * **inverse**: if true, a match is seen as a non-match and vice version. See that as a "everytime except when ...." rule + ==== Map transforming ==== **Script** /python/tod/replace_in_map.py @@ -108,7 +109,7 @@ **Parameters** * **when**(list): periods when this script's owner will stay transformed. * **match**: one or all, whethever only one match in list is needed or all list must match current time * **inverse**: if true, a match is seen as a non-match and vice version. See that as a "everytime except when ...." rule - * **from**(list): criterias that map object must match to be transformed - * **to**(list): name of object that will be created to replace transformed object. The newly created objects will be made unpickable so they stay on the map. + * **from**(list): possible names a map object can match to be transformed. This is the name as given by [[:cfpython#object|the Name field]] + * **to**(list): name of objects that will be created to replace transformed object. The newly created objects will be made unpickable so they stay on the map. If more than one, a random is chosen for each transformed objet. * **key**: a keyword used to keep track of transformed object when time comes to untransform them. This is used to prevent clash if several transformation script are working on same map IP-Address : 82.236.87.204 Old Revision: http://wiki.metalforge.net/doku.php/cfpython:tod?rev=1359905762 New Revision: http://wiki.metalforge.net/doku.php/cfpython:tod -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Feb 25 15:19:54 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 25 Feb 2013 15:19:54 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1361827194.513599.12426.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/25 15:19 User : leaf Edit Summary: New page - SourceForge migration notes, tips and help @@ -58,9 +58,9 @@ ====== Helpful Link(s) ====== * http://wiki.splitbrain.org/wiki:markup_compare - Helpful conversion guide for text formatting in dokuwiki if you are familiar with other wikis - + * [[SourceForge Migration]] notes, tips and help * http://crossfire.real-time.com/ - The "Official" Crossfire Website. * http://dooler.woosworld.net/cf_map/ - CFWorldView, world map viewer. * http://mids.student.utwente.nl/~avogl/map_guide/ - Semi-Obsolete guide to making maps (with [[crossedit]]). [[CFJavaEditor]] (soon to be replaced with [[Gridarta]]) is used more often now. * Get together ([[g2g]]) meeting notes, summary, proposal(s) IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1330154822 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Feb 25 15:32:11 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 25 Feb 2013 15:32:11 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: sourceforge_migration Message-ID: <1361827931.526037.12435.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/25 15:32 User : leaf Edit Summary: created ====== SourceForge Migration Tips, Help and Notes ====== The old repository (url: http://crossfire.svn.sourceforge.net/svnroot/crossfire) is read-only now. The new repository is: https://svn.code.sf.net/p/crossfire/code/ For more detailed instructions on migrating your local checkout to the new repo, please see https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/ ===== Migration Commands ===== Example commands to update individual components to the new SVN URL: Maps: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/trunk https://svn.code.sf.net/p/crossfire/code/maps/trunk Server: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/trunk https://svn.code.sf.net/p/crossfire/code/server/trunk Archetypes: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/trunk https://svn.code.sf.net/p/crossfire/code/arch/trunk Client: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/trunk https://svn.code.sf.net/p/crossfire/code/client/trunk Project: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/ https://svn.code.sf.net/p/crossfire/code/ ==== Background Information From SourceForge ==== The new platform, codenamed "Allura", is a rewrite and redesign of the Open Source development tool set. It provides tighter integration between the various tools to give you a better developer experience. Allura is a project in incubation at the Apache Software Foundation, where people from many different companies are collaborating to make it even better. You can see a quick overview of the platform at http://sourceforge.net/create/#feature-holder and you can see ongoing updates to the platform on our blog, at http://sourceforge.net/blog/tag/updates/ IP-Address : 65.193.16.100 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Feb 25 15:33:06 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 25 Feb 2013 15:33:06 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: sourceforge_migration Message-ID: <1361827986.979853.12438.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/25 15:33 User : leaf Edit Summary: Minor format update @@ -31,11 +31,15 @@ Project: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/ https://svn.code.sf.net/p/crossfire/code/ + + ---- + ---- + ==== Background Information From SourceForge ==== The new platform, codenamed "Allura", is a rewrite and redesign of the Open Source development tool set. It provides tighter integration between the various tools to give you a better developer experience. Allura is a project in incubation at the Apache Software Foundation, where people from many different companies are collaborating to make it even better. You can see a quick overview of the platform at http://sourceforge.net/create/#feature-holder and you can see ongoing updates to the platform on our blog, at http://sourceforge.net/blog/tag/updates/ IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration?rev=1361827928 New Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Feb 26 14:29:53 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 26 Feb 2013 14:29:53 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: sourceforge_migration Message-ID: <1361910593.138225.16731.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/26 14:29 User : leaf Edit Summary: Added intro text @@ -1,5 +1,7 @@ ====== SourceForge Migration Tips, Help and Notes ====== + + On 2013-February-25, the Crossfire project was moved or migrated to the new SourceForge platform. This was required for all projects hosted at SourceForge. In addition to new features and a modified website & interface - the location for the Subversion (SVN) code repository was moved to a new server location - hence the new URL to access it. The old repository (url: http://crossfire.svn.sourceforge.net/svnroot/crossfire) is read-only now. The new repository is: @@ -9,8 +11,10 @@ https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/ ===== Migration Commands ===== + + Specific information in regards to Crossfire. Example commands to update individual components to the new SVN URL: Maps: IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration?rev=1361827985 New Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Feb 26 14:36:09 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 26 Feb 2013 14:36:09 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1361910969.349451.16738.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/26 14:36 User : leaf Edit Summary: SVN url updates @@ -86,19 +86,19 @@ The follow steps will download the necessary files to your computer, which will be used to compile (or build) the server. === Trunk === - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/trunk server.svn - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/trunk maps.svn - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/trunk arch.svn + $ svn co https://svn.code.sf.net/p/crossfire/code/trunk server.svn + $ svn co https://svn.code.sf.net/p/crossfire/code/maps/trunk maps.svn + $ svn co https://svn.code.sf.net/p/crossfire/code/arch/trunk arch.svn === Tag === Here's how you download Tag and is using the 1.60.0 release as an example - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/tags/1.60.0 server.svn - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/tags/1.60.0 maps.svn - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/tags/1.60.0 arch.svn + $ svn co https://svn.code.sf.net/p/crossfire/code/server/tags/1.60.0 server.svn + $ svn co https://svn.code.sf.net/p/crossfire/code/maps/tags/1.60.0 maps.svn + $ svn co https://svn.code.sf.net/p/crossfire/code/arch/tags/1.60.0 arch.svn ==== SETUP ==== This confirms that you are still in your home directory IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1344316475 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Feb 26 14:37:59 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 26 Feb 2013 14:37:59 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_client_compile_guide Message-ID: <1361911079.829488.16741.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/26 14:37 User : leaf Edit Summary: SVN url updates @@ -107,21 +107,21 @@ The follow steps may be used to download the client source files to your computer. === Trunk === - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/trunk client.svn + $ svn co https://svn.code.sf.net/p/crossfire/code/client/trunk client.svn === Branch === These steps have you download branches/1.12 - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/branches/1.12 client.svn + $ svn co https://svn.code.sf.net/p/crossfire/code/client/branches/1.12 client.svn === Tag === Here's how to download Tag using the 1.10.0 release as an example - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/tags/1.10.0 client.svn + $ svn co https://svn.code.sf.net/p/crossfire/code/client/tags/1.10.0 client.svn ==== SETUP ==== IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_client_compile_guide?rev=1358804755 New Revision: http://wiki.metalforge.net/doku.php/crossfire_client_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Feb 26 14:40:53 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 26 Feb 2013 14:40:53 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: downloading Message-ID: <1361911253.480028.16755.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/26 14:40 User : leaf Edit Summary: SVN URL updates @@ -9,13 +9,13 @@ ==== SVN via SourceForge ==== The general commands to check out a module (archtypes, client, maps, server map editor, et al) is the following: - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps + * svn co https://svn.code.sf.net/p/crossfire/code/arch + * svn co https://svn.code.sf.net/p/crossfire/code/client + * svn co https://svn.code.sf.net/p/crossfire/code/maps * svn co https://crossfire.svn.sourceforge.net/svnroot/gridarta - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server + * svn co https://svn.code.sf.net/p/crossfire/code/server ==== Trunk & Branch: ==== You will also notice that there are directories labeled as trunk and branch. @@ -37,25 +37,25 @@ Note: The commands, below, presume you are in the directory where the archetypes, client, maps or server currently reside. * Branch: - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/branches/1.12 - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/branches/1.12 - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/branches/1.12 - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/branches/1.12 + * svn co https://svn.code.sf.net/p/crossfire/code/arch/branches/1.12 + * svn co https://svn.code.sf.net/p/crossfire/code/client/branches/1.12 + * svn co https://svn.code.sf.net/p/crossfire/code/maps/branches/1.12 + * svn co https://svn.code.sf.net/p/crossfire/code/server/branches/1.12 * Trunk: - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/trunk - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/trunk - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/trunk - * svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/trunk + * svn co https://svn.code.sf.net/p/crossfire/code/arch/trunk + * svn co https://svn.code.sf.net/p/crossfire/code/client/trunk + * svn co https://svn.code.sf.net/p/crossfire/code/maps/trunk + * svn co https://svn.code.sf.net/p/crossfire/code/server/trunk It is also possible to checkout files from SVN and have them install to a remote directory. This is accomplished by adding the file path to the end of the SVN command. For instance: - svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/branches/1.12 /path/to/map/directory/ + svn co https://svn.code.sf.net/p/crossfire/code/maps/branches/1.12 /path/to/map/directory/ Or, more specifically: - svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/branches/1.12 /share/crossfire/maps/ + svn co https://svn.code.sf.net/p/crossfire/code/maps/branches/1.12 /share/crossfire/maps/ This would check out the latest changes to maps 1.x branch and place them in the /share/crossfire/maps/ directory. ==== Browse the SVN Repository ==== @@ -72,38 +72,38 @@ First you should make a choice. Do you want to follow the supported, released version, and get eventual bugfixes for that? Or do you want to follow the work-in-progress for the next release? If you want to follow the supported, released version, do this: - ''svn switch https://crossfire.svn.sourceforge.net/svnroot/crossfire/$COMPONENT/branches/1.11 .'' + ''svn switch https://svn.code.sf.net/p/crossfire/code/$COMPONENT/branches/1.11 .'' where $COMPONENT is the thing you're following -- server, client, arch, maps. So for example: % cd server - % svn switch https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/branches/1.11 . + % svn switch https://svn.code.sf.net/p/crossfire/code/server/branches/1.11 . But it would probably be even better to remove your checkout, and instead create one from the "stable" export: - ''svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/stable/ crossfire'' + ''svn co https://svn.code.sf.net/p/crossfire/code/stable/ crossfire'' This will get all the components, on the supported version. It has the significant benefit that when 1.12 is released, you don't have to run "switch" again; you will automatically start following that one. On the other hand, if you want to follow the work-in-progress 1.x release (more or less equivalent to the old branches/1.x): - ''svn switch https://crossfire.svn.sourceforge.net/svnroot/crossfire/$COMPONENT/branches/1.12 .'' + ''svn switch https://svn.code.sf.net/p/crossfire/code/$COMPONENT/branches/1.12 .'' for example: % cd server - % svn switch https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/branches/1.12 . + % svn switch https://svn.code.sf.net/p/crossfire/code/server/branches/1.12 . But it would probably be even better to remove your checkout, and instead create one from the "next" export: - ''svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/next/ crossfire-alpha'' + ''svn co https://svn.code.sf.net/p/crossfire/code/crossfire/next/ crossfire-alpha'' This will get all the components, on the supported version. It has the significant benefit that when 1.12 is released, you don't have to run "switch" again; you will automatically start following 1.13 instead. IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/downloading?rev=1232348145 New Revision: http://wiki.metalforge.net/doku.php/downloading -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Feb 26 14:42:40 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 26 Feb 2013 14:42:40 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: downloading Message-ID: <1361911360.787349.16758.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/26 14:42 User : leaf Edit Summary: Release version and date update @@ -3,6 +3,6 @@ - The current version of the Crossfire server is 1.11.0 as of 2008-Feb-1, however there have been updates available via SVN since then. + The current version of the Crossfire server is 1.70.0 as of 2012-Mar-22, however there have been updates available via SVN since then. ===== SourceForge Releases ===== * http://sourceforge.net/project/showfiles.php?group_id=13833 IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/downloading?rev=1361911252 New Revision: http://wiki.metalforge.net/doku.php/downloading -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Feb 27 14:36:37 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 27 Feb 2013 14:36:37 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: sourceforge_migration Message-ID: <1361997397.450860.21200.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/27 14:36 User : leaf Edit Summary: Link to SVN docs at SF @@ -4,13 +4,17 @@ The old repository (url: http://crossfire.svn.sourceforge.net/svnroot/crossfire) is read-only now. The new repository is: - https://svn.code.sf.net/p/crossfire/code/ + https://svn.code.sf.net/p/crossfire/code/ For more detailed instructions on migrating your local checkout to the new repo, please see - https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/ + https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/ + + Additional documentation on Subversion at SourceForge: + + http://sourceforge.net/p/forge/documentation/svn/ ===== Migration Commands ===== Specific information in regards to Crossfire. IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration?rev=1361910591 New Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Feb 27 14:39:48 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 27 Feb 2013 14:39:48 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: sourceforge_migration Message-ID: <1361997588.623608.21212.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/27 14:39 User : leaf Edit Summary: Added note about authentication when using the relocate command @@ -17,8 +17,10 @@ ===== Migration Commands ===== Specific information in regards to Crossfire. + + IMPORTANT: Make sure you are using the correct username and password, as the initial switch command will require you to enter your SourceForge username and password. Example commands to update individual components to the new SVN URL: Maps: IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration?rev=1361997394 New Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Feb 27 14:49:06 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 27 Feb 2013 14:49:06 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: sourceforge_migration Message-ID: <1361998146.425191.21219.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/27 14:49 User : leaf Edit Summary: Anonymous access info, formatting changes @@ -5,8 +5,10 @@ The old repository (url: http://crossfire.svn.sourceforge.net/svnroot/crossfire) is read-only now. The new repository is: https://svn.code.sf.net/p/crossfire/code/ + + Anonymous Read Only access is available as well, just don't use https (i.e., http://svn.code.sf.net/p/crossfire/code/) For more detailed instructions on migrating your local checkout to the new repo, please see https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/ @@ -42,14 +44,21 @@ Project: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/ https://svn.code.sf.net/p/crossfire/code/ - ---- - ---- + ===== Anonymous Access ===== + Making the switch to anonymous read only access (does not prompt for username & password) would use the following syntax: - ==== Background Information From SourceForge ==== + svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/ http://svn.code.sf.net/p/crossfire/code/ + + Notice it is *not* using https in the second URL. + + Update the second URL in the examples above for Ready Only SVN access to all modules. + + ---- + ====== Background Information From SourceForge ====== The new platform, codenamed "Allura", is a rewrite and redesign of the Open Source development tool set. It provides tighter integration between the various tools to give you a better developer experience. Allura is a project in incubation at the Apache Software Foundation, where people from many different companies are collaborating to make it even better. You can see a quick overview of the platform at http://sourceforge.net/create/#feature-holder and you can see ongoing updates to the platform on our blog, at http://sourceforge.net/blog/tag/updates/ IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration?rev=1361997587 New Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Thu Feb 28 14:00:29 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Thu, 28 Feb 2013 14:00:29 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: sourceforge_migration Message-ID: <1362081629.823278.25631.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/02/28 14:00 User : ryo Edit Summary: jxclient @@ -15,8 +15,9 @@ Additional documentation on Subversion at SourceForge: http://sourceforge.net/p/forge/documentation/svn/ + ===== Migration Commands ===== Specific information in regards to Crossfire. @@ -36,11 +37,15 @@ Archetypes: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/trunk https://svn.code.sf.net/p/crossfire/code/arch/trunk - Client: + GTK Client: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/trunk https://svn.code.sf.net/p/crossfire/code/client/trunk + + JXClient: + + svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/jxclient/trunk https://svn.code.sf.net/p/crossfire/code/jxclient/trunk Project: svn switch --relocate https://crossfire.svn.sourceforge.net/svnroot/crossfire/ https://svn.code.sf.net/p/crossfire/code/ IP-Address : 82.236.87.204 Old Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration?rev=1361998144 New Revision: http://wiki.metalforge.net/doku.php/sourceforge_migration -- This mail was generated by DokuWiki at http://wiki.metalforge.net/