CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Posts
    138

    Syncing software.

    I have 2 computers, and I use them equally often to program stuff. I'm looking for a sourcecode syncing software, that syncs souce code folders between 2 hard disks (or a hard disk and a flash drive) in a way that the latest edited versions prevail - much like what database software does, but I don't want to use a database software because I really don't need to and it's too complicated.


    So, any suggestions on a good SIMPLE syncing tool?

  2. #2
    Join Date
    Feb 2002
    Posts
    4,640

    Re: Syncing software.

    You could try rsync.

    Viggy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured