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

Re: unusual permissions problem (really)

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-15 18:44:56 CET

On Nov 15, 2006, at 09:09, tigris at snugmail dot com wrote:

> Here is a test case that repros with either setup.
>
> $ cat do
> rm -rf repos tmp
> svnadmin create ./repos
> mkdir tmp
> cd tmp
> svn co file:///home/me/junk/repos
> cd repos
> touch afile
> svn add afile
> svn ci
>
> $ . do
> Checked out revision 0.
> A afile
> sh: ./svn-commit.tmp: Permission denied
> svn: Commit failed (details follow):
> svn: system(' svn-commit.tmp') returned 32256

Subversion wants to write a file "svn-commit.tmp" to the current
directory, and seems not to have permission to do so. Are the
permissions of the current directory sufficient for Subversion to
create and write a file there? Seems like they should be, since you
could create a working copy there...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 15 18:46:26 2006

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.