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

2013-03-18 Thread Daniel Willmann
On 16/03/13 12:59, Alex-P. Natsios wrote: 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` Use 'git

[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

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 to