On 2009/05/15 10:11, Andrej Elizarov wrote: > updated from 1.34.1 to 1.39.0. > > if there is some bugs, please let me now. > > thanks all for participation.
thanks for working on this! your diff misses a few parts; you need to 'cvs add' any newly added files, 'cvs rm' any files that you removed, then generate the diff with "cvs diff -u -N -p". you can do this against an anoncvs server; for files (but not directories) it only makes changes to your local CVS directories. to find which files you need to handle: - new files you need to 'cvs add' are marked ? in your diff. - removed files you need to 'cvs rm' will show up easily if you "cvs -q -n up" (warning: xxx was lost). the -n means it doesn't change the files. alternatively pkg_add cvsutils and use cvsu, they will be marked with U. there shouldn't be a problem, but make a backup first anyway. if you have any problems getting a good diff, please just send the whole directory as a tar.gz, then we can get it into a bulk build for testing.
