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

svn commands fails on write-only files or directories access

From: Alexander Thomas <alexander_at_collab.net>
Date: 2006-06-30 16:14:30 CEST

While trying to svn add a write-only file, I got error message like

subversion/libsvn_subr/io.c:2473: (apr_err=13)
svn: Can't open file 'foo': Permission denied

Initially I was of the impression that the operation failed, but 'svn
status' says operation succeed. I think users will get confused with the
above error message, because error looks more like a failure than a
warning.

svnadmin create /tmp/repos
svn co file://tmp/repos /tmp/wc
cd /tmp/wc
touch foo
chmod -r foo
svn add foo
svn st foo

Same happens while adding a write-only directory, but a --non-recursive
add or status can fix this.

I suspect this is because svn tries to open the write-only
file/directory and a quick scan confirms it too. Can any one suggest a
better solution for this problem.

-AT

 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 30 16:15:18 2006

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

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