Neeran
Neeran

Reputation: 1793

Svn update/cleanup error

When I run svn update on staging I get:

-bash-3.2$ svn update
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
-bash-3.2$ svn cleanup
svn: Error at entry 1 in entries file for '.':
svn: Invalid value for field 'keep-local'

There is something wrong with the entries file? Doesn't that contain the UUIDs for the repository? Can't I just rebuild the UUID's for the repo by running:

$ svnadmin setuuid /var/svn/repos (on staging for me)

what are the risks associated with this?

Upvotes: 2

Views: 704

Answers (1)

Neeran
Neeran

Reputation: 1793

Fixed it by abandoning the repository and making a new one. Make sure to copy the files across. Also NEVER EVER mess with the UUIDs or the entries file.

Upvotes: 1

Related Questions