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

  • SEARCH
  • Home
  • 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 8457251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:45:49+00:00 2026-06-10T12:45:49+00:00

Sometimes when editing a code on VIM when I hit :w I discover that

  • 0

Sometimes when editing a code on VIM when I hit :w I discover that the file is not checked out on source server (read only on FS).

So I go on svn|Teamprise Explorer then checkout the file (making the file writable), but after that when :w is executed it gives the same message, seems like vim doesn’t check that the permissions has been changed.

Now the problem, if I hit :e the file is reloaded but I’ll loose every change, using :w! is not so elegant, it can turn you into a lazy programmer, always doing that then comparing to the ‘latest version’.

Does exist some how to reload only the permissions?

  • 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-10T12:45:50+00:00Added an answer on June 10, 2026 at 12:45 pm

    I don’t know how to load only the permissions, but there are a couple other things to try.

    One is to prevent modification when the file is read only, using the script from here:

    function UpdateModifiable()
      if !exists("b:setmodifiable")
        let b:setmodifiable = 0
      endif
      if &readonly
        if &modifiable
          setlocal nomodifiable
          let b:setmodifiable = 1
        endif
      else
        if b:setmodifiable
          setlocal modifiable
        endif
      endif
    endfunction
    autocmd BufReadPost * call UpdateModifiable()
    

    The other is to get or write a plugin for your source control. We use perforce at work and I found a plugin that lets me checkout from perforce straight from the vim menu. Also, if I try to edit a file that isn’t checked out, vim prompts me to ask if I want to do so.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im filling in dropdowns with ajax'd info -- sometimes (when editing) I not only
When I am editing source files using Vim and other editors, sometimes I get
While editing and fixing up code I have thought that sometimes it would be
Is there any way with TextMate to hide comments when editing code? Sometimes I
I normally use gVim for editing, but I sometimes use vim when remotely connecting
I know I can compile individual source files, but sometimes -- say, when editing
Is it normal that the default behavior for code completion when editing Java is
Sometimes you come by Zip files with file or directory with some unrecognized characters
Sometimes when using Visual Studio it displays a prompt with a filename: This file
Sometimes, tomcat restart will cause my application stop immediately so that my consuming data

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.