RFC: remove qt-copy
Stefan Majewsky
majewsky at gmx.net
Tue May 26 07:47:39 BST 2009
Am Dienstag 26 Mai 2009 08:42:26 schrieb Chani:
> > You could make it a drop-in replacement, by dropping the .git dir and
> > removing **/.svn.
>
> so... do a bare checkout or whatever it's called, then mv it to
> qt-copy/.git, then cd qt-copy && find . -name ".svn" | xargs rm -r
>
> :)
>
> I've only tested the find part of this, btw, not the xargs part. not my
> fault if it deletes everything ;)
You can use `rm -r **/.svn`, as Thiago noted. I did not know this trick until
now, but can confirm that it works (thx, Thiago).
Greetings
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20090526/a73e73fa/attachment.sig>
More information about the kde-core-devel
mailing list