https://sourceforge.net/apps/trac/sourceforge/ticket/25103
Importing SVN repos doesn't seem to be working, I tried importing a repo via the svn import tool, it displayed a notice saying it was importing, but the import didn't happen (code browser doesn't show "importing" like it used to).
bump
We should put logic in place to send an email to the original user, when an import completes (either successfully or with an error).
Error is:
Succeed/fail email is on allura js/4015. To test, create a new project with an svn repo. Try to clone http://projects.cs.kent.ac.uk/projects/co620_occblocks/svn/OccBlocks/ and you will get error emails (one sent to the user and one sent sf engr). Now clone an svn repo that works like https://easyitsp.svn.sourceforge.net/svnroot/easyitsp/ and you will get a success email. This is branched off [#4100] since there is related code in there waiting on related code in [#3679].
Related
Tickets:
#4100I don't think we should send the stack trace to the end user. Also, this doesn't address the actual error; seems like the story is intended to cover actually fixing the import?
I removed the traceback and prevented breakage around commits that are missing data. If you go to the commit you will see --none-- in some places and not be able to see what files were changed, but at least there aren't any errors. In this repo, only commit 2 and 3 seem to be affected.
Merged