Hi 
I have repo structure like this:
/trunks
/images
/Client
/Server
/fonts
/Client
/Server
/projectconfig
/eclipse
/Client
/Server
/config
/Client
/Server
/libs
/Client
/Server
/source
/Client
[here goes packages]
/Server
[here goes packages]
and I would like to use it within my Eclipse projects structure:
/Workspace
/Client
/src
[here goes packages from /trunks/source/Client/]
/lib
[here goes files from /trunks/libs/Client/]
/img
[here goes files from /trunks/images/Client]
/config
[here goes files from /trunks/config/Client]
/fonts
[here goes files from /trunks/config/Client]
/.settings
[here goes files from /trunks/projectconfing/eclipse/Client/.settings/]
[files that are connected with Project configuration and are in project root dir comes from /trunks/projectconfig/eclipse/Client]
/Server
[analogical structure like in but Repo paths ends with Server]
Is there any way to link repo with workspace projects in that way ? I would like to have update/commit options on each Eclipse project working properly for that custom structure.
I hope I described this clearly enough 
Please, help 
Thanks in advance.
P.S.
I was searching some clues through the forum and Internet but I found noting concrete, so I am asking now.
Greetings,
Piotr Zajączkowski
[Updated on: Sat, 24 September 2011 12:51] by Moderator