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
1
vote
0 answers

SCM-Server and Apache mod_proxy

I try to hide the SCM-Manager behind Apache 2.4. The Apache is listening on http://192.168.2.102 and the SCM is listening on http://192.168.2.102:8080 Following this description I am able to access the management interface of SCM server through…
1
vote
1 answer

Can SCM-Manager prefill my newly created repositories with a template?

Many of my projects have the same directory structure. When creating a new project I would like to have that structure set up right away. My projects are managed by SCM-Manager. Is there a way to have SCM-Manager create my directory structure from a…
Chris
  • 6,914
  • 5
  • 54
  • 80
1
vote
1 answer

Can't push to git through SCM Manager

I've got Git running on a Windows server, and want to sync back to it from my OSX laptop. There seems to be two viable options for this: SSH (which seems to be hackish at best for Windows) Smart HTTP I've opted for the Smart HTTP option and set up…
SpoonNZ
  • 3,780
  • 1
  • 20
  • 25
0
votes
0 answers

Unable to clone repository from SCM server

I created an SCM sever on one of my workstations and now I want to be able to clone repositories from this server on to my other workstations also connected to the same network, and eventually commit and push changes to the origin. Problem is, when…
0
votes
1 answer

Creating our own Git server

I'm trying to build versioning system using jgit api for all git operation. Need suggestions to create git server/ any software that is compatible with jgit api for creating remote repository , We cant use github the reason i am building platform…
Akhilesh Pandey
  • 855
  • 5
  • 10
0
votes
1 answer

SCCM Powershell edit TaskSequence settings using Set-CMTaskSequence

Trying to change what OS my TS supports in order to hide/show it in Software Center. Importing ConfigurationManager.psd1 module and according to documentation for Set-CMTaskSequence I should be able to specify which OS that should be supported: If…
0
votes
1 answer

SCM Manager returning 404 error when I try to restart scm from console

Goodevening Stackoverflow, Today I upgraded scm from version 1.60 to 2.30 only that it returns a 404 error from Google console (the browser just keeps loading until the request times out). running journalctl -u scm-server returning the following…
user8022364
0
votes
1 answer

scmmanager - how can I modify the name of a namespace?

In scm Manager I would like to change the name of a namespace that contains svn code repositories.
user561638
  • 1,299
  • 3
  • 15
  • 26
0
votes
1 answer

Is there any way to set SVN path read permissions on Scm-Manager

I had been using VisualSvn Server for a long time. I was able to set user access read/write permissions for each folder of the repo with VSS. I couldn't find a way to do that on SCM-Manager. There is a Path Write Protection plugin, but I think it is…
y agabey
  • 23
  • 4
0
votes
1 answer

SCM-Manager where is the application

I am trying to understand how scm-manager (i'm running 1.60) works. I work on a local network of many computers. I can connect to http//localhost:8080/scm from within the computer that has scm-manager Or i can replace local host with the name of…
MaxYarmolinsky
  • 1,117
  • 1
  • 10
  • 16
0
votes
1 answer

Cannot install plugins via API

I am trying to install scm-activity-plugin & scm-webhook-plugin via API and is not working. I try all possible options without success: curl -k -s -u "user:pass" -X POST "https://my_custom_address/scm/api/rest/plugins/install/scm-activity-plugin/"…
0
votes
1 answer

Commits UI returns replacements.flatMap error

Browsing commits in the web UI at /scm/repo/namspace/repo_name/code/branch/default/changesets returns replacements.flatMap is not a function, see image: SCM error I traced this to scm-ui\ui-components\src\repos\changesets\ChangesetDescription.tsx in…
0
votes
1 answer

Mercurial plugin not available?

After install new version(2.0.0) of scm-manager I saw only 2 version control Git and subversion in the combobox when I create new repository. in the old version (1.6) I can set the Mercurial via setting but now I can't see any setting about…
Naim M
  • 11
  • 3
0
votes
0 answers

scm-manager Windows service on server 2012

Tried many option but service starts but webserver not responding, if I launch manually it works. Moved .scm dir into localsystem home, nothing changed, any idea? Thanks
0
votes
1 answer

Maximum size of dump file

Recently I try to import repository with dump file. The file size was something about 4GB and it doesn't want to work, file was rejected. I think file was ok so I have a question that I can't find answers in documentation. If I import dump file to…
Werdon
  • 1