Can I use wildcards or globbing to move many files at once?
No, there is no built-in way to do this. Many commands, like mv, refuse to take an arbitrary number of arguments, and in any case, Subversion doesn't expand wildcards like "*" the way the shell does.
Can SVN be installed into a segregated network (intra/inter)?
In some environments, you may need to allow access to a repository from multiple domains of trust. These normally fall into intranet (trusted hosts) and internet (untrusted hosts) domains. If security requirements do not allow direct access to a SVN repository, there are various methods that can be used, depending on the level of security needed.
What is a wedged repository and why does it happen?
A Subversion repository consists of two different internal parts, a working compartment and a storage compartment. A wedged repository is a repository where the working compartment is inaccessible for some reason, but the storage compartment is intact. Therefore, a wedged repository has not suffered any loss of data, but the working compartment has to be corrected before you can access the repository.