General :: Which Version Control Should Use For Configuration Files

May 8, 2010

I want to store some of my configuration files (~/.emacs.d/, .Xdefaults, etc. linux $HOME stuff) in version control so I can easily sync them with my notebook/workplace and see my past changes and revert to them should the need arise.

So far it seems to me that there are quite some people using git for this and I think that I too want to use a distributed vcs for this (if only to get more used to them) but I can't say that I am very experienced with all things dvcs. I did use darcs and git briefly and so far I can say that I really like the way git handles branches, and I think the possibility to have different branches within the same directory is especially useful for my use case. Darcs on the other hand has cherry picking of patches, which too is quite the convenient feature when managing configuration files (at least I assume it is).

So, what would you recommend to use? And what would be your reasoning for your recommendation? What other vcs with nice feature that I haven't mentioned exist and would make a good vcs to store configuration files and why?

View 2 Replies


ADVERTISEMENT

General :: Git Version Control With Multiple Users?

Mar 30, 2010

I want to setup a git repository, three of four users will contribute, so they need to download the code and shall be able to upload their changes to the server or update their branch with the latest modifications.So, i setup a linux machine, install git, setup the repository, then add the users in order to enable the acces throught ssh.Now my question is, What's next?, the git documentation is a little bit confusing,i.e. when i try from a dummy user account to clone the repository i got:

xxx@xxx-desktop:~/Documentos/git/test$ git clone -v ssh://xxx@192.168.1.104/pub.git
Initialized empty Git repository in /home/xxx/Documentos/git/test/pub/.git/
xxx@192.168.1.104's password:

[code]....

View 3 Replies View Related

General :: How To Check Control-M Configuration

Mar 18, 2011

Can anyone tell me how to check control-M configuration

View 1 Replies View Related

General :: Control Gzip Compression Rates While Archiving Files With Tar?

Jun 4, 2011

I have a script which periodically backs up a directory using the command "tar -czvf [name] [directory]" but my problem is that the script has recently been putting a lot of stress on the server (Minecraft SMP) and tends to lag players as it backs up, which recently has been taking nearly 5 minutes.So I need to know if there's a way to control the GZip compression rate at the same time that it archives and backs up the files?I understand that I can first tar the files and then GZip them separately with a different compression rate afterwards, but this would not work because it names the files with the current server time, which sometimes changes in between commands.

View 1 Replies View Related

Fedora :: Recommendations For Version Control?

Apr 27, 2010

I am in need of recommendations what software to use to keep track of development files in my office. I wish to have a central server which holds the source code of our software. There will be two dev staff working concurrently on the same files. Also i need it to be accessible by Eclipse or any equivalent IDE software.

View 5 Replies View Related

Fedora :: Choosing A Version Control System

Sep 11, 2009

I want to set up a very simple version control system in my own computer, which only I will use. I want to use it mainly for latex files, not programming. I basically want to use it as a smart backup system and to keep track of past versions, but I don't need merging, patching, etc... My typical needs are the following:Work on a file many times and committ the changes every couple of days.Every now and then, try something new, and do it on a new branch. If it doesn't work, go back to the original one.

Take a look at a previous version (often a binary file, say a pdf or dvi file).I have used git so far, for no special reason, but I haven't been able to get comfortable with it, specially since it only handles text files efficiently (I think). My main issue is with point 3 above, I haven't found a way (maybe there's just no way) of pointing to a previous version of a file and opening it in an external program. Would CVS or SVN or any other version control system allow me to do this easily?

View 1 Replies View Related

Fedora :: Version Control Repository For Packages?

Nov 13, 2009

Where is the version control repository for source RPMs? When a package maintainer makes a change, he or she must commit the change somewhere. Where is that, and is it publicly viewable?

View 2 Replies View Related

Server :: CentOS 5.6 Patch Version Control?

Jul 21, 2011

I have this project at work. We are a MS Windows shop, and I am "supposed" to be the linux expert, which means, linux support, it's me. I have worked with linux maintaining PCs at home with different versions of linux since 1995, jumping from Slackware to Ubuntu.

Now, I have two CentOS 5.6 boxes, and I need to control the patching process. the boxes are hosting an application which we don't manage. So. one box in production, one box in development. The idea is that the box in development wil use yum in a standard way and download whatever patches are needed, and the application is tested. When the testing is done (this can take minutes, hours, or days) then the production box gets patched.
The problem is that I need to garantee that exactly the same patches are applied in development and in production.

the development box downloads the patches from the internet, but the production box gets it's patches from the development box, not the internet. I have played around with making local repos on the development box and samba, or rsync the /var/yum/cache, and to change the yum.repo.d CentOS-base.repo to force the prod to go to the dev box, without success.

View 2 Replies View Related

Software :: Looking For Web Based Version Control System

May 19, 2010

I'm looking for an open source web based version control system for our enterprise.To give you a quick picture of what we need I'll give you an example.

1.The customer send us some files for a new project (these will be the version 1.0)
2.We work on these files and make then available to the customer to let him verify that our changes are what he want. (These will be the version 2.0)
3.The customer accept.
4.We start the production.

View 2 Replies View Related

Programming :: SVN Add Folder - Svn - Warning: 'newfolder' Is Already Under Version Control

Feb 1, 2011

I have a new folder in my directory, called 'newfolder'

When I create a diff file there is no mention of this new folder in it.

When I do 'svn add newfolder' it says: svn: warning: 'newfolder' is already under version control.

How do I get my newfolder to be included in my diff file so that it is included when someone else patches my file in their own directory

View 1 Replies View Related

Ubuntu Multimedia :: 4870x2 Catalyst Driver \ Finding The Proper Configuration Of OS Version And Driver Version?

Apr 8, 2010

I've been searching for an hour or so and can't seem to find a concrete answer. My endgame is having Ubuntu successfully installed (either 9.10 or 10.04) with a fully working Ati 4870x2. I desperately need some help on finding the proper configuration of OS version and driver version. I installed 10.04 with the 10.3 driver package from ATI's site and it was a no go - I had nothing but problems.

I would like to have full 3d acceleration so I can play some games through Wine. This is a powerful card - I know ATI doesn't have a great reputation in the Linux world but I really hope there is a driver version I can install to get some good results.The rest of my specs are in my signature I need to install 64 bit Ubuntu to make use all of the system and video ram.

View 2 Replies View Related

Fedora :: Feature - Transparent Local Version Control System For Documents

Nov 13, 2009

I think a version control system should be integrated by default into the user's documents directory. Any time a file is saved, the app would check to see if there is another file by the same name, and if there is, make a hidden copy of the previous version with name such as ".filename.[datestamp]" . This would be similar to what gEdit already does, but at a broader level.

A more robust system would include controls for watching more directories. It would also show comparisons with previous versions of the document. Being file based, it wouldn't care if unneeded backup files are destroyed.

If file space is an issue, backup files would only contain the differences between the next and previous versions. This would mean, however, that back-up files would be useless if a few are irretrievable.

Obviously, users would be able to turn this app on or off, if they don't need/desire this feature.

View 7 Replies View Related

Ubuntu Installation :: Installing 2 Version But Want To Maintain Grub Control To First Distro?

Jul 1, 2010

I currently have 10.04 installed as my primary OS. I also have windows 7 and Ubuntu 10.10 Alpha installed. I would like to be able to play around with the 10.10 without any risk of damaging my 10.04 install. However, it seems grub2 control was transfered to 10.10. How do I return control to my original distro?

View 2 Replies View Related

Ubuntu Installation :: Catalyst Control Center Displays Incorrect Version Information?

Oct 20, 2010

I have installed Catalyst 10.10 to Ubuntu 10.10 using the following methodology:

Code:
wget http://someplace/ati-driver-installer-8.783_RC1-x86.x86_64.run
chmod +x ati-driver-installer-8.783_RC1-x86.x86_64.run

[code]....

View 1 Replies View Related

General :: Find Duplicate Files And Delete All Except Most Recent Version

Aug 17, 2010

I have a directory containing a ton of photos, some of which are duplicates but just with different names. Is there any way in linux to find all the duplicates and remove all of them except the most recent version? I know on Windows there are utilities that will do this through a GUI, but I'm using Linux through the CLI only.

View 6 Replies View Related

Software :: Microsoft Office Version Control Compatibility With Open Source Word Processing

Jan 27, 2011

I'm a freelance science editor; I edit dissertations and manuscripts for submission to peer-reviewed journals primarily. My clients almost exclusively use Microsoft Word. Any word processing tool that I use has to be compatible with MS Word, particularly "Track Changes" version control. Has OpenOffice (or another open source word processing software) achieved this?

View 1 Replies View Related

General :: Downgrade Gcc-version To Compile Mex-files For Matlab - Permission Denied

Feb 22, 2010

I am trying to run matlab 7.7 (R2008b) on my ubuntu 9.10 distribution..the thing is that I am totally new with both matlab and linux and I get the following error message from matlab when I try to run an example mex-function:

>> mex yprime.c
/home/margareta/Desktop/matlab/bin/mex: 1572: gcc: Permission denied

Warning: You are using gcc version "". The earliest gcc version supported with mex is "4.0.0". The latest version tested for use with mex is "4.2.0". To download a different version of gcc, visit [URL] eval: 1: gcc: Permission denied mex: compile of ' "yprime.c"' failed. Error using ==> mex at 213 Unable to complete successfully.

I had gcc-4.4 as default on my pc, so after this error I downloaded an older version (gcc-4.1) and removed with rm the symbolic link in /usr/bin pointing to gcc-4.4 and created a new one pointing to gcc-4.1. Now when I type gcc -v in the terminal it says that gcc is in the packages gcc and pentium-builder, to do an apt-get install. I tried that but than it says that gcc-4.1 is already the newest version. It seems that I have multiple versions of gcc installed but neither the terminal nor matlab can find them.

View 10 Replies View Related

Debian Configuration :: How To Control My PC's Fan

Aug 25, 2010

I've got a PC with a really noisy fan and suspect that most of the time my PC isn't warm enough to need it. I'm using xfce as my desktop, is it possible to do some sort of hddtemp thing and just have my fan come on when it is needed?

View 4 Replies View Related

General :: Update Distro With A Newer Version And Not Disturb Saved Media Files?

May 3, 2010

Is there a way to update my distro with a newer version and not disturb saved media files? Music and pictures etc. Can I move them to another partition. Its there a better way than to save it to disk?

View 13 Replies View Related

General :: Find Out Kernal Version And Kernal Configuration File Location

Aug 24, 2010

I am using redhat linux enterprise linux 5, how to find out the linux kernal version and kernal configuration file location .

View 2 Replies View Related

Debian Configuration :: How To Control Access To Different Services

Dec 25, 2010

I'm trying to control access to different services on an Debian server using /etc/group. So that a user I create for FTP usage doesn't fill up my server with IMAP folders or samba garbage.

Services like proftpd have:

AllowGroup ftpgroup

sshd have

AllowGroups sshgroup

And samba have

valid users = @smbgroup

But I can't find the correct option in Dovecot (/etc/dovecot/dovecot.conf) Do anyone have the magic option or a workaround thats doesn't envolve maintaining seperate user databases and password?

View 1 Replies View Related

Debian Configuration :: Xscreensaver Cannot Control The Screen

Dec 29, 2010

For some reason I cannot figure out, xscreensaver does not have permission to control my screen. It's present in memory, so the settings app thinking it is not present and asking if I want to start it is odd. Could the the necessity of using VESA BIOS controls to get around bugs in the VIA/S3/Unichrome chipset be the source of the problem? Are there other Linux screensavers that might work differently and might still be able to blank my screen?

View 4 Replies View Related

General :: Where Did Configuration Files Go?

Aug 18, 2010

I have been using Fedora Core 6 off and on for awhile.I could not update it so I downloaded and installed Fedora core 13. A lot of things seem to be missing compared to the earlier package: I cannot get a response to "Detect Monitor" and I do not have any choices with better screen resolution than 800 x 600. The file /etc/X11/xorg.conf does not exist. I have used this in the past to control the resolution although I have generally used the gui stuff to accomplish all the tasks up to this time.

I also do not find a "services" menu item where I can get ssh and web server working.I suspect I need to download some more software to get all this stuff working again but I do not know which packages I need. I am not an expert on Linux and am trying to learn it. On the older version of fedora I had these things working well.

View 3 Replies View Related

Debian Configuration :: Jessie Missing Fan Control / Sensor

Apr 27, 2016

My laptop fan sensor shows fine in psensor in sid. But today I downgrade to jessie and sensor for fan gone. I check if fancontrol is running but I can not manage to make it work

sensors
Code: Select allacpitz-virtual-0
Adapter: Virtual device
temp1:        +55.0°C  (crit = +108.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +55.0°C  (high = +87.0°C, crit = +105.0°C)
Core 0:         +55.0°C  (high = +87.0°C, crit = +105.0°C)
Core 1:         +54.0°C  (high = +87.0°C, crit = +105.0°C)

[Code] ....

I google and have tried but no luck
Code: Select allacpi_enforce_resources=lax

This is an Asus laptop with controllable fan. I am not sure if fan is running by Bios, and how it might run. But I feel the laptop seem quieter and at higher temperature than it was under sid.

View 9 Replies View Related

Debian Configuration :: Control The Display Color Quality?

Dec 7, 2010

how do we control the display color quality in Debian, similar to setting 16 bit or 32 bit in Windows? I have Lenny on a notebook and Squeeze on a netbook, but cannot find a menu to set it. They both have the default vesa driver.

View 4 Replies View Related

Debian Configuration :: How To Swap CapsLock & Control Keys

May 14, 2011

On my Debian machine I have no InterNet connection.

Hardware: --
HP Pavilion DV8000 laptop,
-- 2GHz AMD Turion CPU,
-- 4 gb ram,
-- 150 gb hd,
-- (non-working non-free) BroadCom BMC-4318 wireless chip
OS:
-- Debian 6.0.1a, "Squeeeeeeeze"
-- KDE (soon to be replaced with LXDE, much sweeter and cooler apps).

Here's da problem...(thanks to stinky 1983 Macro$haft & IBM collusion to wipeout WordStar), how do I swap CapsLock & Control keys?Its gotta work in both terminal & X apps

View 1 Replies View Related

Debian Configuration :: Making Server Acessible For Remote Control From Web

Sep 30, 2010

I've gotten VNC setup and working well on our LAN. The next step we want to do is making it acessible from the web, so we can remotely do things with the office files.Unfortunately, I have no idea how to go about this.Our current setup is a router which connects to the phone line, and into which other devices are connected. We're in one room of a big office building which may complicate matters somewhat.Can anyone provide a bit of general info on this topic. Give me somewhere to start ?Ultimately we want to be able to connect to the vnc port from anywhere in the world.

View 6 Replies View Related

General :: Why Are Folders For Configuration Files Always Named *.d

Jan 7, 2011

In linux, why are folders for configuration files always named *.d?

View 1 Replies View Related

General :: Cleaner Neater Configuration Files

May 18, 2011

Not exactly new to Linux but - over the years I have been appalled to find hundreds of configuration files for every known program/service in Linux with millions of lines of useless comments that you have to endlessly scroll up-and-down in a text-editor to find anything of value and then make sense of what you need to configure/change, etc.

Is there an automated way to clean up any given configuration file and get rid of the "filler" stuff ?Seems like a shell script should be able to accomplish the task by getting rid of all lines that start with # ..

View 14 Replies View Related

General :: Open LDAP Configuration Files

Jul 27, 2010

I am trying to set up the LDAP database but it will not really work. Maybe some of you knows the answer.At this moment I get stuck at point 5: Load the LDIF data file into the database.

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved