> You can delete a repository you created by executing the trash 
> command
> through gitolite like this:
> $ ssh g...@git.enlightenment.org trash devs/asdfuser/test.git
> devs/asdfuser/test moved to trashcan.  Please run the 'help' adc for
> more info.
>
> To list the currently deleted repos type:
> $ ssh g...@git.enlightenment.org list-trash
> devs/asdfuser/test/2013-02-18_09:48:08
>
> And to restore a repository again:
> $ ssh g...@git.enlightenment.org restore
> devs/asdfuser/test/2013-02-18_09:48:08

Also, if you are annoying with messages like :

   "PTY allocation request failed on channel 0"

You need to add the -T option to ssh :

$ ssh -T g...@git.enlightenment.org list-trash

-- 
Beber

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to