Lars Tandle Kyllingstad writes:

> How can I delete a project (along with any repositories in it) using the
> console? The user which created the project no longer exists, and it
> doesn't seem possible to do it as an admin user via the web interface.

Lars,
Assuming you know how to run the console (as described in
http://getgitorious.com/documentation/admin-guide.html#sec-1-3), you
should do something along these lines:

  project = Project.find_by_slug("<project name>")
  project.destroy

That should be it.

Cheers,
- Marius

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to