When you checkout a repository from subversion it creates a .svn directory (with subdirectories) for every directory (and subdirectory) checked out. Quando si checkout da un repository sovversione crea un. Svn directory (con le sottodirectory) per ogni directory (e sottodirectory) verificati. The .svn directory contains information about the repository and files in the directory and allows you to run svn commands without having to authenticate yourself in future. Il. Svn directory contiene informazioni circa il repository e file nella directory e vi permette di eseguire comandi svn senza dover autenticare te in futuro. However when you want to package the source code it becomes painful to remove them by hand. Tuttavia quando si desidera pacchetto il codice sorgente diventa doloroso per rimuoverli a mano. You can either use a build tool like ant and exclude the .svn directories or you can use my code to clean the directory of .svn junk. È possibile utilizzare uno strumento come costruire ed escludere ant. Svn directory o è possibile utilizzare il mio codice per pulire la directory. Svn spazzatura.

Download Scaricare SVNClean here SVNClean qui .

Usage: Utilizzo:
java SVNClean [list of files or directories] java SVNClean [elenco di file o directory]

The code runs on any java supported platform (tested on windows and linux). Il codice viene eseguito su qualsiasi piattaforma supportata java (testato su Windows e Linux).

Use at your own risk. Utilizzare a proprio rischio e pericolo. No warranty, implied or otherwise, is provided. Non rilascia alcuna garanzia, implicita o esplicita, è fornito.