Hi Team,
we are facing the below error with the SVN mirror on bitbucket, can you please advise ASAP
Caused by: org.tmatesoft.svn.core.SVNException: svn: E204900: Checksum mismatch in trunk/.gitignore: expected 6c5fc171924d779c0890754bf8362542 but found a8847d5157f439f2a2303f351403ad1c
PFA log
svnmirror-1.log (5.9 KB)
Hi Team,
the mirror was stopped after the svn commit 341036 and 341037 is the commit at svn and it has changed in trunk/.gitignore file at the svn side and the mirror started failing with the below error
Last synchronization failed with an error: Checksum mismatch in trunk/.gitignore: expected 6c5fc171924d779c0890754bf8362542 but found a8847d5157f439f2a2303f351403ad1c
Hello,
do I understand correctly that you don’t want to translate .gitignore
files between Git and SVN? The last time we had a call, you told me that was so.
If yes, you can set “svn.excludePath=.gitignore” option.
[svn]
excludePath = .gitignore
Once you add it and apply changes, everything should be fine.
Hi Dmitry,
Yes, I did and worked fine , thanks you
Thanks,
Manju NS