There are two ways of doing this
svn export . ../new_dir
or
find . -name .svn -prune -exec rm -rfv {} \;
Either way, both will work. I personally use export, because if there is a problem it means that I do not have to checkout an entire project
Archive for the “Sys Admin” CategoryThere are two ways of doing this svn export . ../new_dir or find . -name .svn -prune -exec rm -rfv {} \; Either way, both will work. I personally use export, because if there is a problem it means that I do not have to checkout an entire project
May
08
2008
Ubuntu 8.04Posted by Tim Bowler 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. Although it is my personal laptop, Ubuntu (7.10) was rolled out on all developer workstations at Or Media. This was a little shock to some of the developers, but everyone has seen the benefits. Some of which are: Read the rest of this entry » A slight performance increase for Apache is to turn off the per-directory configuration files (.htaccess), and insert them into the virtual hosts configuration file. For each Symfony project that I set up the vhost file looks something like: |
|