2016-08-09 5 views
1

私のLinuxマシンでcleartoolコマンドを使用しています。ラベルONLINE_Dec_15mainブランチにマージしようとしています。私はadmin_viewと呼ばれるビューをデフォルトの設定仕様で使用しています。Cleartoolエラー:表示を更新できません

element * CHECKEDOUT 
element * /main/LATEST 

ビューには、次のい権限:

Owner: vobadmin   : rwx (all) 
Group: ccusers   : rwx (all) 
Other:     : r-x (read) 

私が働いているのVOBには、以下のいるアクセス権が設定:

VOB ownership: 
    owner vobadmin 
    group ccusers 

マージされますする必要があり、次の権限を持つファイル:

Element Protection: 
    User : vobadmin : r-- 
    Group: ccusers : r-- 
    Other:   : r-- 

他のvobでこれらのアクセス許可を使用してマージを実行できます。しかし、この場合、このエラーが発生しています。私は何が欠けていますか?

私は、次のエラーを取得しています:

cleartool: Error: Unable to update view "admin_view": Permission denied. 
cleartool: Error: Unable to check out "./app/test.java". 

答えて

0

としては、新しいビューを試してみて、問題が解決しないかどうかを確認here

  • Ensure that your view was created with the correct permission's. Once again it is the Linux users' primary Group as defined when your create the Linux user.
  • Tip: Ensure the you use the correct umask setting when creating views
  • Ensure that when you created the viewstore, that you have set the correct user:group ownership

を述べました。

自分を比較することにより、他の(作業)ビューとの比較を行います。

cleartool lsview -l -full -pro <aview> 
関連する問題