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

Attempted to set entry in immutable node

From: Justin Johnson <ajustinjohnson_at_gmail.com>
Date: Wed, 10 Jun 2009 15:56:02 -0500

Hi,

While attempting to create a tag with the following command I received the
following error.

COMMAND

svn copy --non-interactive --message "labeled by Anthill" -r "{2009-06-10
20:06:59 +0000}" URL_TO_BRANCH URL_TO_TAG

ERROR

svn: Attempted to set entry in immutable node

The timing of this seems to coincide with when a developer deleted some
directories from the branch. Attempts to create a tag from the same branch
after this work fine.

Is this a bug? I found the Subversion source code where this error is
output (http://svn.collab.net/repos/svn/trunk/subversion/libsvn_fs_fs/dag.c),
but I'm not sure what it means. Is there a small window of time when the
repository prevents tag creation if a delete is taking place? Perhaps a bug
with how the date as a revision is computed when a transaction like this is
in progress?

The server is running 1.5.4 on a Solaris 10 box. The client is running
1.5.1 on a Solaris 10 box. I ran svnadmin verify on the repository without
any problems. Repository format is 5. DB format is 3, layout linear.

Thanks.
Justin

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2361071

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-10 22:57:03 CEST

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.