| Programmers have been using version
| |
| | every time you save changes to a file.
|
| control software for a long time. With
| |
| | Now you are truly free to make changes to
|
| version control software, you first take
| |
| | your files without fear of losing any
|
| a snapshot of a file or files in a
| |
| | changes. This is great for writers. Open
|
| folder. When you want to make a change to
| |
| | a file and create a rough draft. Save the
|
| a file, you check out the file, make your
| |
| | file. Now revise your work. Go wild. Get
|
| changes, and check the file back in. If
| |
| | creative and change everything without
|
| you look at the file you'll see the
| |
| | any inhibitions. Don't worry you can go
|
| latest version including all your
| |
| | back to any previously saved version at
|
| changes; however, the version control
| |
| | any time.
|
| software has transparently recorded the
| |
| | How? Both ActiveBackup and FileHamster
|
| original version of the file and all
| |
| | allow you to view the differences between
|
| changes you've made to it since.
| |
| | two file versions, side by side. Open
|
| The really great thing about version
| |
| | your version control software, compare
|
| control is that you can restore the file
| |
| | the versions to find the best one, and
|
| back to any point in time. What sucks
| |
| | restore it to the current version. Now
|
| about it is you have to remember to
| |
| | work with that file, making changes and
|
| commit the changes each time you want to
| |
| | saving them along the way and you have an
|
| create a new version.
| |
| | infinite undo capability saved to disk.
|
| Software such as Tortoise SVN has made
| |
| | Note: You can also make the work of
|
| this much more accessible to
| |
| | finding the correct version easier by
|
| non-programmers, but there is an easier
| |
| | adding comments as you go about what
|
| way, which I call automatic version
| |
| | changes were made every time you reach a
|
| control software. I've only discovered
| |
| | milestone.
|
| two software programs that do this: AJC
| |
| | I've been using ActiveBackup to version
|
| Software ActiveBackup and the freeware
| |
| | control my personal documents for a few
|
| FileHamster from MogWare.
| |
| | months. I experimented with FileHamster
|
| ActiveBackup and FileHamster work
| |
| | and it's great software too, but
|
| similarly. First, you configure the
| |
| | ActiveBackup only stores the compressed
|
| software to watch a folder like My
| |
| | differences of each change, which ends up
|
| Documents. Then you use wildcards to
| |
| | being a lot less disk space over time.
|
| specify which files you want to be
| |
| | Another plus for FileHamster is that it's
|
| version controlled and which ones you
| |
| | free, but I don't mind paying a
|
| want excluded. For example, if you are
| |
| | reasonable cost for reliable software
|
| watching My Documents, you would specify
| |
| | that I use constantly.
|
| *.doc to record all changes to your
| |
| | Lately, I've started using this
|
| Microsoft Word files, but might want to
| |
| | ActiveBackup instead of more feature-rich
|
| exclude *.tmp to keep the software from
| |
| | versioning software to handle the version
|
| recording changes to temporary files.
| |
| | control for my programming projects. I
|
| After you configure the watch, the
| |
| | love that I can simply set it and forget
|
| software will search the directory and
| |
| | it, get on with my work, and not worry
|
| take a snapshot of every file that
| |
| | about losing any work, should I make any
|
| matches your criteria. The software
| |
| | numb skull moves like accidently deleting
|
| automatically starts up when you boot
| |
| | the wrong folder. I can always restore
|
| your computer and takes another snapshot
| |
| | the last good version.
|