Qt4 porting started

Cristian Tibirna tibirna at kde.org
Mon May 23 12:11:38 BST 2005


On Monday 23 May 2005 07:01, David Faure wrote:
> No, it's the opposite. A svn checkout tarball should have all files inside
> the .svn dirs, and no files out of it. Then after downloading, once can
> simply do "svn revert -R ." or simply "svn update" and all files will
> "reappear".
>
> find -type f | grep -v '\.svn' | xargs rm -f

Or less destructive

tar zcvf svntarball.tgz `find . -type d -a -name '.svn'`

-- 
Cristian Tibirna
KDE developer .. tibirna at kde.org .. http://www.kde.org




More information about the kde-core-devel mailing list