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

Re: Something strange happened (may be a bug)

From: makl <makl_at_tigris.org>
Date: 2004-03-25 07:10:47 CET

Reproduction recipe:

$ svnadmin create repo --bdb-txn-nosync
$ svn co file:///home/mk/test/repo wc1
$ mkdir wc1/tunk
$ mkdir wc1/tunk/dir1
$ svn add wc1/tunk
$ svn ci wc1 -m r1

$ svn rm wc1/tunk
$ mkdir wc1/tunk/dir2
$ svn ci -m r2 wc1
Deleting wc1/tunk
../svn/subversion/libsvn_client/commit.c:755: (apr_err=200000)
svn: Commit succeeded, but other errors follow:
../svn/subversion/libsvn_client/commit.c:773: (apr_err=155012)
svn: Error bumping revisions post-commit (details follow):
../svn/subversion/libsvn_wc/adm_ops.c:1868: (apr_err=155012)

Note: This error is not a duplicate of issue 1797.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 25 07:14:48 2004

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.