0
votes
0answers
25 views

How you manage builds (versions) for a visual c++ project?

So far most of my coding tasks have been in scripting languages mostly BASH, PowerShell & JavaScript. After successful implementation of a module, I used to save a backup of my source file such as ...
0
votes
0answers
29 views

A backup solution

We manage a Web site. We need to backup it prior every significant change. I've asked about use of SVN for backups and received negative responses (that SVN is not a right tool for backing up binary ...
2
votes
2answers
90 views

Best practice for storing images in version controls such as Subversion

I want to store image files in a SVN repository. I have read that SVN will try to store delta-based changes to the repository and not just a simple copy. However, an alternative would be to change the ...
-1
votes
3answers
346 views

Git vs SVN: Performance and Storage

I want to use one of Git or SVN (Subversion) as a backup system. The only important thing for me is the Storage and Performance of the system. I searched around and most of the results I found were ...
-1
votes
1answer
149 views

Alternative to restore of all files for 503 Server error on Magento admin and frontend? [closed]

I tried to disable the "Mage_tag" module to disable Product tags across my Magento store. As soon as I clicked "Save" after disabling the module, both my frontend and backend of the store crashed. I'm ...
0
votes
1answer
101 views

Which Magento website directories and files not to backup with cloud backup solutions such as Codeguard?

I have a Magento 1.7.0.2 installation on a website and want to backup in the cloud using Codeguard (codeguard.com) through FTP. I have been asked which directories to pick for backup and suggested to ...
0
votes
2answers
264 views

Source code backup strategy

I have a "Projects" folder which contains dozens of Visual Studio projects. I want to create a backup for them. First I thought I should copy them all to my SkyDrive or DropBox folders and let them be ...
5
votes
1answer
96 views

How to take backup of repositories in Plastic SCM?

How to take backup of repositories in Plastic SCM ? is taking a manual backup of database is enough ? will I be able to restore and start using the repositories in future if system server crashes ? Or ...
0
votes
2answers
272 views

recovering the deleted python script file

How can we recover the deleted python script file(deleted using rm), say lostfile.py in debian linux box? The file system of the linux box is jfs
4
votes
4answers
256 views

How to create a backup of .emacs every time Emacs starts

What is a good way to take a backup of my .emacs file each time Emacs starts? I want to keep multiple copies for when I need to get back to a previous version. My first thought is to issue a shell ...
0
votes
1answer
50 views

How to backup relevant files?

My app is getting to the point where I will be highly perturbed if I lose the source somehow. This is a personal / single developer project, so something like Subversion might be overkill. I'm ...
0
votes
1answer
294 views

How to best backup & control subversion & restore on hosted websites, databases, files, scripts, etc [closed]

Ok I'm a tiny website developer company that is using iPage as hosting service in a Win PC environment at home and Linux on host . Typical websites are composed of Joomla, Wordpress, phpBB, WikiMedia, ...
0
votes
1answer
64 views

Version Control for Virtual Appliances [closed]

My understanding of a virtual appliance is 1+ pre-configured VM(s) designed to work with one another and each with a pre-configured: Virtual hardware configuration (disks, RAM, CPUs, etc.) Guest OS ...
0
votes
2answers
153 views

Nuget package backup

It has been common practice to check nuget packages used in a solution into source control. With the new package restore feature of nuget 1.6 it is no longer necessary to check packages into source ...
2
votes
3answers
161 views

Attaching a binary to a Git tag

I'm developing mobile apps (iPhone, Android, and Blackberry) and recently converted from SVN to Git. In SVN after I do a release, I tag the relevant branch/revision to ensure its state is preserved ...
3
votes
1answer
163 views

Add/commit to bare repo from a non-git folder

I'm trying to hack git to do backup for me. The data is so large relatively and I cannot afford a working copy and a git repo on any of my hard drives. So, I need to git add/commit to a bare repo ...
4
votes
2answers
1k views

git setup for backup & sync between 2 computers

I'm new to git. Need some advise to know if my setup is correct. Please read below : I'm using git for 2 separate projects on my development computer and want to backup everything on a USB drive ...
3
votes
5answers
5k views

How to backup SVN repository?

I often hear that having an SVN repository doesn't cancel need for backups. How is such backup done? I mean the repository will inflate over time, won't it? So do I back it up as a whole every time ...
4
votes
4answers
123 views

Version Control for developers new to source control

I've been writing code for a few years now and our backup strategy has been to zip the entire code directory up every few days and put it somewhere else on your hard drive, or occasionally upload it ...
0
votes
1answer
300 views

rdiff-backup increment contents (files added, removed, updated, etc.)

I haven't found any obvious answer to that question in the rdiff-backup documentation: is there a simple way to list the changes included in a given increment, i.e. which files/folders have been ...
3
votes
1answer
100 views

Move old backup consisting of zip-files to version control (mercurial)

Previously i've been taking backups using zip-files every now and then by just right-clicking my whole project folder, send to zip, and add a small message at the end of the filename. But now i've ...
3
votes
2answers
505 views

mysterious vanishing branches in git

Here are some git actions I performed. As you can see, I made a new branch, modified my files, and then committed the changes. After changing back to another branch, hoping to merge, the branch I was ...
0
votes
1answer
131 views

Backup hosted repository to off-site location

I am still pretty new to VCSs in general. I have a SVN repository hosted at assembla. I know how to check out and commit to the repository. But if I wanted to actually get a backup of the repository ...
1
vote
4answers
679 views

Best sourcesafe system for iphone xcode

which is best sourcesafe system for iphone xcode on backup and proper check-in & check-out on codes Regards, sathish
0
votes
1answer
79 views

Can I use “Online Backup” to backup my DVS instead of pushing to an external repo?

I'm currently signed up with a third party service that hosts my mercurial repositories as a central hub to push my changes to as a sort of backup. Now, I'm looking at a system to backup my laptop ...
4
votes
4answers
693 views

How to version control data stored in mysql

I'm trying to use a simple mysql database but tweak it so that every field is backed up up to an indefinite number of versions. The best way I can illustrate this is by replacing each and every field ...
1
vote
5answers
116 views

Backing up locally modified and new source files

I'm wondering how other programmers are backing up changes that are not under source control yet, be it new files or modified ones. I'm mostly referring to medium size jobs - hardly worth the effort ...
12
votes
5answers
2k views

Can I restore my source code that has been uploaded into Google AppEngine?

I recently had a hard drive crashed and lost all of my source code. Is it possible to pull/checkout the code that I have already uploaded to Google App Engine (like the most recent version)?
1
vote
1answer
337 views

Mercurial between server and local?

I have a portal development work in process... I had some troubles time to time like losing, overwriting wrong files, etc... So I decided to go for Mercurial for this development. My first experience ...
0
votes
8answers
271 views

Using Subversion working directly on the repository

I have been struggling with Subversion for some time, thinking it was beginners problems that would go over. Though today I have been thinking through it, and realize that the problem is the way it ...
2
votes
3answers
984 views

Need an encrypted online source code backup service

Please note this is not a question about online/hosted SVN services. I am working on a home based, solo developer, project that now has commercial significance and it is time to think about remote ...
8
votes
7answers
348 views

What source/version control to use for home?

I used to use svn, and I had AnkhSVN setup in visual studio. I ended up migrating the svn server from a linux box to a windows box about 4 years ago. I didn't have a good backup / restore process on ...
0
votes
1answer
209 views

need to implement versioning in Online backup tool

I am working on the developement of a application that will perform online backup of the files and folder in the PC, automatically or manually. Currently, I was keeping only the latest version of the ...
1
vote
5answers
272 views

Version Management / Backup solution

This is not strictly a technical question, however I feel this will be useful for many technical people as well. I'm looking for a version management / backup solution which need not be only for ...
1
vote
2answers
2k views

best practice for backing up cvs repository?

Some of our projects are still on cvs. We currently use tar to backup the repository nightly. Here's the question: best practice for backing up a cvs repository? Context: We're combining a several ...
18
votes
17answers
1k views

Is there a fundamental difference between backups and version control?

How does version control differ from plain backups? Let's forget about the feature decoration, and concentrate on the soul of version control. Is there a clear line that backups must cross before ...
2
votes
3answers
208 views

Restoring Team Foundation Server

We are thinking of moving from Subversion to Team Foundation Server for our source control requirements. The reasoning behind this being that our project teams are getting bigger and management feel ...
18
votes
28answers
3k views

What backup strategy do you use for your code?

Everyone uses source-code control to manage versions (right?) and this provides some level of backup. There are times, however, when your local copy is out of sync with the repository. Moreover, ...
3
votes
9answers
575 views

Can anyone recommend a good backup “system” for a developer?

I'm known around the office as "the backup guy". As a developer, I often jump back and forth between projects, and as a result I don't always remember exactly what changes were present in each when I ...
17
votes
15answers
5k views

Free “Personal” source control system? [closed]

At work I use something called team foundations services. It's a source saving tool that stores change sets of code I "check in". Is there a similar product that's good for a single programmer. ...
7
votes
6answers
948 views

Is it safe to just copy a SVN repository to an external HDD?

Right now, my SVN repository is on my laptop's HDD (although I use a code hosting service for more "critical" personal projects) and I just copy the directory over on a weekly basis (which will ...
7
votes
4answers
561 views

Recovering from a slightly out of date subversion repository backup

A problem I ran into a while back I never found a good solution for... Say you have a working copy checked out from subversion at revision 7500, and the disk holding the current repository dies. ...
2
votes
4answers
782 views

What is the best solution for maintaining backup and revision control on live websites?

What is the best solution for maintaining backup and revision control on live websites? As part of my job I work with several live websites. We need an efficient means of maintaining backups of the ...