The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Is there any software can do this updating files job?

    Discussion in 'Apple and Mac OS X' started by fan of laptop, Jan 18, 2008.

  1. fan of laptop

    fan of laptop Notebook Evangelist

    Reputations:
    41
    Messages:
    336
    Likes Received:
    0
    Trophy Points:
    30
    Hi, It is me again, the person who lost some precious code because of the "wrong" operation. :mad: .

    I am wondering if there is a software like this:

    You have two folders who have the same name, one is on your flash drive, the other one is on your mac. You want the software to compare these two folders and offer you to UPDATE files in the same folder. Note that I use word update, not totally change all the files in the folder.

    Anybody has any idea on this?

    Thanks.
     
  2. system_159

    system_159 Notebook Deity

    Reputations:
    363
    Messages:
    794
    Likes Received:
    0
    Trophy Points:
    30
    Sounds like you want SVN.

    Basically it's a software that's hosted on a server. You create files and folders on your computer, then "commit" them in the svn "repository". The repository stores everything you've committed, with a change log. That means if you're currently on version 108 of your software, and you realize that you had a better way of doing things way back when you can go back to version 45 of whatever.

    As long as you have the repository address and login/password you can get your files on any computer.

    I use it for work every day(actually every hour). It's a huge life saver for when you accidentally delete files or are on a different computer.
     
  3. circa86

    circa86 Notebook Virtuoso NBR Reviewer

    Reputations:
    685
    Messages:
    2,463
    Likes Received:
    0
    Trophy Points:
    55
    i just want to be clear on one thing, you have "Folder A" on your flashdrive, and "Folder A" on your computer, inside folder A on both devices is "File 1"? and you want all the contents of that files to be updated?

    or, you have Folder A on both devices, and in one of those folders you have File 1, the other File 2, and when you drag a folder to the other location you now want a "Folder A" with files "1 & 2" ?