You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by François Beausoleil <fb...@ftml.net> on 2004/12/09 02:28:51 UTC

[BUG] svnadmin rmtxns broken on FSFS repositories ?

Hi,

I'm using 1.1.1 on Win2K SP4, and I believe rmtxns is broken:

$ svnadmin lstxns \svn\repos
3057-1

$ svnadmin rmtxns \svn\repos 3057-1
svn: Reference to non-existent node '0.0.t3057-1' in filesystem 
'/svn/repos/db'

I tried listing the transactions again, after the failure, and sure 
enough, the txn's still in the repository.

Thanks,
François


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [BUG] svnadmin rmtxns broken on FSFS repositories ?

Posted by François Beausoleil <fb...@ftml.net>.

On 09/12/2004 10:36, Greg Hudson wrote:
> On Wed, 2004-12-08 at 21:28, François Beausoleil wrote:
> 
>>$ svnadmin rmtxns \svn\repos 3057-1
>>svn: Reference to non-existent node '0.0.t3057-1' in filesystem 
>>'/svn/repos/db'
> 
> Please go ahead and file an issue about this in our issue tracker.

#2160
http://subversion.tigris.org/issues/show_bug.cgi?id=2160

Bye !
François

Re: [BUG] svnadmin rmtxns broken on FSFS repositories ?

Posted by Greg Hudson <gh...@MIT.EDU>.
On Wed, 2004-12-08 at 21:28, François Beausoleil wrote:
> $ svnadmin rmtxns \svn\repos 3057-1
> svn: Reference to non-existent node '0.0.t3057-1' in filesystem 
> '/svn/repos/db'

Indeed, that looks like a bug.  For now, you can just use "rm -rf" to
remove stale transactions from the db/transactions directory.

A brief looks at the code suggests that svnadmin's subcommand_rmtxns is
tailored kind of closely to BDB semantics.  But I'm not sure exactly
what bit of code is at fault here.

Please go ahead and file an issue about this in our issue tracker.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org