The scm tag has no wiki summary.
0
votes
0answers
57 views
Configuring virtual-hosts (headers) for SCM manager on IIS 7
I am using SCM manager for subversion. I have already installed it and had it running fine on a LAMP setup, however, the production version is going on IIS.
The entire application is in a series of ...
1
vote
0answers
72 views
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 ...
3
votes
1answer
250 views
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 ...
3
votes
1answer
72 views
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 ...
2
votes
3answers
650 views
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 ...
1
vote
1answer
353 views
How to host a fossil repository with lighttpd?
I have a fossil project and want to host it in a server of mine. I'm using lighttpd to serve the git interface for some other projects so using apache or nginx is out of the question.
I have ...
0
votes
0answers
438 views
Merging Two Git Repositories with branches
I realize there's a Stack Overflow question: http://stackoverflow.com/questions/277029/combining-multiple-git-repositories
But I haven't found git-stitch-repo to be quite the tool I'm looking for.
I ...
0
votes
3answers
76 views
Script Repository Software
To help support our clients and make our jobs easier, our support team creates and maintains a number of small (often < 50 line) proprietary scripts in a number of different languages to simplify ...
0
votes
1answer
896 views
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 ...
2
votes
1answer
675 views
Git multi-master, is it possible? [closed]
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 ...
0
votes
3answers
2k views
Git init - .git: Permission Denied
I am trying to initiate git on my remote server using ssh. When I run
git init
On the server in a folder I have write permissions to I get the following error.
.git: Permission denied
Do I need ...
1
vote
1answer
87 views
Are there any good references coparing Software Development CM best practices to IT CM best practices?
I have spent my career on the software development side of things and in the latter part have become more and more involved in the realm of Software Configuration Management. Now I am moving into an ...
1
vote
4answers
215 views
RAID for a SCM server
I need to buy/build a server to host our Subversion repository (FYI: I am a dev/not an IT guy). Obviously this is mission critical, and needs to have high network and disk i/o performance. Our ...
0
votes
1answer
1k views
How to generate build no with SVN revision no & Maven buildNumber plugin [closed]
I am using mvn buildNumber plugin to generate build no with latest svn revision no. But, our version is not resolve to ${buildNumber} in the duration of installing in .m2 local reposotry.
here is ...
3
votes
3answers
861 views
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 ...
7
votes
11answers
1k views
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?