The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
1answer
34 views

How can I mirror an SVN trunk repository into a regular network folder?

Me and a small team of engineers are considering using SVN to store our electrical schematics and parts libraries; currently we just have a network folder where we put all of our files. Our company ...
0
votes
0answers
25 views

mongo analytics strategy

Currently we have one mongodb replica set that we store all of our data in. Our appliation collects tons of analytics and its important that we keep the stats on the frontend side up to date for ...
1
vote
2answers
82 views

Sharing Large Database Backup Among Team

I work on a team of three - five developers that work on an ASP.net web application remotely. We currently run a full local database from a recent backup on all of our machines during development. The ...
3
votes
1answer
87 views

Combine auto-syncing cloud and VCS

This question brought me to another question: is there any VCS/tool for a VCS which automatically backups your source code between the last checkout and current changes? I had the problem of loosing ...
2
votes
1answer
357 views

Storing Projects on Google Drive (Cloud)

I've started using Google Drive for my cloud needs and backing up pretty much everything. I've got the app installed so it auto-sync's all my content in most things. My question is this, I am ...
3
votes
5answers
264 views

Using version control to manage site backups?

Last week I started making daily backups of my relatively small (~300mb) site. The backups are zipped, so it's less space, but it will quickly add up, especially as my site gets bigger. I was ...
-2
votes
8answers
372 views

When should I backup files? [closed]

At our company we are not using a source control so we do backup manually. My habit is like this: I backup only scripts where I removed code snippets, and those scripts where I only added code ...
2
votes
8answers
312 views

When and how to commit?

I'm getting used in working with git at the moment. And I'm touching an issue that is unclear to me. I feel compelled, if I think of commiting after a change and making a documenting description. I ...
16
votes
5answers
933 views

What version control system can manage all aspects?

A few months ago I dug into Subversion and GIT and was disappointed. They handle SOURCE CODE fine but not other aspects. For example, a web site under version control needs to manage file/directory ...
2
votes
8answers
276 views

how do you backup your code on your local computer? [duplicate]

Possible Duplicate: Version control for independent developers? I have a folder containing all my code (working code, experiment code). I'd like to back it up to a zip file on an external ...
0
votes
4answers
145 views

What is ideal range (Min and Max date) for Calendar backup?

I need to take backup of calendar on my phone. We have requirement that we need to take backup of entire calendar data. Now, phone always supports recurring events. So, event may exist from 01-01-1601 ...
1
vote
4answers
187 views

backup visual studio folder and sql database

I like to backup things every night or say every week. I'm sure there's a more efficient way than emailing the solution folder and database files to myself! I don't have team foundation or any ...
1
vote
2answers
122 views

Term for Production Rollback

The firm I work at keeps a copy of the compiled source code on production. So basically on our Production server, we have two folders: ProductionServer\SourceCode\ ...
2
votes
4answers
181 views

How far should you be from your closest data backup?

Pretend for a moment that something catastrophic happened; you're hacked, and your production database becomes a mess. How far (time) should you be from your rolling out your latest backup and ...
3
votes
1answer
203 views

How should i set up my source folder?

I have /src/main/ with all my code (i also have /src/online, /src/prvlibs, /src/test, etc) but now i am thinking about moving a few non active projects out of the folder. Sure i could go in and delete ...
1
vote
4answers
458 views

Backing up .NET Projects using Dropbox

Is anybody here using Dropbox to backup their code daily? If so, what routine have you got? Do you copy the code daily to your Dropbox, or do you store all you code there which then gets automatically ...