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
ADVERTISEMENT
Jan 11, 2010
I recently acquired one of the new Acer nettops to have an HTPC in my living room running XBMC - basically because my Gen1 Xbox just can�t handle HD and 264 encoded content.
It works great, upscaling being the best thing about the upgrade. But I don�t have a proper remote control to operate it with; I know that Logitech�s Harmony models are great, and are on my to check list... but I wanted some ideas from the community... What option(s) works best? (Specially keeping a budget)
View 1 Replies
View Related
Sep 16, 2010
I have install Ubuntu 10.04 version. Then install Crossover 9 and run Internet Explore 7 on the crossover. Now I need to access web based system through IE7 which is java applet enabled system and also I have already installed java runtime environment on crossover. But that system can not access through IE7 it given some errors.
View 1 Replies
View Related
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
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
Aug 20, 2010
I have configured squid proxy on centos 5.5 and some of my squid.conf file has following lines
Code:
http_access allow ncsa_users office
There are 3 users called "user034, user035 and user050" in the /etc/squid/squid_passwd file need to restricted access to internet except sites www.abc.com form anywhere in the lan. Once they logged in any ip, rule should apply.(that means no ip related acl, only user name related) How can I configure this in squid.
View 3 Replies
View Related
Nov 8, 2010
I wish to install an older version of HandBrake, and it's saying something about how the newer version isn't available because of issues with the new versions of GNOME. I've still got Mint 8. So my question is, which version of Ubuntu is Mint 8 based off of? I think it's 9.10, but I just want to be sure.
View 1 Replies
View Related
Feb 27, 2010
Its possible get any version to install in mininotebook based at USB storage?
View 1 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
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
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
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
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
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
Oct 8, 2009
Issue: I want to backup my system and be able to restore if/when my system crashes.
Setup: Thinkpad T61 running Sidux KDE3.
I want to back up the system files more than personal data. What I have found is that when I apt-get dist-upgrade the upgrade performs without error, but when I restart and login I get a black screen with a mouse. From the 'black screen' I can open yakuake with F12 and then launch applications and such from the command line. The point of this more troubleshooting right now. Later is so I won't need to do a complete reinstall.
What backup prog have you used that will backup the complete system and is easy to restore?
View 1 Replies
View Related
Nov 6, 2010
I am trying to help a small restaurant owner take orders via the web.Looking for a solution that:Can create the restaurant's menu.Display that menu on the restaurant's web site.Preferably, using PHP with MySQL.Take orders via that web page.Let the restaurant owner update the menu with today's specials, via the web.
View 3 Replies
View Related
Apr 22, 2011
I tried to update one of my home machines with a fresh install. This is far from new to me so I did not expect any problem. But I was proven wrong. First: did install the system as usual. First anomaly: system blocked during the install process but did restart it flawlessly one I tried to eject the DVD from the player. It needed actually that intervention to retake working. It then went to install and froze during the first system start. I rebooted with failsafe settings, it then correctly configured. I reached a beautiful desktop. I performed the updates from the update repository and I joined the nvidia proprietary driver repository (which updated to the G02 driver).
I then rebooted the machine and now I am in trouble. In normal mode the system (dual boot Opensuse, XP) does not boot at all and freezes immediately after hitting enter as before. In safe mode it goes further but does not reach X anymore. It blocks with the following line statement: "system console stolen at line 266". I then tried "startx". But the system goes into a scrolling loop that does not allow me to read the output. how to get at least the error message of the loop? I read some line passing by that the system might have an X11 authorization problem.
Athlon Phenom X4 905e
Nividea G7600 graphic card
Former system installed and running flawlessly: 11.1
View 9 Replies
View Related
Jun 2, 2011
What is the difference between Fedora 15 Live cd & Fedora 15 Install DVD?
I am unable to install using Live cd on my Pentium 3 based system.
Will the Install DVD solve that problem?
Max ram is 512MB on my system & there is no more room for any upgrades.
View 5 Replies
View Related
Jul 28, 2010
I know several tools that allow tracking time spend on different tasks / projects.Is there any existing tool for very very simplified work-time-tracking.I am an employee, come to the office, switch on my laptop directly. I have mostly around 1 hr lunchtime, but sometimes less, sometimes more.At around 18:00 I want to type one command in the console (or simple GUI would also be okay of course) that tells me:"1 hour overworked. Go home now! (came at 8:00, 1 hour standard lunch-break)."
View 1 Replies
View Related
Feb 11, 2011
My application is an integration of all the open source components with customized heavily including OS. I would need to know how to generate license keys for my application.
Does any one have any clue?
View 6 Replies
View Related
Mar 14, 2011
Kindly read the complete question I know this question has been asked repeatedly
Is there a way to Transfer files between Linux based OS & Windows OS Without using SCP, FTP, TFTP, HTTP, USB, Netcat or samba share?
View 8 Replies
View Related
Apr 22, 2011
I am trying to set up a computer based church bell sound system for my church. Basically it will be playing a sound at prescribed times during the day through an amplifier and speaker system. With the option of special sounds done manually on demand. I am using Linux Mint.
View 3 Replies
View Related
Sep 10, 2010
Are there any Computer Algebra Systems in the Ubuntu repositories that are GUI (and preferably GTK+) based and open source, as well as capable of graphing (and in 3D)? That being: A complete FOSS competitor to Microsoft Student.
View 5 Replies
View Related
Sep 30, 2010
I have install Cent OS 5.5 on VM Ware ESXi 4. I have added new hard disk of 100 GB Disk space to same VM Ware instance.
How do I initialize that volume so I can see it on Linux server and use it.
View 3 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