tags:

views:

85

answers:

2

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?

A: 

What Is you IDE?

Zote
its a very specialized IDE for home-automation programming.you wont know it, its called "GIRA Homeserver Experte".but it really only reads projects form its project directory.
Coons
+1  A: 

You may want to try to check out a project into the IDE's project directory. For example...

/project - the project directory for the IDE
/project/MyProject1 - First Project
/project/MyProject2 - Second Project
/project/etc - Other projects.

Basically, check each project out separately from SVN underneath the IDE's project directory.

JasCav