There are two ways of doing this
svn export . ../new_dir
or
find . -name .svn -prune -exec rm -rfv {} \;
Archive for May, 2008There are two ways of doing this svn export . ../new_dir or find . -name .svn -prune -exec rm -rfv {} \;
08
05
2008
Ubuntu 8.04Posted by: Timothy in Linux, Sys Admin, tags: ubuntu, ubuntu 8.04, ubuntu 8.04 sony vaio, ubuntu deployment Today I finally installed Ubuntu 8.04 on my Sony vaio sz4. It runs like a dream, better than the SUSE setup which it replaced. My first thoughts are that the system runs very fast and all the components work out of box(web cam, finger print scanner have not being tested yet). I have noticed the wifi throughput has increased, using the eclipse IDE runs like a dream and best of all compiz fusion works on both the laptop and on a dual monitor setup. The synaptic package manager seems more complete overSUSE’s yast package management. |