Hi,
(I'm working with SmartSVN and Visual SVN Server)
I need to check out a project from subversion to the project-directory of an IDE. the IDE can't open projects from anywhere (eg directly from the working copy) it only sees the projects in its projects folder.
I can't use the IDEs project folder directly as working copy directory, cause I need to have a working copy directory for each svn-url. (I get the error "../projects is already a working copy for a different url" when checking out a second project)
So, do I have to run a script that copies the files from wc to the projects folder? How is this triggered? (from SmartSVN) this seems a little awkward....
How is this done best?