Hi All,
I am trying to convert my SVN repo to GIT using GIT-SVN and after a few
commits being process am running in to following error
Ashish-Shahs-Macbook-Pro: git svn fetch
.
.
.
r1878 = 79e09734fdb4916276da8273f25ecfbff37954a6
(refs/remotes/svn/nt/notecards)
Checksum mismatch: dashboard-merged/_images/bg-header-public.jpg
2969d1b5f818325a7516ea392be9564e1da2a3e7
expected: 42865291d24451e2dc7be44a60f3f692
got: 679bc6fd19e3879fed0c17e1b6735161
Here is what I did to verify the issue of the file
Ashish-Shahs-Macbook-Pro:_images ashah$ svn export -r1878
bg-header-public.jpg
A bg-header-public.jpg
Export complete.
Ashish-Shahs-Macbook-Pro:_images ashah$ openssl md5 bg-header-public.jpg
MD5(bg-header-public.jpg)= 42865291d24451e2dc7be44a60f3f692
Ashish-Shahs-Macbook-Pro:_images ashah$ svn export -r1879
bg-header-public.jpg
A bg-header-public.jpg
Export complete.
Ashish-Shahs-Macbook-Pro:_images ashah$ openssl md5 bg-header-public.jpg
MD5(bg-header-public.jpg)= 679bc6fd19e3879fed0c17e1b6735161
Ashish-Shahs-Macbook-Pro:_images ashah$
It is evident that the file has changed from r1878 to r1879, but while
migrating the changes for 1878 why the changes of 1879 are showing up ? Or
am i missing something here ?
Thanks for any suggestions or help.
-Ashish
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.