id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11194 """Manage Repository"" in admin page should check unique ""name"" value" Jun Omae Jun Omae "See comment:3:ticket:11186. === How to reproduce 1. Add ""blah11"" and ""blah22"" as repository 2. Visit `/admin/versioncontrol/repository/blah22` and modify the name to ""blah11"" 3. Two ""blah11"" records in repository table {{{ $ sqlite3 /tmp/trac-0.12.5/db/trac.db 'select * from repository order by id, name' 1|dir|/var/svn/blah11 1|name|blah11 1|type|svn 2|description| 2|dir|/var/svn/blah22 2|name|blah11 2|type|svn 2|url| }}}" defect closed normal 0.12.6 admin/web 0.12-stable normal fixed repository Fix duplicated repository names in //Repository Modify//.