This is an automated email from the git hooks/post-receive script. New change to branch feature/GIT in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from 5e5c2c8 Now using an interface instead of the abstract class for the SCMs (ScmConnection) and the local Git repositories are stored in a folder which the name is a hash of their URL new bf83c20 The user can now choose which SCM to use. An automatic detection based on the repository's address helps the user to make the choice. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit bf83c20f2d1ec5edf6b6c0724114d8d5649926e3 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Apr 24 14:52:09 2015 +0200 The user can now choose which SCM to use. An automatic detection based on the repository's address helps the user to make the choice. Summary of changes: .../nuiton/scmwebeditor/ScmConnectionFactory.java | 39 +++++++++++------- .../nuiton/scmwebeditor/ScmNotFoundException.java | 11 ++++++ .../scmwebeditor/ScmWebEditorBaseAction.java | 6 +++ .../nuiton/scmwebeditor/actions/LogoutAction.java | 15 ++++--- .../nuiton/scmwebeditor/actions/ResetAction.java | 16 +++++--- .../actions/ScmWebEditorCommitAction.java | 10 ++++- .../actions/ScmWebEditorMainAction.java | 10 ++++- .../nuiton/scmwebeditor/actions/SearchAction.java | 46 ++++++++++++++++------ .../nuiton/scmwebeditor/actions/UploadAction.java | 15 ++++--- .../resources/i18n/scmwebeditor_en_GB.properties | 1 + .../resources/i18n/scmwebeditor_fr_FR.properties | 1 + src/main/webapp/WEB-INF/content/logout.jsp | 6 +-- .../webapp/WEB-INF/content/modificationViewer.jsp | 7 ++-- src/main/webapp/WEB-INF/content/outConnection.jsp | 11 ++++++ .../webapp/WEB-INF/content/privateSvnRedirect.jsp | 2 + src/main/webapp/WEB-INF/content/search.jsp | 7 ++-- src/main/webapp/js/branches.js | 8 ++-- src/main/webapp/js/scmDetector.js | 9 +++++ 18 files changed, 161 insertions(+), 59 deletions(-) create mode 100644 src/main/java/org/nuiton/scmwebeditor/ScmNotFoundException.java create mode 100644 src/main/webapp/js/scmDetector.js -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.