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
ADVERTISEMENT
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
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
Sep 13, 2010
I've used Ubuntu just a couple of times, and I've Never performed the Installation. I've been a Windows user mostly.But I'm ready for a change. I would like to Install Linux on my Desktop & Netbook Computer.Problem is, how to go about it.On the Desktop, I'm not the only person using it, and while I'm all & ready to try Ubuntu (Specially since XP Broke 3 days ago and the Format is impending) The rest of the people using the PC aren't. On the Netbook, right now I can't since I'm working on something, and I'm worried about compatibility issues between Platforms.So I did some research on how to get both Platforms up and running, and I found Wubi. Seemed like a perfect way to start!However, I downloaded the client, and when Downloading the rest of the Installation software, It just took way too long!On ETA it marked 4 hours at first (sure enough, it took little more than that) but then it gave me a new ETA of 8 HOURS!
Is there any other way to download it? Other than the 1.6 Mb Client file? & For the Desktop. Since I'm formating the HD anyway, What steps should I follow to install both OS on it?
View 4 Replies
View Related
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
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
Jan 8, 2010
I have a doubt, may sound funny but wanna know whether it is possible to share DVD drive in windows [version 7] and use it in Linux system [version fedora 12]?
View 4 Replies
View Related
Oct 12, 2010
Someone on the forums had me uninstall pulseaudio to get pSX working, and now I don't have a volume control icon on the panel and when choosing to add stuff to the panel it isn't available.I re-installed pulseaudio through the package manager, but I have a feeling it didn't install everything that uninstalled with it.
View 9 Replies
View Related
May 6, 2011
How to avoid Control-D? I have a problem about my fedora 11, my fedora always gone in to Control-D. When I force shutdown or sometimes when my file or system gone error and etc. What is the meaning of Control-D anyway? It mean my system is Crash or corrupt? How can I avoid Control-D to my system?
View 1 Replies
View Related
Jul 7, 2011
I was in the process of installing Ubuntu 11.10, but got stuck choosing which file system to use. ext3 and ext4; which is better for a personal desktop? If ext4 is better, will it work well on my old PC (bought 3 years ago), or perhaps ext4 is not actually compatible with an old hard disk?
View 4 Replies
View Related
May 6, 2011
I just installed the newest version of Xubuntu using the LiveCD, I chose to install it alongside my current installation of Windows 7, everything went well it seemed, but now when I choose Windows 7 under the GRUB menu it just restarts my system and then takes me back to the grub menu, Xubuntu works fine though and boots fine, I tried sudo update-grub, didn't fix it.Heres the boot info from a script I found, but being rather poor when it comes to diagnosing Linux, I figured it'd be best to post this and see
Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
[code]....
View 2 Replies
View Related
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
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
View Related
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
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
May 28, 2011
Title pretty much says it all. I was working fine this morning on f15. Did an update and am now getting the above message. Have no internet access from affected machine. Running "NetworkManager" or "systemctl enable NetworkManager.service" does not fix the issue. Anyone else get this today? I know there was a similar known bug during pre-release.
View 14 Replies
View Related
Jul 29, 2011
After a recent update of fedora 15 (2 days ago) I lost my networkmanager icon in top panel completely. Then I check network manager version & found it's version 0.8.0.9997-5.git20110702. After this update I can't connect to internet by any means either via wired or wireless connection. When I try to open Network option from system settings it giving me an error: System network services are not compatible with this version.
I also try to open network-connection-editor by pressing Alt+F2 & typing:
nm-connection-editor
But it not works as well, I can't see any existing network connection there, moreover I can't even manually add any type of network connection there including mobile broadband! Then I do some googling from my windows machine & found this thread- [URL]. According to this thread I try to do downgrading of following 3 packages-
Code:
networkmanager
networkmanager-glib
networkmanager-gnome
But I can't downgrade via yumex as there's no internt connection in fedora. so i do a trick of myself. yumex suggests me to downgrade them to previous version 0.8.0.999-2.git20110509
so i manually download those 3 packages from my windows machine & copy them to /var/cache/yum/... folder. After that I do downgrading via yumex. But even after downgrading problem isn't solved. Same things happening still. No networkmanager icon in top panel & no internet
at present, there's no internet connection in my fedora 15 machine & I'm writing this post from my windows machine.
Moreover when I give this command in terminal:
Code:
sudo service network start
it giving me FAILED status.
View 4 Replies
View Related
Jul 15, 2009
I feel little silly asking this, I accidently removed from my gnome panel my internet connection, volume control and battery indicator on F11. how can I add this back. It does not show up in the add to panel menu and the applications do not give you back the default feel.
View 1 Replies
View Related
May 9, 2009
I have been using for over a year now, my 64-bit computer first with Fedora 8 and now with Fedora 10 with 2Gb of RAM just fine. Today I purchased an extra 2Gb for the system and upon installation from the GRUB screen Fedora 10 simply won't boot. It does boot with 3Gb, and it doesn't matter which stick I use for the 3Gb configuration, or what slot do I put the sticks into the motherboard, however if I place the four sticks, F10 simply won't boot. Should I pass a command line argument tot he kernel? If so, which?
View 11 Replies
View Related
Sep 11, 2009
I have fedora versions
2.6.30.5-43.fc11.x68_64
2.6.29.6-217.2
2.6.29.4-167
loaded on my system. Version 2.6.30.5-43 hangs after the progress bar completes with messges labeled r8169 about the ehternet link status. Version 2.6.29.6-2317.2 boots just fine. How do I remove version 2.6.30.5-43 from the system?
View 9 Replies
View Related
Feb 16, 2010
if I were to install an RPM package, say MySQL, in Fedora 12 x86_64, which one should I download? MySQL provides builds for RHEL5, etc. So is there a 1-to-1 correspondence between RHEL and Fedora?
View 2 Replies
View Related
May 7, 2011
I have been a Ubuntu user for quite some time, but now I'm thinking about installing a Red Hat based distro on my laptop, so that I can learn another area of Linux. Can someone suggest good distro?I'm looking for something that is stable, good repositories, up to date with latest technologies/techniques etc.
View 8 Replies
View Related
Jul 18, 2010
How to control a windows system by using linux server i know linux is a cross flatfarm. But how to Authenticate windows system like in windows we use AD for user authentication.
View 3 Replies
View Related
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
Nov 24, 2010
I want to give my users option of logging to the system. They should have posibillity for choosing option betweend logging to the system with their default password or one-time password OTPW. I installed OTPW in my Debian. Here is my /etc/pam.d/sshd file:
[Code]....
View 12 Replies
View Related
Oct 28, 2010
I have noticed that the icon for launcherspplication in terminal) I create has changed.The icon was previously "preferred.png" but now it is "nonpreferred.png" - see attached pics. ow can I select the "preferred.png" icon when I create a launcher? Also, in what directory are these located?
View 2 Replies
View Related
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
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
Sep 11, 2009
I have a fedora 11 with kernel package: kernel-PAE-2.6.29.6-217.2.3.fc11.i686
I would like to install the devel package for this kernel version, but I can't find it, because in the fedora repo there is only the original kernel (2.6.29.4....) and in the updates repo there is only the newest kernel package (2.6.30....)
Where can I find the packages which are between the fedora and update repos' versions?
View 2 Replies
View Related
Jan 9, 2010
Fedora 12. Since I don't have a direct connection, I'm wondering how wifi would be or is enabled when roaming. Is there an application that would allow adjusting/ choosing the network which would be compatible with sugar's environment?
View 1 Replies
View Related