I use Bonobo Git Server, I want to move my repositories to another drive.
currently the repositories are in C:\inetpub\wwwroot\Bonobo.Git.Server\App_Data\Repositories
. How can I move them to D:\
drive?
You can tell Bonobo where the repositories are, on the 'settings' page. So just move your repositories directory to d:\ and go to the Bonobo settings and change them to match. You don't need to try and fool Bonobo with a symlink.
You may need to fiddle with disk access permissions for whatever user your bonobo app pool runs under, same as you would with any IIS app which needs access to the file system.