From Fedora Project Wiki

Revision as of 16:59, 16 October 2009 by Mdomsch (talk | contribs) (initial pass)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This describes the steps necessary to rename a project in Fedora Hosted.

Rename the Trac instance

cd /srv/web/trac/projects
mv oldname newname
cd newname/conf
sed -i -e 's/oldname/newname/' trac.ini
cd ..
sudo -u apache trac-admin .
  resync

Rename the git / svn / hg / ... directory

cd /git
mv oldname.git newname.git

Rename any old releases directories

cd /srv/web/releases/o/l/oldname
(somehow, the newname releases dir gets created; if there were old releases, move them to the new location).

Rename the group in FAS

See abadger1999.