Qt4 porting started

David Faure faure at kde.org
Mon May 23 12:01:32 BST 2005


On Monday 23 May 2005 12:58, Sylvain "Skarsnik" Colinet wrote:
> On 5/23/05, Michael Buesch <mbuesch at freenet.de> wrote:
> > Quoting Thiago Macieira <thiago at kde.org>:
> > > Michael Buesch wrote:
> > > >I have a complete tar.bz2 archive of branches/work/kde4/
> > > >It's only 92M.
> > > >I can upload to http://www.yousendit.com/ , or some
> > > >other server (if you tell me one)
> > > 
> > > Did you erase everything outside .svn dirs before you created the tarball?
> > 
> > > If you didn't, your tarball is unnecessarily large
> > 
> > No. What's the best and fastest way to do it?
> 
> add --exclude=*.svn* to tar when you create the tarball :)

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

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kde-core-devel mailing list