[clue-tech] Document synchronization

Greg Knaddison greg.knaddison at gmail.com
Mon Apr 4 08:09:04 MDT 2005


On Apr 3, 2005 11:39 PM, Angelo Bertolli <angelo at freeshell.org> wrote:
> I recently bought a laptop for the first time.  I really enjoy being
> able to work on things other than at home, but now I have this problem
> with keeping track of where I put things.  I experienced a little bit of
> this dilemna with a UNIX account I have, but of course I could always
> get to that remotely.  Now I feel like I've got too many different
> things spread across too many systems to keep track of things.  How do
> people synchronize their documents?
> 

I like CVS and/or Subversion.  People will say "putting stuff beyond
code in those is not their intention - that's just crazy."  But...it
provides me with a central home for things in my repository I have
projects for music, pictures, documents...everything

So if I'm working on one particular machine and need to get my
documents I just checkout my documents module.  Or I can checkout
documents/greg/neighborhood or something like that.

Works like a champ.  Subversion is probably better for this since it
does the binary diffs and more efficient diff checking/sending across
networks.  On the one hand it feels kind of weird having todo.txt at
revision number 1.57 but it's also nice to diff 1.57 and 1.1 and see
the things I _still_ haven't gotten to!

Greg



More information about the clue-tech mailing list