SVN Export Folder Files Only
You should be able to do that with the following SVN command:
svn export http://.../svn/Repo/trunk/Folder C:\AnotherFolder
This should also work with a relative path for AnotherFolder like this:
svn export http://.../svn/Repo/trunk/Folder AnotherFolder