Layers of Layers
Have you tried adding an abstraction layer?
  • Cheat Sheets
    • Linux Commands
    • Linux Network
    • Markdown
    • Regular Expressions
    • Shell Scripting
    • SSL
    • VI
  • To Do
    • Blinkendecke
    • DIY Electronics Construction Kit from Duplo
    • Kobo Hacking
  • $FOO
  • Linux
  • Make
  • misc
  • Pretty
  • Software
  • Things

removing SVN information from a Working copy

Tue 08 September 2009
By Wonko

Normally you would use the export functionality of svn:

svn export path/to/workingcopy path/to/export

But sometimes Murphy is harsh on you:

svn: This client is too old to work with working copy 'working_copy;
please get a newer Subversion client

A simple method is to remove all .svn Folders from the working copy:

find them:

find -name .svn

kill them:

for i in \$(find -name .svn); do rm -fR \$i ; done

Be aware that rm -fR always is dangerous. So know what you do.

Tags

  • Graphics
  • bash
  • Javascript
  • Database
  • Powersave
  • Cyanogen
  • synology
  • Ideas
  • Android
  • Security
  • Internal
  • Blog
  • Books
  • Network
  • Wood
  • Wallpapers
  • RasPi
  • Storage
  • Serious
  • KDE
  • Cookies
  • Suse
  • Themes
  • Ubuntu
  • Kids
  • Photos
  • Hardware
  • Java
  • Git
  • Pelican
  • Games
  • Virtualization
  • Eclipse

Links

  • CCC-FFM
  • Cat Content
design by jide