i have checked out files from my svn repository to a local project folder.
then i add 1 file in the project folder but when i run
svn commit -m "added a file"
it doesnt commit anything! only when i change in the original files, not adding new ones.
how comes? cause i want it to add new files to the repository.
thanks!