Questions tagged [scmmanager]

SCM-Manager is a easy to handle webapp designed to share and manage your Git, Mercurial and Subversion repositories over http.

SCM-Manager is a simple webapp designed to share and manage your Git, Mercurial and Subversion repositories over http.

The main features are

  • Very easy installation
  • No need to hack configuration files, SCM-Manager is completely configurable from its Web-Interface
  • No Apache and no database installation is required
  • Central user, group and permission management
  • Out of the box support for Git, Mercurial and Subversion
  • Full RESTFul Web Service API (JSON and XML)
  • Rich User Interface
  • Simple Plugin API
  • Useful plugins available (e.g. LDAP-, ActiveDirectory-, PAM-Authentication)
  • Licensed under the BSD-License
43 questions
0
votes
1 answer

Scm-manager Export/Backup

I installed scm-manager on CentOS-7 and import repositories via web browser (previous exported with svnadmin dump). How can I export/backup repositories via commandline? Can't find svn/svnadmin command.
0
votes
1 answer

How can I get scm manager running in a docker container to use an existing directory on the host system for configuration and repos

When I start scm manager via docker: docker run sdorra/scm-manager How do I get scm manager to retrieve/store its configuration data and repositories from/to an existing directory on the main filesystem?
decuser
  • 238
  • 5
  • 20
0
votes
2 answers

Cant run scm-server 2

I've downloaded scm-server 2 from Jenkins to run on my dedicated source code server. Unfortunately it won't start for some reason. It works on my desktop computer so probably there is just a package missing. Using Ubuntu 18.04 with apache2 and…
Klarre
  • 107
  • 9
0
votes
1 answer

SCM-manager RESTFul Web Service API to calculate ahead/behind metrics

I know the meaning of github Ahead/Behind metrics, but I am wondering if it is possible to do the calculation myself, based on te RESTFul Web Service API that SCM-manager is providing? SCM-Manager is an easy way of sharing your Git, Mercurial and…
0
votes
2 answers

Block git force push for all branches

I m using SCM-Manager(GIT). I wish to block the force push option in a repository named "git_playground" for all branches in the remote I'm not sure where the below config to set in the git server receive.denyNonFastForwards true I have tried to…
soundararajan.c
  • 2,538
  • 6
  • 29
  • 51
0
votes
1 answer

Start build from any branch by webhook from scmmanager

Task: Jenkins must start build process from the branch (with any name) into which the changes were pushed by push-event hook. I have a web interface of scm-manager (hg mercurial) and a web interface of Jenkins. I watched at form for hooks and I do…
0
votes
1 answer

SCM-Manager for SVN + Nginx + HTTPS

I would like to setup SCM-Manager over HTTPS. I have made an installation on a Debian. I use SCM-Manager with a local IP and over HTTP. Nginx is the proxy and transform the request into HTTPS. proxy_pass http://127.0.0.1:8080; proxy_redirect…
Acti67
  • 577
  • 4
  • 11
0
votes
2 answers

How to commit using Scm-Manager web interface

I have configured scm-manager, and able to create a new SVN repository in it. But there is no option for importing data into it. I would appreciate you, if you could help on this.
Anand S V
  • 23
  • 6
0
votes
2 answers

How do I trigger a build in Jenkins, with Git push to SCM-manager, when Jenkins does not allow anonymous user?

Our buildserver at work is a Windows server 2012 r2. We have Jenkins installed as a Windows service on localhost:8081. We have Scm-Manager installed as a service on localhost:8082. (https://www.scm-manager.org/) We use Git as our version…
madbys
  • 31
  • 10
0
votes
2 answers

Migrate a svn repository to a git repository in scm-manager

I have installed scm-manager 1.45 as a service on my windows server 2012 r2. I have a subversion repository dump file. I managed to import that to a subversion repo in scm-manager. But I would really want to migrate that to a git repository instead,…
madbys
  • 31
  • 10
0
votes
1 answer

SCM Manager broken after updating: HTTP error 503 Service unavailable

I have problem in scm manager, when I try to enter localhost:8080 I get the following error: HTTP ERROR: 503 Problem accessing /scm/. Reason: service unavailable powered by jetty:// I am new to scm server, I do not understand the error.
0
votes
1 answer

Displaying images file as image by default in SCM-Manager

just trying scm-manager as a git server and after some test I find it very great. But, I got my images file not display by default in the web-interface. Thought it would be very very nice to have it displayed correctly as image. Is this need a…
mbeok
  • 29
  • 1
  • 9
0
votes
1 answer

Git with SCM Manager

I have a problem with users managment in SCM Manager, when I add users in repository permessions and I go to make clone, push or pull, the only valid password is "scmadmin" (the admin password !), I need your help and also totorials about git with…
Ah Akarkaou
  • 1
  • 1
  • 3
1 2
3