Version control, also known as revision control and source control (and an aspect of software configuration management), is the management of changes to documents, computer programs, large web sites, and other collections of information.
2
votes
1answer
73 views
Is there an application to manage config files in the /etc folder with version control software?
I want make version control for config files in Ubuntu server.
But I found out it's not easy for simply "git" whole etc folder, because so many file doesn't need to track and some time system will ...
2
votes
1answer
100 views
Getting Full User Name
How do I look up my full user name in Ubuntu? I want this information to propagate to the environment variables GIT_AUTHOR_NAME and GIT_COMMITTER_EMAIL.
0
votes
1answer
109 views
Automatically keep track of all changes to a folder
Is there any software for Ubuntu that can keep track of changes to a specific folder, and restore previous versions of the folder? It would be useful to see all the changes that had been made to a ...
1
vote
3answers
107 views
Bazaar - pull the last revision only (and not the whole branch)
Shortly: How can I take the latest revision (only) from a remote bazaar repository and add it as a new revision to a local repository.
Background: I have a development system and a production system. ...
3
votes
7answers
1k views
Which version control system to use?
I am looking at using a version control system to ensure that I can go back in time to a particular version for all documents in ~, if I have to.
What is the best suited tool for this given that:
I ...
0
votes
0answers
15 views
Disable updates on certain softwares [duplicate]
Possible Duplicate:
How to prevent updating of a specific package?
When on trying to update an ubuntu distro (or for that matter any linux distribution) I often find a list of updates ...
3
votes
1answer
112 views
What happens when you change the name of a file or folder that is synced to Ubuntu One?
I've been using Ubuntu One for the last year or two to sync/backup specific important files and folders on my computer. Rather than just using it like "Dropbox" (i.e., putting files I want to sync in ...
1
vote
1answer
123 views
How can I split an SVN repository?
In our group we have a repository, we would like to move the repository, but in he meantime also we would like to delete some folders and re-indexing the revision(delete all the revision numbers which ...
6
votes
1answer
138 views
How do I host my own Bazaar shared repositories?
What I want ?
We operate in a small team of 9 people including developers, QA and designers. I want to setup a version control. We have a ubuntu (server edition) and i want to host all our ...
1
vote
2answers
1k views
How do I use git with google code on ubuntu?
I'm a beginner with git and google code, and I'm not sure how to set it up so that I can put my source on google code. I read some tutorials but I still don't understand.
0
votes
1answer
153 views
Marlin and integration of various VCS?
I just stumbled in another question (http://askubuntu.com/questions/86749/how-to-change-the-file-manager-from-nautilus-to-marlin) upon the filemanager "Marlin".
I tried it a bit, and it seems to suit ...
4
votes
1answer
313 views
RabbitVCS suddenly stopped working in Nautilus
A while ago I installed RabbitVCS on Ubuntu 11.04. It then all worked pretty well, but since a few weeks (maybe even more than a month) RabbitVCS suddenly disappeared from the Nautilus context menu.
...
0
votes
4answers
3k views
How do I compile gcc 4.3.4? [duplicate]
Possible Duplicate:
How do I install gcc-4.3?
How can I compile (or just install) gcc 4.3.4 on my Ubuntu 11.10 ?
I've tried to download and compile it with these instructions: ...
5
votes
4answers
10k views
How do I install gcc-4.3?
Is there and easy way to install gcc-4.3 on Oneiric ?
I really need it because matlab depends on i for the creation of mex-files
I tried changing all my resopistories back to Maverick just to install ...
12
votes
6answers
2k views
How can I sync Gnote notes?
I'm looking for a way to keep a desktop and a laptop in sync. Something that I want to keep in sync are Gnote notes.
If it matters I can connect to my desktop from anywhere via an URL but my laptop ...
3
votes
3answers
472 views
Keeping files that are often changed in sync between desktop and laptop
I'm looking for a way to keep a desktop and a laptop in sync. What I want to keep in sync are some folders, mainly ~/Documents, that are changed often when working on them.
If it matters I can ...
3
votes
1answer
211 views
Nautilus “locks up” when browsing directories with version control, many files
When opening a directory that is version controlled, especially one with subdirectories containing hundreds or thousands of individual files, Nautilus temporarily freezes (application does not respond ...
2
votes
1answer
207 views
Split a text file into two files, without losing revision history?
So say I have file.py that I want to split into file1.py and file2.py.
What is the correct way to do this? Would it be to use the following?
bzr copy file.py file1.py
bzr copy file.py file2.py
bzr ...
2
votes
1answer
62 views
Using versioning for settings in home?
I planned to use git for the important files in my home directory, so I can revert bad settings or transfer them to another computer as needed. But there's too much chaos there, with each program ...
3
votes
2answers
1k views
Confusion about git; how to undo?
I wanted to install some source code that was on git. Don't really know what that means ; I've never used git before, but I figured it was time to learn so,
I first installed git.
Next I tried to ...
11
votes
2answers
2k views
Does/will Ubuntu One have a version control system?
Just that. I think it is an important feature to facilitate collaborative work.
This was reported as the wishlist bug #366271
1
vote
1answer
201 views
A question about git and github [closed]
I have a problem. I forked a project in github.com. I made my changes, commited it and pushed to the original (what I Forked) repo. But in the original repo there are many changes, so I'd like to ...
7
votes
2answers
4k views
Any complete GUI interface for Mercurial?
I've tried TortoiseHG from the repositories, but it wasn't working at all.
23
votes
9answers
2k views
How to keep “dot files” under version control?
Etckeeper is a great tool for keeping track of changes to your configuration files in /etc A few key things about it really stand out. It can be used with a wide variety of VCSs: git, mercurial, ...
15
votes
1answer
2k views
What are the differences between the git and git-core packages?
Why there is a git package and a git-core package? Is there any difference?