[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Permissions in the WC

From: Ryan Hunt <rhunt_at_hp.com>
Date: 2003-12-09 03:10:55 CET

Any way to correct permission problems in the .svn files of the WC?

I have a user that ran chmod 775 recursively in the root of his WC, and
so when trying to do a ci gets the following...

> => time svn ci -m "stage2 updates"
> Sending diff/nvram
> Sending diff/vmware.log
> Sending notes/store_notes_here
> Sending vmcore/ide-s001.vmdk
> Sending vmcore/ide.vmdk
> Transmitting file data .....subversion/libsvn_client/commit.c:743:
> (apr_err=200000)
> svn: A problem occurred; see later errors for details
> svn: Commit succeeded, but other errors follow:
> subversion/libsvn_client/commit.c:761: (apr_err=155009)
> svn: Problem running log
> svn: Error bumping revisions post-commit (details follow):
> subversion/libsvn_wc/log.c:293: (apr_err=155009)
> svn: in directory
> '/.automount/net/plslx021/local/home/abowman/vieadminworking/plslx021/
> 2checkin/stage2/de95/diff'
> subversion/libsvn_wc/log.c:1157: (apr_err=155009)
> svn: start_handler: error processing command 'committed' in
> '/.automount/net/plslx021/local/home/abowman/vieadminworking/plslx021/
> 2checkin/stage2/de95/diff'
> subversion/libsvn_wc/log.c:934: (apr_err=155009)
> svn: error replacing text-base: nvram
> subversion/libsvn_subr/io.c:651: (apr_err=1)
> svn: Operation not permitted
> svn: svn_io_set_file_read_write: failed to set file
> '/.automount/net/plslx021/local/home/abowman/vieadminworking/plslx021/
> 2checkin/stage2/de95/diff/.svn/text-base/nvram.svn-base' read-write
>
> real 2m24.07s
> user 0m38.77s
> sys 0m4.36s

when trying to do and svn cleanup get the following

> => svn cleanup
> subversion/libsvn_subr/io.c:625: (apr_err=1)
> svn: Operation not permitted
> svn: svn_io_set_file_read_only: failed to set file 'diff/.svn/entries'
> read-only

Any idea how to correct this permission problem?

-Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 9 03:08:40 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.