Read-Only lock upon check in?

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Read-Only lock upon check in?

    Why does Contrib/DW turn Read Only on a file when you are checking the file back in?

    Is there any way to avoid having Read Only turned on when checking in?
    ng30345 Guest

  2. Similar Questions and Discussions

    1. InnoDB - Check for a row lock
      I searched entire MySQL doc for info about how to check if row (InnoDB) is locked for write but i didnt found anything. Supose we have 2...
    2. Is there a module that can check if user "foo" may read a file?
      Hi i want to check a number of file against different user uid:s and see if they can read/write execute that file. I have searched on cpan but it...
    3. how to check if folder is read only?
      You could do a little routine to attempt to write a small routine to try and write a file to the specified folder then check for the existence of...
    4. how can i check and decide the caps Lock status ?
      i want to know if the caps lock is turned on right now or not and to turn it on how can i do it ? thanks
    5. how can i check and decide caps lock status
      "gordonit" webforumsuser@macromedia.com wrote: Hi. Use this free xtra: http://www.scirius.com/HCommon/ExCL.htm -- Agustín María Rodríguez |...
  3. #2

    Default Re: Read-Only lock upon check in?

    Short answer -- turn off file checkin/checkout.

    Long answer -- You must be referring to your development side using DW. When
    you checkin a file it uses the file permissions on the remote side. It's not
    marked as "readonly" over there as far as I know. I find the "readonly" issue
    on the development side annoying as well, but it's a necessary evil for working
    in a collaborate environment. I understand your issue though. You can't update
    a PDF, DOC or image file by overwriting it in your development side. You have
    to keep turning off readonly.

    Joeyb Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139