SVN提交问题 [英] SVN commit problem

查看:29
本文介绍了SVN提交问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 netbeans,最近当我尝试提交更改时收到此错误消息:

I'm using netbeans and recently when i tried to commit my changes i got this error message:

org.tigris.subversion.javahl.ClientException: Permission denied
Commit failed (details follow):
Can't move '/home/********/svn/db/txn-protorevs/1000-sk.rev' to '/home/**********/svn/db/revs/1/1001': Permission denied

推荐答案

检查文件或目录的权限.使用

check the permission to the file or better to the dir. Use

ls -l

为了见主人

chown -R owner.group /path

Chown 用于更改所有者/组.随你的价值观而改变.Instaed 你可以将所有权限设置为 777.在 linux 中这总是有效,但它不是很时尚:)

Chown is for changing the owenr/group. Change with your values. Instaed you can set all the permision to 777. In linux this always works but it's not very stylish:)

chmod 777 -R /path

在这两种情况下,-R 都代表递归.意味着它也会影响所有子目录和文件

In both case the -R stand for recusirve. Means that it affects all the subdirs and files too

这篇关于SVN提交问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆