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

Re: Unexpected files in folder repository\db\...

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 6 Dec 2011 13:48:56 +0100

On Tue, Dec 06, 2011 at 01:44:02PM +0100, Martin Bischoff wrote:
> I was not able to get rid of the transaction. 'svnadmin rmtxns' returned
> the following error:
> "svnadmin: E720003: Can't open file '9279-7lb\format': The system cannot
> find the path specified"

Sounds like you didn't invoke the command correctly.

The syntax is:

  $ svnadmin help rmtxns
  rmtxns: usage: svnadmin rmtxns REPOS_PATH TXN_NAME...
  
  Delete the named transaction(s).
  
  Valid options:
    -q [--quiet] : no progress (only errors) to stderr

It will look for a file REPOS_PATH/format to figure out the repository format.
I guess you put the txn name '9279-7lb' where the repository path is expected?
Received on 2011-12-06 13:49:38 CET

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.