Opened 13 years ago

Closed 13 years ago

#435 closed defect (fixed)

unexpected string in svn_revision

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: trivial Milestone: svndigest 0.7.2
Component: build Version: 0.7.1
Keywords: Cc:

Description

In tarball svndigest 0.7.1 the source code for in subversion_info.cc contains:

 std::string svn_revision(void)
        {
                return "r933:935";
        }

while I expected r935 and would prefer r936 which is revision of tag 0.7.1. The string is only used in dev builds so the string is never visible in a svndigest binary built from a tarball.

Change History (2)

comment:1 Changed 13 years ago by Peter Johansson

Milestone: svndigest 0.x+svndigest 0.7.2
Status: newassigned

comment:2 Changed 13 years ago by Peter Johansson

Resolution: fixed
Status: assignedclosed

(In [997]) fixes #435 - new check in 'make release' checking that wc is pristine and in non-mixed revision

Note: See TracTickets for help on using tickets.