johnf wrote: > While I'm waiting for the real fix how can I revert back to 3316? I have > tried > svn co -r 3316 dCursorMixin.py and I get an error message.
Go to the top of the dabo directory hierarchy and issue: svn up -r 3316 You aren't committing, but updating, and you really need to make sure your entire tree is in sync with whatever revision you want, not just one file. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
