Harddisk

When svnsync does not work

If svnsync gives something like

Failed to get lock on destination repos, currently held by ...

you have to remove the lock on the destination repository.

svn propdel svn:sync-lock --revprop -r 0 file:///path/to/repo

… does this.

Tags:

Comments are closed.