On Tue, Jan 15, 2013 at 5:13 AM, Ajay Pawar <ajay.pa...@kpitcummins.com> wrote: > That’s the same thing I want to know ? > As I am admin for the server, users are asking me for this revision number > information.
You could try what I'd do: put a ticket in the local bug tracking system, mark it as "I don't know yet, let me look", and take a look at what you've been doing with that repository. For example, did you or a predecessor ever do this to clean up some extraneous and bulky items, or to migrate from an old project to a new repository? svnadmin dump $SRCREPO | \ svndumpfilter exclude [directory to exlude] | \ svnadmin load $TARGETREPO That might explain the empty revisions, since by default svnadmin and svndumpfilter would not renumber the commits.