Prabhu Gnana Sundar wrote on Wed, Jan 05, 2011 at 17:12:46 +0530: > Hi all, > > Currently svnadmin, svnlook, svnsync, svndumpfilter, svnversion, > svnserve show the entire version information even if '--version --quiet' > is given as command. > > The '--quiet' option has *not* been handled so far. > > This patch would make svnadmin, svnlook, svnsync, svndumpfilter, > svnversion, svnserve '--version --quiet' to display *only* the version > number(info) just like 'svn --version --quiet' does. >
Heh. This is one of the things I looked into, back before I was formally involved with the project... (as patch manager and later a committer) But I never sent in a patch for this, because I reckoned that a patch that just adds a --quiet option everywhere (and uses it just for --version --quiet) would serve more as a 'practice for Daniel in sending patches' and less as 'a patch that Subversion needs'. So I looked for more 'real' patches (eg, copy_tests 48) to work on. Not to say that this patch is unnecessary (maybe you have a usecase wherein it's required), but if you're looking to cut your teeth, I can suggest a few more challening things to work on. :-) > I have attached the patch and the log message with this mail. Please > give your views on this. > > > Thanks and regards > Prabhu