Questions tagged [revision-control]

17 questions
4
votes
1 answer

Is it worth it to do revision control/puppet/etc. on a single-server-setup?

After reading What solutions exist to allow the use of revision control for server configuration files?, I decided to install etckeeper on my server. However, it's a one-server setup, so I only have one physical machine and no load balancer, etc.…
strugee
  • 901
  • 10
  • 25
4
votes
1 answer

Cobbler version control?

I'm using Cobbler to configure PXE boot for host installation. What are the cobbler components I should keep under version control so that I can review the specifics of a host installation? Changes to snippets, kickstart files, profiles,…
4
votes
3 answers

versioning system with less duplication of data

We have a homegrown config management system and we'd like to add config file versioning to it in a simple way. My first thought was svn (or similiar), but I'm concerned with creating a repo in one location, just to check it out in another location…
Kyle Smith
  • 9,563
  • 1
  • 30
  • 32
3
votes
3 answers

How can I version control server configuration files that are changed at application runtime, using git or another VCS?

I'm running a Minecraft server (craftbukkit) and I have several other admins who want access to modifying server configuration files. It is important that I track all their changes, so naturally, git seems like a good choice. Please note that this…
3
votes
2 answers

Gnome Registry (~/.gconf) and Revision Control

I keep most of my home directory's dot files under revision control, so that I can easily move changes between any of the five or so desktop machines and dozens of servers that I use. Unfortunately, my ~/.gconf directory is a bit of a pain when it…
cjs
  • 1,355
  • 1
  • 12
  • 23
2
votes
3 answers

Git master repository on central server?

currently i am working with subversion and trying to switch to git as an RCS. Maybe i don't understood the principle of git correct, but there is one big question: Does git need some kind of server component which is responsible for holding the so…
Alexander
  • 225
  • 3
  • 9
2
votes
3 answers

Revision control of sensitive configuration files

Consider a file with user-read-only permissions, for example ... -r--------+ admin secrets.txt How can such a file be put under revision control, so that its contents remain secret, even from the revision control administrator?
Thomas L Holaday
  • 1,253
  • 4
  • 16
  • 19
2
votes
0 answers

Does there exist a solution for full filesystem revision control where the revision db/repository is remote?

Question: Is there a good solution out there for revision control on an entire file system? This includes the question "would any of the typical revision control systems out there work for this (git, svn, bzr, etc.)?" Use case: We have filesystem…
Catskul
  • 1,839
  • 4
  • 20
  • 23
2
votes
3 answers

Tracking changes to firewall configs?

Myself and one other indivdual will be taking over some of the daily firewall management duties soon and I'm looking for a way to track changes on our firewall configurations for auditing purposes and need some ideas on a good way to track changes…
jmreicha
  • 791
  • 1
  • 16
  • 29
2
votes
1 answer

CVS: see log of last n commits

How can I see a list of the last n commits to a CVS repository? Thanks!
Frank Brenner
  • 175
  • 5
  • 11
1
vote
8 answers

Versioned storage for large files (PSDs, FLVs etc)

We're currently scouting for solutions to a versioning/storage problem for large creative works. The designers themselves seem to want SVN, but this seems like an inappropriate mechanism. Files are expected to be in the 10mb-200mb range, they will…
Ehtyar
  • 802
  • 6
  • 13
1
vote
2 answers

How to setup Secure SemiPublic Revision Control System

I have a windows server with a project configured with a revision control system. Suppose it's GIT or SVN or .... Suppose there are 10 people around the globe working on this project. The first thing that comes in to mind is to secure the…
user24912
  • 237
  • 1
  • 4
  • 9
0
votes
1 answer

Subversion: Wrong global-ignores / can't see mime-types

I'm currently testing Subversion on a Server. As you can see in my config file below, I did following edits: A: I added global ignores: global-ignores = *thumb.db *.tmp B: I enabled auto-props and added some extensions to be set as a specific…
Heediy
  • 3
  • 2
0
votes
1 answer

Implementation of Updates on Apache Server / TOMCAT

I'm in the process of designing a high level revision control system that is going to update users when an update is available for various software on our systems. But i need more of a low level understanding of how updates are implemented by Apache…
user127500
0
votes
1 answer

VCS System that preserves Unix file permissions?

I'm looking for a simple revision control system for server configs. Something like works like git, but preserves Unix file permissions. And is NOT RCS. Any tips? Thanks!
Frank Brenner
  • 175
  • 5
  • 11
1
2