Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

svnstat.sh

Go to the documentation of this file.
00001  *
00002 /*!
00003  * @file ./svnstat.sh
00004  *
00005  * @brief Per doxygen @b config.html recommendation for
00006  * FILE_VERSION_FILTER
00007  *
00008  * @todo The @c @b sed(1) command as documented is not valid.  See also
00009  *       the @@bug entry for this script.
00010  *
00011  * @verbatim
00012  *
00013  * svn stat -v $1 | \\
00014  *     sed -n 's/^[ A-Z?\*|!]\{1,15\}/r/;s/ \{1,15\}/\/r/;s/ ./p'
00015  *
00016  * @endverbatim
00017  *
00018  *
00019  * @section Control
00020  *
00021  * \$URL: https://svn.apache.org/path/name/svnstat.sh $ \$Id: svnstat.sh 0 09/28/2005 dlydick $
00022  *
00023  * Copyright 2005 The Apache Software Foundation
00024  * or its licensors, as applicable.
00025  *
00026  * Licensed under the Apache License, Version 2.0 ("the License");
00027  * you may not use this file except in compliance with the License.
00028  * You may obtain a copy of the License at
00029  *
00030  *     http://www.apache.org/licenses/LICENSE-2.0
00031  *
00032  * Unless required by applicable law or agreed to in writing,
00033  * software distributed under the License is distributed on an
00034  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
00035  * either express or implied.
00036  *
00037  * See the License for the specific language governing permissions
00038  * and limitations under the License.
00039  *
00040  * @version \$LastChangedRevision: 0 $
00041  *
00042  * @date \$LastChangedDate: 09/28/2005 $
00043  *
00044  * @author \$LastChangedBy: dlydick $
00045  *         Original code contributed by Daniel Lydick on 09/28/2005.
00046  *
00047  * @section Reference
00048  *
00049  * @bug The @c @b sed(1) string recommended in the Doxygen narrative
00050  *      needs fixing.  It is reported here verbatim, but it is possible
00051  *      that the number of backslash characters is not correct.
00052  *
00053  */ /* 
00054  * (Use  #! and #/ with dox_filter.sh to fool Doxygen into
00055  * parsing this non-source text file for the documentation set.
00056  * Use the above open comment to force termination of parsing
00057  * since it is not a Doxygen-style 'C' comment.)
00058  *
00059  *
00060  *##################################################################
00061  *
00062  * Run recommended SVN command (buggy, needs fixing)
00063  *
00064  *
00065  * EOF
00066 

Generated on Fri Sep 30 18:59:36 2005 by  doxygen 1.4.4