My system is Win7 If My repository folder is encrypted, then I can NOT get the log or browser it. why?

If i use file:///F:/SVNsystem/AVRsensor/trunk, I can access the repository but http://canson/svn/AVRsensor/trunk, there is something wrong!

I have find the answer. the apache is log on as system, then the system has no right to access the EFS file. So I add a user apache, and load the current user's 'persional information exchange-PKCS" then in serivces, set the apache log on as user apache. restart the APACHE service.

link|improve this question
feedback

1 Answer

The problem is probably related to your web server. You are probably using Apache for its svn support and Apache server cannot access your encrypted files. Use windows authentication in your web server.

link|improve this answer
I have find the answer. – canson Aug 17 '11 at 6:34
1  
Post it here as an answer – shariat Aug 17 '11 at 14:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.