43 questions
0
votes
0
answers
334
views
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 ...
0
votes
1
answer
733
views
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 ...
1
vote
1
answer
474
views
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.
0
votes
1
answer
202
views
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 ...
0
votes
1
answer
308
views
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
...
1
vote
1
answer
163
views
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. ...
0
votes
1
answer
409
views
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 ...
0
votes
1
answer
183
views
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 ...
1
vote
1
answer
53
views
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.
...
1
vote
1
answer
512
views
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 ...
1
vote
1
answer
4k
views
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, ...
0
votes
2
answers
966
views
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
...
1
vote
1
answer
470
views
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 ...
0
votes
1
answer
152
views
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 ...
0
votes
2
answers
678
views
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.
1
vote
0
answers
374
views
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 ...
0
votes
2
answers
2k
views
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-...
0
votes
1
answer
854
views
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 ...
1
vote
1
answer
161
views
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 ...
2
votes
1
answer
6k
views
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 ...
1
vote
1
answer
3k
views
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
...
2
votes
2
answers
5k
views
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 ...