Re: [PATCH] contrib/client-side/asvn: only check files, that are part of the subversion repository
From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 6 May 2010 16:06:19 +0200
On Thu, May 06, 2010 at 03:16:38PM +0200, Jörg Steffens wrote:
> Index: contrib/client-side/asvn
'if [ x ]; then' is not consistent with the rest of the file.
if [ x ]
> + # $file is not handled by svn, skipping
Let's zap the above comment,
> + echo "skipping property $FILE_PROP for $dir/$file"
and change this messsage to:
$dir/$file has no $FILE_PROP property or is unversioned; skipping
Then I'd be happy to commit this.
Thanks,
> + elif [ "$FILE_PROP_VALUE" != "$info" ]
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.