We Recommend

Version Control with Subversion Version Control with Subversion
Written by members of the Subversion open source development team, Version Control with Subversion introduces the powerful new versioning tool designed to be the successor to the Concurrent Version System or CVS. CVS users will find the "look and feel" Subversion comfortably familiar, but under the surface it's far more flexible, robust, and usable, and more importantly, it improves on CVS's more notable flaws.


Posted By

buscarini on 09/06/06


Tagged

svn desarrollo


Versions (?)


Limpiar un arbol de directorios de los directorios .svn


Published in: SVN 


  1. find . -name .svn -print0 | xargs -0 rm -rf

Report this snippet 

You need to login to post a comment.