Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PRUNEEMPTYDIRS(1)		 [FIXME: manual]	       PRUNEEMPTYDIRS(1)

NAME
     pruneemptydirs - Detects stale source directories in a CVS tree

SYNOPSIS
     pruneemptydirs [-f]

DESCRIPTION
     pruneemptydirs is used to clean up a local CVS tree. It detects directories
     containing  remnants of old stuff which has been removed from the CVS. Such
     stale directories often break compilation. The current  directory	and  all
     directories beneath it will be examined.

     Note  that  this tool does not remove anything; it simply prints what to do
     as a series of remove commands. You can copy and paste these  commands,  or
     use them with eval in a script.

     This tool works better if the source directory is not the same as the build
     directory, since it will not print directories containing old executables.

     This utility is part of the KDE Software Development Kit.

OPTIONS
     -f
	 Actually  perform  the deletions instead of just printing them out. Use
	 this option with care.

AUTHORS
     pruneemptydirs was written by David Faure <faure@kde.org>

     This manual page was prepared by Ben Burton<bab@debian.org>

AUTHOR
     Ben Burton <bab@debian.org>
	 Author.

[FIXME: source] 		   2003-04-08		       PRUNEEMPTYDIRS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pruneemptydirs&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help