When doing a merge using the Subversive plugin for Eclipse, there is an dropdown box named "depth" where, besides other options, "working copy" and "recursive" can be selected.
I always use the default setting "working copy", but I wonder what the difference between "working copy" and "recursive" is. Can someone explain?
It must be similar to the depth options presented in TortoiseSVN (also in merge options):
Note: The --depth
option is new in 1.5 and restricts operation of Subversion subcommands to a certain depth within the target working copy or URL.
This is more detailed than the Subversion documentation on merge.