bzr ignore = svn propedit svn:ignore My guess is you copies around a few directories and have copied/ overwritten .svn dir content with them, so the versioning data got messed up. Try:
svn cleanup and please tell us what does svn status applications/examples/static say. Also, always do svn update before commit. Really, even if you are the only user, always svn update before commit (it's a long story, but there is a reason). On Feb 21, 2:36 am, mdipierro <[email protected]> wrote: > massimo-di-pierros-macbook:web2py_svn mdipierro$ svn add applications/ > examples/static/jquery.js > svn: warning: 'applications/examples/static/jquery.js' is already > under version control > massimo-di-pierros-macbook:web2py_svn mdipierro$ svn ignore > applications/examples/static/jquery.js > Unknown command: 'ignore' > Type 'svn help' for usage. > massimo-di-pierros-macbook:web2py_svn mdipierro$ svn commit -m > "jquery1.3.2"Sending README > Sending VERSION > Sending applications/admin/static/jquery.js > Sending applications/examples/static/jquery.js > svn: Commit failed (details follow): > svn: File not found: transaction 'e6d438d55e53dfb3', path '/trunk/ > applications/examples/static/jquery.js' > > What should do? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

