If an error occurs, we allowed the sync to continue. so, I want to commit a dummy revision to the mirror repository and continue synching.
Any idea how to commit dummy revision to the repository?
If an error occurs, we allowed the sync to continue. so, I want to commit a dummy revision to the mirror repository and continue synching.
Any idea how to commit dummy revision to the repository?
You should never commit to mirror repository manually. All commits to the mirror repository should go from svnsync on the master server only. Usually, it's enough to commit to master server to invoke post-commit hook which will run svnsync sync to the mirror repository.
Depending on what you mean by "an error occurs", solution may vary. You should specify your exact case.