> I am running subversion server on a Windows machine. Right now I am
> in the process of converting my exisiting projects to start
> using subversion and my projects are located at different
> paths/locations. For example:
> C:\data\project1
> C:\project\bluecat
> C:\software\abc
>
> Now it seems that wehn we start svnserver executable it accepts the
> root path of the repositories like this:
>
> svnserve.exe --daemon --root drive:\path\to\repository\root
>
> However in my case all my projects are under different locations
> and unfortunately I cannot move them under one location because lot
> of other systems are expecting those projects to be at that
> location. So I would rather change the new system (svnserver) to
> adopt to the exisiting layout.
>
> Is there any way to get around this?
Have you tried symlinks? Windows 2008 server and up supports them.
BOb
Received on 2010-09-01 22:43:37 CEST