[csw-maintainers] A problem with subversion client

Maciej (Matchek) Blizinski maciej at opencsw.org
Mon Mar 22 16:49:33 CET 2010


My Subversion client seems to be generated patches with wrong numbers
on the buildfarm.  When I create a patch with 'svn diff', it should
apply back with no offsets, right? Please look at this:

maciej at login [login]:~/src/opencsw/pkg/ncurses/trunk >

svn revert Makefile
cp Makefile.mod Makefile
svn diff Makefile > 1.patch
svn revert Makefile
gpatch -p0 -i 1.patch
Reverted 'Makefile'
patching file Makefile
Hunk #2 succeeded at 6 (offset 2 lines).
Hunk #3 succeeded at 18 (offset -2 lines).
Hunk #4 succeeded at 75 (offset 2 lines).


More information about the maintainers mailing list