Tagged Questions
0
votes
1answer
54 views
tortoisesvn can NOT access Encrypting File System repository
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 ...
0
votes
1answer
463 views
How to determine whether a file is encrypted with EFS?
Is there a library method somewhere for figuring out whether a file has been encrypted with EFS? I see the Encrypt() and Decrypt() methods on FileInfo, but am looking for a way to query a file's ...