0
votes
2answers
151 views

Is there any git “for humans”?

A few non-technical friends have expressed interest in many of the cool abilities of git (the version control and rollbacks, not the offsite duplication), but definitely don't want to deal with git-* ...
6
votes
5answers
316 views

Software to check for updates for all software installed in PC

Is there any software that could check for update for the versions for the software installed in the local machine?
4
votes
2answers
358 views

Any file-based email client application? (With the pupose of putting the mailbox under VCS.)

Like Subversion which has two back-end types: BDB-based and File-based. Most email applications I seen are using database back-end, but the database is not so convenient to manipulate by end-user. ...
1
vote
3answers
676 views

What is a good choice of version control software for photography?

I have a large and growing collection of photos. I would like to use version control software to give me "rewind" functionality - typically so I can go back and see the original of an edited image. I ...
8
votes
6answers
1k views

Which Revision Control Software to use for Personal Dropbox?

I want to set up a sync repositiory that would be similar to Dropbox. Goals/Requirements: Free (Open Source very preferable) Linux host (probably Ubuntu) Windows/Mac/Linux clients Potential for ...
5
votes
5answers
903 views

bitbucket on my own server

I want to have something like bitbucket.org or github (but for mercurial!) on my VDS. I don't need full functionality, but I need it being able to serve repositories, accept changes (with auth!) and ...
5
votes
8answers
460 views

Version Control for Designers

All you programmers are spoiled with an organized development cycle. Is there any version control designer-type solution for keeping track of multiple editors?