Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
32 views

Something like gitolite for Bazaar?

I'm setting up a project where we will be using Bazaar for source code control. Is there any good bazaar server/user-management software out there, like gitolite for git or visualsvn for subversion?
0
votes
1answer
49 views

Development server for version control, wiki, and continuous-integration

I'm familiar with the typical development server stack: SVN Trac Jenkins/Hudson Now I'm looking for something that can handle distributed version control (I'm leaning towards Mercurial). Of ...
2
votes
1answer
123 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
60 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 ...
1
vote
3answers
309 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
204 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
228 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
49 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
439 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 ...
1
vote
1answer
317 views

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 ...
0
votes
3answers
932 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
71 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
163 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
691 views

How to generate build no with SVN revision no & Maven buildNumber plugin

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
605 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 ...
6
votes
11answers
990 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?