Posts by Stig Brautaset

    Avatar

    Stig Brautaset

    12 months ago

    Topic: Moving an enlistment deletes entire history

    Would that be the same bug that affects my project? It was moved within its Subversion repository, causing Ohloh not to see its entire history. It only sees the commits that happened to it after the move, thus ignores all but the last 31 commits.

    % svn log svn://svn.brautaset.org/ggtl/trunk | awk '/^r[0-9]+/ {cnt++} END{print cnt}' 359