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

Moving a regular file and creating a symbolic link in its place results in E000014, bad address, and cannot cleanup

From: Jared Silva <jayrod_at_gmail.com>
Date: Tue, 29 May 2012 16:19:38 -0400

I tried reproducing using a test repository, but could not.

Any ideas on how to unlock my working copy?

touch foo
svn add foo
svn ci

svn cp foo bar
svn rm foo
ln -s bar foo
svn add foo
svn ci

svn: E200000: Commit succeeded, but other errors follow:
svn: E000014: Error bumping revisions post-commit (details follow):
svn: E000014: Can't create symbolic link
'/.../.svn/tmp/svn-4BxzCs.tmp': Bad address

svn cleanup

svn: E000014: Can't create symbolic link
'/.../.svn/tmp/svn-1wvlnn.tmp': Bad address

svn --version
svn, version 1.7.4 (r1295709)
Received on 2012-05-29 22:20:13 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.