[Python-Dev] Commands for correctly merging to the python 3.0 maintenance branch (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Tue Dec 30 10:42:23 CET 2008
- Previous message: [Python-Dev] Commands for correctly merging to the python 3.0 maintenance branch
- Next message: [Python-Dev] Commands for correctly merging to the python 3.0 maintenance branch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
svn revert . svnmerge -M -F
[are you sure you don't need a command for svnmerge here?]
Instead of these two, I always do
svn resolved .
Regards, Martin
- Previous message: [Python-Dev] Commands for correctly merging to the python 3.0 maintenance branch
- Next message: [Python-Dev] Commands for correctly merging to the python 3.0 maintenance branch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]