Re: svn --version should give: 0.15.0 (build <revision>)
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-11-26 21:54:27 CET
cmpilato@collab.net writes:
Agree. I have mixed revision builds during development, but I'm
If writing a script to deduce this number, you may find the following
$ svn st -v | grep -v "^?" | cut -b 12-18 | uniq | wc -l
If that prints anything other than "1":
$ svn st -v | grep -v "^?" | cut -b 12-18 | uniq | wc -l
...then you have a mixed revision working copy.
-Karl
---------------------------------------------------------------------
|
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.