??changed: -Frontend This manipulation isn't supported by Savane, and isn't simple to implement safely.
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. Then, some parts can't be managed by Savane directly, namely the webpages and the mailing lists. Hence the scripts doesn't do anything on webpages and mailing lists. Scripted ??changed: -First, rename the group in the database: That's what the script does. Rename the group in the database: ??changed: - update groups set unix_group_name="newname" where group_id="id" and unix_group_name="oldname"; - -Backend -------- UPDATE groups SET unix_group_name="newname" WHERE group_id="id" AND unix_group_name="oldname"; ??changed: -Use the automated script, at ``~/infra/maintenance/rename_project.sh`` Rename project folders, namely cvs/svn/arch/git/hg/bzr/download. -- forwarded from https://savannah.gnu.org/maintenance/renamingprojectgroup#msg20090117170822+0...@https://savannah.gnu.org/maintenance _______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
