??changed: -======================== -Renaming a Project Group -======================== ========================== Renaming a Project (Group) ==========================
??changed: -We here provide a Savannah-specific solution as a word-around. It's mainly about running ``~/infra/maintenance/rename_project.sh``. However, since it's a quick script, you're supposed to understand how Savannah works before using it, just in case. If you don't, ask someone who does. We here provide a Savannah-specific solution as a word-around. It's mainly about running ``~/infra/maintenance/rename_project.sh``. However, since it's a quick script, you're supposed to understand how Savannah works before using it, just in case. If you don't, ask someone who does. Hopefully someone does. ??changed: -Scripted --------- - -For the sake of example, this is some (not all) of what the script does. - -Rename the group in the database: - -* https://savannah.nongnu.org/admin/groupedit.php?group_id=id - -* or use mysql directly:: - - UPDATE groups SET unix_group_name="newname" WHERE group_id="id" AND unix_group_name="oldname"; - -Change the system group name, so that Savane doesn't create a new group: - -* Change /vservers/accounts/etc/group - -Rename project folders, namely cvs/svn/arch/git/hg/bzr/download. - -[1 more lines...] Web pages --------- You must explicitly ask sysadmin to rename www.nongnu.org/projname or www.gnu.org/software/projname. Nothing automatically removes the old web pages otherwise, so the result is accumulating cruft. Mailing lists ??changed: -Webpages Scripted ??changed: -* Ask sysadmin to rename www.nongnu.org/group or www.gnu.org/software/group - For the sake of example, this is some (not all) of what the script does. Rename the group in the database: * https://savannah.nongnu.org/admin/groupedit.php?group_id=id * or use mysql directly:: UPDATE groups SET unix_group_name="newname" WHERE group_id="id" AND unix_group_name="oldname"; Change the system group name, so that Savane doesn't create a new group: * Change /vservers/accounts/etc/group Rename project folders, namely cvs/svn/arch/git/hg/bzr/download. Etc... good luck ... -- forwarded from http://savannah.gnu.org/maintenance/RenamingProjectGroup#[email protected]/maintenance _______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
