Re: [E-devel] [EGIT] [core/elementary] master 01/01: Add the smart signals in scroller. "scroll, left", "scroll, right", "scroll, up", "scroll, down".

2013-03-16 Thread ChunEon Park
please update documentation. -Regards, Hermet- -Original Message- From: "Jaehwan Kim - Enlightenment Git" To: ; Cc: Sent: 2013-03-15 (금) 20:23:31 Subject: [EGIT] [core/elementary] master 01/01: Add the smart signals in scroller. "scroll, left",

[E-devel] Fwd: Re: [Enlightenment-intl] Migration to GIT - help SVN=>GIT

2013-03-16 Thread Massimo Maiurana
Hi, Olivier is the esperanto translator for enlightenment, and he's also the mantainer of the launchpad interface for translations, for which he wrote some scripts that fetch the code from SVN and automatically update all pot/po files. Now he needs to convert his scripts to GIT, but to do it he nee

Re: [E-devel] Fwd: Re: [Enlightenment-intl] Migration to GIT - help SVN=>GIT

2013-03-16 Thread Alex-P. Natsios
Greetings from the Quite cold but sunny Thessaloniki(gr), > - `svn st --no-ignore DIR | grep ^\? | cut -c 2- | xargs rm -fr`: > remove all unknown files in the repository unless you want something complicated that would be: `git clean -df` > - `svn revert -R DIR/`: > remove all changes done