Backlog
closed
nobody
None
2014-03-12
2013-11-05
Nuno Martins
No
0 up votes | 0 down votes | 0%
6 comments

When committing code to subversion, the changes only appear after going to tools -> code -> refresh repository.

Discussion

  • Rui Ferreira
    Rui Ferreira
    2013-11-05

    Hi

    The refresh should be automatic, but it may take some time to complete - specially when importing large repositories.

    I'll have a look at it. Can you tell which repository you were using?

     
  • Nuno Martins
    Nuno Martins
    2013-11-06

    Hi,
    Sure, the repository is
    https://opensourceprojects.eu/svn/p/uloop/code/trunk.

    Yes, it may take a while, I gave it a few hours to refresh, but it only refreshed the data only when I pressed the refresh repository in tools.

     
  • Rui Ferreira
    Rui Ferreira
    2013-11-19

    • labels: svn -->
    • status: open --> accepted
     
  • Rui Ferreira
    Rui Ferreira
    2013-11-19

    Confirmed.

    This seems to be an issue with the post-receive hooks in both git and svn.

    The hooks are invoking curl to trigger a refresh, but fail because curl does not follow HTTP redirects by default. The redirect happens because the URL path is built with a double slash at the start.

    What has been done so far is:
    - Fixed the issue, all new repositories should refresh properly
    - Pushed an issue report upstream - https://sourceforge.net/p/allura/tickets/6894/

    Existing repositories are not fixed yet. But will be fixed in the next hours, at which point I will close this issue report.

     
  • Rui Ferreira
    Rui Ferreira
    2013-11-19

    All repositories should be fixed now, let me know if the problem persists.

     
  • Rui Ferreira
    Rui Ferreira
    2013-11-20

    Should be fully fixed now.

     
  • Rui Ferreira
    Rui Ferreira
    2013-11-20

    • status: accepted --> closed
    • milestone: 1.0 --> 1.1