[Python-Dev] Commands for correctly merging to the python 3.0 maintenance branch
"Martin v. Löwis"
martin at v.loewis.de
Tue Dec 30 10:42:23 CET 2008
> svn revert .
> svnmerge -M -F <py3k-rev>
[are you sure you don't need a command for svnmerge here?]
Instead of these two, I always do
svn resolved .
Regards,
Martin
More information about the Python-Dev
mailing list