You do not need to specify the root directory for cloning. You can do it as follows:
git svn clone svn:
git svn clone svn:
...
If you have trunk / branch / tag folders in each application folder, you can also add additional arguments:
git svn clone svn://repository/subdirectory_of_app1 -T trunk -t tags -b branches app1
...