[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Tortoise SVn LOG issue

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Tue, 15 Jan 2013 07:52:32 -0500

On Tue, Jan 15, 2013 at 5:13 AM, Ajay Pawar <Ajay.Pawar_at_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.
Received on 2013-01-15 13:53:12 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.