BTW, I highly recommend using the svn-describe
command before you do an svn commit. It will do a diff on all the files you are changing in the change. This has helped me in the past to not check in stuff I don't want to. If you see files you don't mean to check in, you can use svn-editchange and delete the files you don't mean to change from the change set; or you can revert the files in your playpen and to svn-updatechange to correct the list of files to just those (now) modified in your playpen. On 2010-09-22, at 09:30, Lou Iorio wrote: > I checked in some files that I shouldn't have (langref.xml was the > only file I meant to check in): > > ~/src/svn/openlaszlo/trunk $ svn-commit > Sending demos/lzproject/derby/lzprojectdb/log/log.ctrl > Sending demos/lzproject/derby/lzprojectdb/log/log1.dat > Sending demos/lzproject/derby/lzprojectdb/log/logmirror.ctrl > Sending docs/src/reference/langref.xml > Transmitting file data .... > Committed revision 17546. > Log message from 'svn log -v -r17546' follows: > ------------------------------------------------------------------------ > r17546 | lou | 2010-09-22 09:26:25 -0400 (Wed, 22 Sep 2010) | 27 lines > Changed paths: > M /openlaszlo/trunk/demos/lzproject/derby/lzprojectdb/log/log.ctrl > M /openlaszlo/trunk/demos/lzproject/derby/lzprojectdb/log/log1.dat > M /openlaszlo/trunk/demos/lzproject/derby/lzprojectdb/log/logmirror.ctrl > M /openlaszlo/trunk/docs/src/reference/langref.xml > > Change 20100922-lou-B by [email protected] on 2010-09-22 09:26:13 AST > in /Users/lou/src/svn/openlaszlo/trunk > for http://svn.openlaszlo.org/openlaszlo/trunk > > Is there a way to undo this, or will these just get overwritten with the > next > build?
