When you checkout a repository from subversion it creates a .svn directory (with subdirectories) for every directory (and subdirectory) checked out. 리포지 토리에서 체크 아웃 때 파괴이 만들어집니다. svn 디렉토리 (과 서브 디렉토리)에 모든 디렉터리 (및 하위 디렉토리) 체크 아웃합니다. 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. the합니다. svn 디렉토리와 파일에 대한 정보가 포함되어 디렉토리에있는 리포지 토리를 사용하면 svn 명령을 실행하지 않고도 미래의 자기 자신을 인증합니다. However when you want to package the source code it becomes painful to remove them by hand. 그러나 패키지를하려고 할 때 그들의 소스 코드를 손으로를 제거하는 고통이된다. 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. 중 하나를 사용하실 수있습니다 개미와 같은 빌드 도구를 제외합니다. svn 디렉터리 또는 내의 코드를 사용할 수있습니다 디렉토리에 청소를합니다. svn 정크합니다.

Download 다운로드 SVNClean here 여기에 svnclean . 합니다.

Usage: 사용법 :
java SVNClean [list of files or directories] 자바 svnclean [목록에서 해당 파일 또는 디렉토리]

The code runs on any java supported platform (tested on windows and linux). 모든 자바의 코드를 실행을 지원하는 플랫폼 (윈도우와 리눅스에서 테스트).

Use at your own risk. 의 사용에 따른 위험을 사용합니다. No warranty, implied or otherwise, is provided. 어떠한 보증도하지 않습니다 명시 적이든 묵시를 제공합니다.