When you copy files over from another project the .svn directories prevent you from checking in the files to the new SVN directory. To list and then remove .svnrun the following commands:
find . -name '.svn' | xargs rm -fr
Secure, private AI inspired by behavioral sciences and evolutionary anthropology, built on Tiny Neural Networks (TNN, TLM), and a distributed agent system.
find . -name '.svn' | xargs rm -fr
No comments:
Post a Comment
Please be polite.