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

My repository is broken

From: Samphan Raruenrom <samphan_at_actiwhiz.com>
Date: 2005-05-13 03:50:39 CEST

I really like Subversion. I have a little repository for my HTML CD Browser
project. My repository is currently broken and I can't fix it myself.

I did this :-
>svn ci -m "add Images"
Adding include\images
Adding (bin) include\images\desc.gif
.....
Adding (bin) include\images\vertical_right.gif
Transmitting file data ......................
svn: Commit failed (details follow):
svn: Can't remove '/home/svnroot/db/transactions/88-1.txn':
The process cannot access the file because it is being used
by another process.
------

After that :-
>svn status
! .
! include
A include\images
....
A include\images\oss_07.gif

>svn ci -m "add Images"
Adding include\images
svn: Commit failed (details follow):
svn: File already exists: filesystem '/home/svnroot/db',
transaction '89-1', path '/chantra/src/include/images'

>svn update
svn: Failed to add directory 'include/images': object of
the same name already exists
-----

I no longer be able to use the repository.
I try (guess) 'svnadmin rmtxns /home/svnroot 89-1'.
But it says 'svn: No such transaction'
What should I do?

--
_/|\_ Samphan Raruenrom.

Received on Fri May 13 03:53:20 2005

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.