We are on a Active Directory environment. I'm logged (as Domain Administrator) into the server which runs both Kiln & SVN.
After login I run Import tool and gave my Kiln crediantials (my personal domain user account not Administrator account see: link text) after that Kiln asks target server to get files . Wrote SVN path of target repository.
At this point, Import tool automatically tries to login to SVN system with logged in windows user account (Administrator account in our case) and fails to retrieve type of target source control server's type. (Administrator account not authorized on SVN)
"[Fri Feb 05 18:14:12 2010] [error] [client 192.168.0.9] Access denied: 'ERKYAZILIM\Administrator' OPTIONS Online-Islemler:/"
And Import tool decides itself "it must be Mercurial", and asks for Mercurial login info which cannot be used with SVN. (see: link text)
In my opinion, Import tool should ask target server type & login info instead of trying to determine it itself.