My office is kinda hooked up on SVN and I'm used to git. However I can do nothing about it, but to adapt.
I noticed there are two different concepts in SVN: recursive add and recursive commit. What is the difference really? Using RapidSVN I performed recursive add on my repo and then in commit dialog I see the following option:
Note the unselected by default Recursive option. Nevermind the absence of any added files and such, it's just for the demonstration purposes. How is this recursive commit different from recursive add? What's the point?
PS: Why downvoting? I come from git background and there is no such thing as recursive commit in Git. Google search turned up nothing. I'm really puzzled at how this thing works.