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
3
votes
2 answers

Git unpack error on push to SCM Manager

Several of our repositories have recently started throwing unpack errors on push: Counting objects: 3, done. Delta compression using up to 2 threads. Compressing…
Daan
  • 484
  • 4
  • 13
3
votes
0 answers

Cannot push (Missing delta base)

We have our internal git repos managed with scm-manager. About 3 weeks ago we moved offices and the server became offline until last friday. Now I cannot push my local changes back to the server. The first thing I had to do was change the config…
Kempeth
  • 1,856
  • 2
  • 22
  • 37
3
votes
1 answer

Tortoise Hg not detecting users created in SCM Manager (Mercurial)

I am a newbie to mercurial and SCM Manager. I installed SCM manger 1.20 for managing Mercurial repositories (OS - Windows 7) . I am using tortoise Hg at the client side .I am able to create users, repositories, groups and can give permissions to…
2
votes
1 answer

authentication failures with external users

I am trying to have SCM Manager accept users from my organization so they can log in using their Windows username and password. I have installed the LDAP plugin, but it still doesn't recognize my own windows username and password from my…
MaxYarmolinsky
  • 1,117
  • 1
  • 10
  • 16
2
votes
1 answer

How to limit interactions in a remote git repo?

I have a git repo and I want kinda 'lock' it for a while so no one can use (clone/pull/push etc.) it. But I don't want to delete it. How do I do it?
IKo
  • 4,998
  • 8
  • 34
  • 54
2
votes
1 answer

SCM-manager CLI to set branch write protection

I have downloaded SCM-manager-CLI I need to set the branch write protection for GIT repository in SCM-manager through CLI I have set the same through web-app I need to do that through CLI as a part of Automation How to do that?
soundararajan.c
  • 2,538
  • 6
  • 29
  • 51
2
votes
1 answer

SCM Manager (new) user types

Morning SO, This may be a really silly question - but I have recently inherited the caretaker role for SCM and have to try to cheat my way through. I can add new users to SCM, but my team and I are all of type "ActiveDirectory" whilst new users all…
else
  • 872
  • 6
  • 15
2
votes
1 answer

SCM-Manager: importing own repositories

I have installed SCM-Manager v1.32 and now I want to import my old subversion repositories I created with Tortoise. I looked around the documentation and did not found where to upload the repository files. Any suggestions to that?
SaDoS
  • 93
  • 2
  • 5
2
votes
2 answers

Installing SCM Manager (Mercurial admin web frontend) in windows

I successfully installed mercurial on Windows7 (IIS 7.5) and I got the default UI (default Mercurial admin web frontend). But there is no way to add repositories, users or setting permission through this UI. After some research I came to know about…
Arjun
  • 141
  • 2
  • 7
1
vote
1 answer

scm-manager subversion checkout results in E175009: The XML response contains invalid XML for imported repository

I am sorry to open up such a topic again, but I haven't found any solved occurences. Problem: I am running latest SCM-Manager 2.20.0 in docker on a vServer (no smb shares etc). I got a multiple Gigabytes sized svn dump and created a subversion…
Marco
  • 21
  • 2
1
vote
1 answer

Can I convert an existing user in SCM-Manager to a different type?

I'm in the process of migrating an existing installation of SCM-Manager 1.60 to 2.x. On the 1.60 the users were authenticated with the Atlassian Crowd plugin, which seems to not exist anymore in 2.x. Hence I configured the 2.x server to authenticate…
Gerald Schneider
  • 17,416
  • 9
  • 60
  • 78
1
vote
1 answer

Hide branch for scm user group

I am looking for a solution with our svn repo. We have the issue, that we collaborate with a second party on a certain svn project. So, now we don't want, that they have access to all the branches. Imagine the…
Martin
  • 594
  • 1
  • 8
  • 32
1
vote
2 answers

Git force push failed

I am trying to hard reset the master branch, so it mirrors the current state of our ‘develop’ branch. We do not care for any old commits on master and want to rewrite it’s history. I should note, that we are using a self-hosted Git server called…
Jonas_Hess
  • 1,874
  • 1
  • 22
  • 32
1
vote
1 answer

Deliver component from 1 stream to another using scm

I need to deliver selected component from Stream 'A' to Stream 'B' through RTC scm commands. Could anyone suggest the combination of scm cmd required to deliver these changes. I have performed this task using build definition. Please answer…
Ravi Yadav
  • 63
  • 3
1
vote
1 answer

migrate scm-manager- svn repo to git repo's branch

I'm using scm-manager; In that i'm using SVN and git. I need to migrate a SVN repository to a git repository's branch. Example : SVN repository name: test-3.2 Git repository name : test-3.0 In this git-test-3.0, i need a branch as test-3.2. under…
soundararajan.c
  • 2,538
  • 6
  • 29
  • 51
1
2 3