Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9121273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:49:25+00:00 2026-06-17T05:49:25+00:00

I am using a local svn repo on my desktop. When i manually enabled

  • 0

I am using a local svn repo on my desktop. When i manually enabled EFS on the repository folder SVN could not access it. However i would like the repository to be encrypted when i am not logged in. Any ideas and suggestions would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T05:49:26+00:00Added an answer on June 17, 2026 at 5:49 am

    When i faced a similar issue i used vbscript to encrypt the folder during log off and decrypt it during log on. If you are using windows, you could use the following vbscript’s. Create both the scripts in two separate files.

    'Encrypt.vbs
    Dim strDir, objShell, FSO, WshShell
    strDir = "D:\Repositories"
    Set objShell = CreateObject("Shell.Application")
    Set FSO = CreateObject("Scripting.FileSystemObject")
    Set WshShell = WScript.CreateObject("WScript.Shell")
    retval = WshShell.Run("CIPHER /E /S:" & strDir, 0, True)
    MsgBox("Success")
    
    'Decrypt.vbs
    Dim strDir, objShell, FSO, WshShell
    strDir = "D:\Repositories"
    Set objShell = CreateObject("Shell.Application")
    Set FSO = CreateObject("Scripting.FileSystemObject")
    Set WshShell = WScript.CreateObject("WScript.Shell")
    retval = WshShell.Run("CIPHER /D /S:" & strDir, 0, True)    
    MsgBox("Success")  
    
    1. Execute the Run command “gpedit.msc”
    2. On left pane select Local Computer Policy | User Configuration | Windows Settings | Scripts(Logon/Logoff)
    3. On the right pane double-click on “logon”
    4. On log on properties dialog click “Show Files…” button
    5. The location “C:\Windows\System32\GroupPolicy\User\Scripts\Logon” opens up
    6. Copy Decrypt.vbs to this location
    7. Similarly copy Encrypt.vbs to “C:\Windows\System32\GroupPolicy\User\Scripts\Logoff”
    8. On Logon Properties dialog, click Add button and select Decrypt.vbs
    9. Similarly on Logoff Properties dialog, click Add button and select Encrypt.vbs
    10. Execute the Run command “gpupdate” and wait for the policy to be updated
    11. Log-off and log in as another user and verify that the Repositories folder is encrypted by trying to read any human readable file, say readme.txt.
    12. Now every time you log in the repository is decrypted and accessible to SVN and when you log off the repo remains encrypted on the disk.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have imported a local directory in my svn repository using import /my/home/dir file://my/home/svn/repo/trunk
Trying to convert my local SVN repo to Git using svn2git as suggested by
I'm trying to convert a local SVN repository to git using git-svn under cygwin
I'm trying to run composer using a local SVN repo, I can hit the
I've set up a local SVN repo with apache https access on an ubuntu
So i have this local SVN repo that i am using for my dev
I follow this tutorial to create a svn http://www.guyrutenberg.com/2007/10/29/creating-local-svn-repository-home-repository/ However after running $ svn
I'm using Collabnet SVN client versions 1.5 & 1.6. My local machine is running
Using local variables seems advisable in a partial that could be used application-wide to
I need to access to a shared resource with a windows service using local

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.