Hello,

this is a heads up that user-controlled repositories are now visible
through cgit (as was the intention all along).

So remove all embarrassing stuff there. :-)


For everyone who didn't know about this - you can create new
repositories under your own namespace just by cloning it. I would do:

git clone ssh://[email protected]/devs/asdfuser/foo.git

Which will create a new empty repository for me to start a new project,
etc. These projects are readable for the public through the git-daemon
and cgit and currently every developer can push to all existing repos
(so be nice).

You can delete a repository you created by executing the trash command
through gitolite like this:
$ ssh [email protected] 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 [email protected] list-trash
devs/asdfuser/test/2013-02-18_09:48:08

And to restore a repository again:
$ ssh [email protected] restore
devs/asdfuser/test/2013-02-18_09:48:08


Regards,
Daniel Willmann

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to