| Suggested |
| r948304 |
r948304 | hwright | 2010-05-25 22:57:52 -0500 (Tue, 25 May 2010) Remove a couple of goto statements in favor of some refactoring and a helper function. Suggested by: Edsger Dijkstra * subversion/libsvn_client/checkout.c (initialize_area): New. (svn_clien__checkout_internal): Rather than using a goto to run the initialization code, just call the helper function.