svn doesnt commit my added files?
Posted
by ajsie
on Stack Overflow
See other posts from Stack Overflow
or by ajsie
Published on 2010-03-30T18:48:09Z
Indexed on
2010/03/30
18:53 UTC
Read the original article
Hit count: 226
svn
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!
© Stack Overflow or respective owner