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

Re: where is the missing versions

From: B Smith-Mannschott <bsmith.occs_at_gmail.com>
Date: Sun, 10 Apr 2011 21:37:43 +0200

On Sun, Apr 10, 2011 at 19:28, Gu Shiyuan <gshy2014_at_gmail.com> wrote:
> Hi,
>    svn log gives me a list of the history, but I notice that some versions
> are skipped. In the list, r44 is followed by r49 while r45-r48 is missing.
> How can I find out those versions? I remember I made some important comments
> when I commited those versions, but I don't not why they are gone. Thanks.
>

http://svnbook.red-bean.com/en/1.5/svn.forcvs.revnums.html

Revision numbers are not per-file in subversion. They apply to the
whole repository. If the svn log of some particular file or directory
is not showing an entry for r5, that just means that that file or
subtree of the repository was not changed in that revision.

// Ben
Received on 2011-04-10 21:38:14 CEST

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.