|
|

10-05-2007, 08:16 AM
|
|
Stuck in IKEA. Send help.
Group: Administrators
Location: St. Albans, Melbourne
|
Merging Folders & Files in Finder
How does one copy a bunch of folders and files across to another folder with the same folders in it, but which had different files, without overwriting the contents of the directory? On Windows I'd just drag it all across and only if there were identical files would it complain, but OS X either wants to overwrite the directory, or just do nothing 
|
|
|
|
|
|
|
|

10-05-2007, 08:23 AM
|
|
Clinically Insane
Group: Regulars
Location: Sydney, Australia
|
You can't though, can you? If the Folders have ... exactly the same names... they'll replace the current ones. Yes? No? An object can not inherit the position of another identical object, whilst the original object is there...
The only way it would work - as far as I know - is if you were using a good backup app and backing up to some other drive, where the app is looking for identical names and identical file content, and re-writing only that which has changed since the last backup.
Last edited by ClockWork; 10-05-2007 at 08:27 AM.
|
|
|
|
|
|
|
|

10-05-2007, 08:27 AM
|
|
Regular
Group: Regulars
Location: Bris Vegas
|
This is a longstanding difference between Mac and Windows. The Mac way is more intuitive, even if it's sometimes less convenient.
|
|
|
|
|
|
|
|

10-05-2007, 08:37 AM
|
|
Stuck in IKEA. Send help.
Group: Administrators
Location: St. Albans, Melbourne
|
Quote:
Originally Posted by ClockWork
You can't though, can you? If the Folders have ... exactly the same names... they'll replace the current ones. Yes? No? An object can not inherit the position of another identical object, whilst the original object is there...
|
The folder names are the same, but it's content is different 
I want the folders to be merged with the content from both folders co-existing in the new single folder, not the new stuff overwriting the old stuff.
|
|
|
|
|
|
|
|

10-05-2007, 08:52 AM
|
|
Clinically Insane
Group: Regulars
Location: Sydney, Australia
|
You could... always... open each Folder and transfer the new files to the contents of those Folders - however - I do not think this is the answer you want to hear... 
|
|
|
|
|
|
|
|

10-05-2007, 09:12 AM
|
|
Regular
Group: Regulars
Location: Melbourne
|
use transmit, i think that offers a merge option?
|
|
|
|
|
|
|
|

10-05-2007, 09:20 AM
|
|
Regular
Group: Regulars
Location: Northern Beaches , Sydney
|
Is this for backup purposes or reorganising your files ? If it's for backup and you have lots of files ,I am sure something in Automator or Retrospect could be done. If it is only a couple of folders just manually call the folders by different names and put them inside another folder much as what CW is alluding to.
It just means you would have to dig down another layer to find it though.
Stewie
__________________
Lotsa Macs - PM's , G3's , G4's & Powerbooks - Love 'em
----------------
Painless trades : William , Clockwork , Brains, Applecollector, Simo, TimWallG5, ric3am, JMD , Forgie, Avolve, Zen, Mctastic, iCant
Freebies from : Clockwork, TimRyan twice, Asphotos twice , DebB , Avolve , Froggy, Bee-J , Stepandy, Hoony
|
|
|
|
|
|
|
|

10-05-2007, 09:22 AM
|
|
Stuck in IKEA. Send help.
Group: Administrators
Location: St. Albans, Melbourne
|
I just fired up Parallels and did it in Windows - easy. But I shouldn't have to!
|
|
|
|
|
|
|
|

10-05-2007, 09:37 AM
|
|
Regular
Group: Regulars
Location: Berkeley, California USA
|
With cp -R
[c-71-204-186-30:~/desktop] macdave% cp -R test ~/Desktop/parent
[c-71-204-186-30:~/desktop] macdave% cp -R test ~/Desktop/parent
The contents of test were different in each command. The end result is one folder called "test" wtihin the folder Parent that contains all files from both test folders without overwriting.
Dave
|
|
|
|
|
|
|
|

10-05-2007, 09:38 AM
|
|
Clinically Insane
Group: Regulars
Location: Sydney, Australia
|
Quote:
Originally Posted by decryption
I just fired up Parallels and did it in Windows - easy. But I shouldn't have to!
|
is quietly sick in a bag...
|
|
|
|
|
|
|
|

10-05-2007, 08:05 PM
|
|
Regular
Group: Regulars
Location: Sydney
|
lmao, the trash can do it.
ever seen something like:
random folder
random folder 10-32-42
in your trash??
|
|
|
|
|
|
|
|

10-05-2007, 08:43 PM
|
|
Merry Pagan Sun God's day
Group: Administrators
Location: Fukuoka, Japan (originally Canberra)
|
Open the folder, select-all (command-a) and drag the files into the new folder. It will prompt you about existing files.
|
|
|
|
|
|
|
|

10-05-2007, 08:46 PM
|
|
NSLog(@"%@", [self customTitle]);
Group: Regulars
Location: Melbourne
|
Quote:
Originally Posted by Johnny Appleseed
This is a longstanding difference between Mac and Windows. The Mac way is more intuitive, even if it's sometimes less convenient.
|
I don't know if it's that much more intuitive, but I would've thought it would be easy enough to have a dialog come up that says:
"Do you want to merge the two directories with name "xxxyyy", or do you want to replace the original with the one you are dragging?"
Merge - Replace - Cancel
Now that wouldn't be that hard, would it? Would it?
__________________
"A company must go out and find what the customer wants ... The need is not for, say, half a million ¼-inch drill bits. The needs is that there are ten million ¼-inch holes that need to be drilled." - Robert Noyce
"Algorithms that forget their history are doomed to repeat it" - Artificial Intelligence, A Modern Approach (Russel & Norvig)
|
|
|
|
|
|
|
|

10-05-2007, 08:49 PM
|
|
NSLog(@"%@", [self customTitle]);
Group: Regulars
Location: Melbourne
|
Quote:
Originally Posted by Currawong
Open the folder, select-all (command-a) and drag the files into the new folder. It will prompt you about existing files.
|
What about nested sub-directories?
__________________
"A company must go out and find what the customer wants ... The need is not for, say, half a million ¼-inch drill bits. The needs is that there are ten million ¼-inch holes that need to be drilled." - Robert Noyce
"Algorithms that forget their history are doomed to repeat it" - Artificial Intelligence, A Modern Approach (Russel & Norvig)
|
|
|
|
|
|
|
|

10-05-2007, 09:20 PM
|
|
Still stuck in 1984
Group: Regulars
Location: Inside your head
|
I agree, this no-merge action of Finder is just another reason why Finder is so bad -- if I have to do file management on my Mac, I'll do it from the PC (aye, because I like the Explorer method of navigation, and bee, because it can do smart merging of nested directories and only nag me if it strikes an identical file-name in the same path).
Back in the System 7 days, there was an expension called SpeedyFinder (written by an Australian) that gave Finder the ability to merge, as well as creating a copy/move queue ... but then it got bought by Alladin (the Stuffit people), and in the rewrite, the merge function was removed. Since then, I have awaited a replacement but I've been waiting a loooooooong time with nothing appearing.
Merge had better be in 10.5
B.
__________________
Tune into Psymbiensis, 24/7 chill music streaming straight to your desktop.
Cornell Univiersity says, "Watching TV shows makes you stupid." Break the addiction, visit White Dot today.
Wi-fi is a health risk, please use sparingly and with caution.
|
|
|
|
|
|