I am studying Subversion Automation (SVN).
I just imported the directory into Subversion using
svn import C:\sourcedir http:
Everything went perfectly.
After the change, I tried to commit the changes with:
svn add --depth=infinity --force *
svn commit -m Message
Sorry, I get an error
svn: E155007: 'E: \ sql' is not a working copy
It is right; Explorer also has no icons in TortoiseSVN .
What am I missing? Why does my folder not work with a working copy after importing into Subversion?
source
share