Questions tagged [scm]

20 questions
10
votes
1 answer

What is the start order of services in Windows server

I have a Windows Service which is working fine in most of the servers. But in one server, I see that it starts before the network services are started. This is causing the services to hang and as a result OS is not booting up. It also gets stuck.…
AnOldSoul
  • 389
  • 1
  • 3
  • 8
8
votes
11 answers

Git and Mercurial

I would like to know: What's the difference between Git and Mercurial? What are the pros and cons of using them? How good is the Windows support for both tools?
Michael Ellick Ang
  • 1,839
  • 3
  • 13
  • 15
4
votes
1 answer

How can i check software version with Ansible?

I have three linux servers and i created the ansible inventory file: [web] 192.168.0.155 192.168.0.165 192.168.0.175 And i have playbook.yml: --- - hosts: web tasks: - name: Check drinks versions shell: "python3.4 {{ item.sw_path }} -v" …
4
votes
1 answer

Git multi-master, is it possible?

Is it possible to set a dual master GIT repositories? I would like to set up two different servers which I could push and commit to and changes on any of them would be propagated to the other. I've googled for it, but the most similar solution I've…
scetoaux
  • 1,269
  • 2
  • 12
  • 25
3
votes
3 answers

How to upload project with Mercurial on Google Code?

I have create a local directory, and made some sub-directories and file in it. registered by project on code.google.com/hosting install Mercurial and did hg init copied the auto-generated password from Google, still don't know for what. Now how…
Vivek Sharma
  • 465
  • 2
  • 5
  • 14
3
votes
1 answer

Which tool to use for managing GPOs: AGPM or SCM?

I am investigating the different solutions available to manage GPOs. I see that Microsoft proposes two tools, which are AGPM (Advanced Group Policy Management), part of the Desktop Optimization Pack and SCM (Security Compliance Manager). I see…
dSebastien
  • 133
  • 9
3
votes
1 answer

How I can tell if a right is being removed by a remote Group Policy?

I need to know how I can tell if a right is being removed by a Group Policy. The right in question is SC_MANAGER_ENUMERATE_SERVICE and is preventing code from opening the Service Control Manager on a remote machine. The application with…
James
  • 33
  • 2
2
votes
3 answers

Azure app service Kudu add MySql to PATH

I am trying to set up Drush9 for Drupal8. I was able to get my site up and running using the site extensions to install composer and the Drupal installer, but now there is a Drupal update and I want to be able to perform the update through the Azure…
Jake
  • 205
  • 1
  • 9
2
votes
1 answer

SCM Manager - creating new repository groups

We're using SCM Manager as a web front end to Mercurial. All our repositories are grouped into "main" but looking at this screenshot from the website: I see that it's possible to have other groups. I've done a bit of Googling but can't find…
Ian Fairman
  • 141
  • 5
2
votes
1 answer

Add new dependency to a Windows Service that already has dependencies

I want to add via Batch script a new service-dependency to an existing service with old dependencies, without deleting these dependencies. I know the command sc config ServiceA depend= ServiceB/ServiceC/ServiceD can add multiple dependencies, but I…
Reflection
  • 123
  • 1
  • 4
2
votes
3 answers

Automated FileSystem Versioning on(Linux) Server

So, basically, I'm looking for linux software to monitor a folder (and it's subfolders) for any changes and apply some form of versioning (that is, keep a "database", or whatever, from where I can restore files). The reason why this can't be done…
Christian
  • 462
  • 5
  • 22
2
votes
1 answer

bash: svnserve: command not found

I'm attempting to setup an svn server. It's working on the server fine but when I attempt to access it externally via svn list --verbose svn+ssh://name@domain.com/home/user/repo/svn/project I get the following error... bash: svnserve: command not…
Ulkmun
  • 265
  • 1
  • 3
  • 9
1
vote
0 answers

SCM Manager's scm-server service start bind error

I perform: # service scm-server start SCM-Server will now be started # service scm-server status SCM-Server is running PID: 2166 PID: 2167 After a few seconds: # service scm-server status SCM-Server is not…
Gerold Broser
  • 148
  • 1
  • 8
1
vote
1 answer

Azure Use Auto-Deployment from Bitbucket and My Local Git Concurrently?

it is possible that an Azure website even after being configured to use Bitbucket for automated deployment, can still accept updated triggered manually if it previously had a git (SCM) repository exposed? Am asking because of late, much as I hadn't…
JWL
  • 185
  • 1
  • 2
  • 8
1
vote
0 answers

Manage Multiple Local Group Policy objects (GPO) with Microsoft Security Compliance Manager (SCM)?

Is it possible to manage Multiple Local Group Policy objects (LGPO) with Microsoft Security Compliance Manager (SCM)? Specifically, I want to create different a LGPO for non-administrators. These are for laptops not on the domain. I'm open to…
tgiphil
  • 111
  • 2
1
2