Bug#568308: subversion: please add undo command to undo the latest revision

2010-02-04 Thread Jonathan Neuschäfer
On Wed, Feb 03, 2010 at 04:55:09PM -0600, Peter Samuelson wrote: [Jonathan Neuschäfer] Please add an undo command to undo the latest revision. This is an upstream request, and I'm pretty sure it won't happen. Then please tag the wish as `wontfix'. Jonathan Neuschäfer -- To UNSUBSCRIBE,

Bug#568308: subversion: please add undo command to undo the latest revision

2010-02-03 Thread Jonathan Neuschäfer
Package: subversion Version: 1.6.9dfsg-1 Severity: wishlist Please add an undo command to undo the latest revision. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686

Bug#568308: subversion: please add undo command to undo the latest revision

2010-02-03 Thread Peter Samuelson
[Jonathan Neuschäfer] Please add an undo command to undo the latest revision. This is an upstream request, and I'm pretty sure it won't happen. The correct way to undo a revision is a reverse merge. This requires an up-to-date working copy: $ svn update $ svn merge -c-1525 . $ svn