When committing code to subversion, the changes only appear after going to tools -> code -> refresh repository.
Discussion
-
Rui Ferreira
2013-11-05Hi
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
2013-11-06Hi,
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
2013-11-19- labels: svn -->
- status: open --> accepted
-
Rui Ferreira
2013-11-19Confirmed.
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
2013-11-19All repositories should be fixed now, let me know if the problem persists.
-
Rui Ferreira
2013-11-20Should be fully fixed now.
-
Rui Ferreira
2013-11-20- status: accepted --> closed
- milestone: 1.0 --> 1.1