Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I needed to replace the old adodb_lite library with an updated one in an svn repository of mine, so I deleted the old, added the new and committed.. it made my subversion working-copy impossible to commit now. I can NOT commit it. It keeps telling me "legacy" folder is obstructed. (that's the parent of adodb_lite. What is up here?
Did you delete the adodb lib folder from working copy or from repository?
The intended behaviour of SVN/CVS/*insert revision repository name here* is that you never need modify the repository; only workig copies and commit those copies as new revisions.