How to check out SVN external URL directly?
问题 I have a Subversion repository that contains some client files. Some clients will use the standard files, but other clients will provide custom versions of the files. To accommodate this, I've used svn:externals for the clients that will use the shared files. So our structure is something like this: svn |+ top |+ shared |+ clients |+ custom1 |+ custom2 |+ shared1 |+ shared2 The client "custom1" is a real folder in Subversion containing that client's customized files, and the client "shared1"