블로그 이미지
namGoos
IQ.152 천재 남구스

calendar

      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      
    2008/11/27 10:51 Web Dev

    Permission problems with working copies on a SAMBA share.

    After upgrading to TortoiseSVN 1.5.x, you get a lot of "Access denied" errors for most of the Subversion commands if your working copy is stored on a SAMBA share.

    Some users reported that the problem went away after they upgraded SAMBA to the latest version. If that does not help or you can't upgrade, allow readonly files to be deleted in the SAMBA config file:

    [global]
    delete readonly = yes
    

    For older versions, try:

    [global]
    create mask = 0644
    force create mode = 0600
    security mask = 0555
    force security mode = 0600
    설마 TortoiseSVN 64bit 버전을 쓰기 위해 기존의 1.4.x 버전을 버리고 1.5.x를 깔아 쓰는 계속 퍼미션 에러가 나왔는데 원인을 찾기 위해 모든 경우의 수를 다 분석하다가 설마 했는데 버전에 대한 설정 값을 다르게 해야 할 줄은 꿈에도 몰랐다는...
    크리에이티브 커먼즈 라이선스
    Creative Commons License

    'Web Dev' 카테고리의 다른 글

    Samba + Svn + TortoiseSVN 1.5.x 이용시 삼바 설정  (0) 2008/11/27
    posted by namGoos
    TAG ,
    prev 1 ... 2 3 4 5 6 7 8 9 10 ... 53 next