Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have a text file on my desktop which gets synced with Dropbox.

Are there any services like Dropbox which have a version control system so that I can see the history of all changes made, not just the current version of the file?

share|improve this question

2 Answers

up vote 0 down vote accepted

The client side GUI for Subversion, http://tortoisesvn.net might do what you're looking for.

share|improve this answer
Tortoise is a great program that I would highly recommend, but I'm pretty sure it has to be used with a repository. Tortoise by itself doesn't save the files. – Ryan May 5 '11 at 3:46

Any kind of revision control repository would allow that (like BeanStalk, GitHub, or Kenai).

The caveat there being that the repository is typically free as long as it's public. If you need the file to be private, you'll have to pay some sort of monthly/yearly fee.

share|improve this answer
but i want auto sync like drop box does . i have one text file for general note taking – Moorage May 5 '11 at 2:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.