I am getting following error while executing the SVN checkin command
svn -ci -m "Adding images and data to resource bundle" ./Images/*.* ./Data/*.*
Error:- svn: Non-numeric change argument (i) given to -c
What is wrong here?
That should be
svn ci ... etc ...
(no minus needed). "check in" is an alias for the commit command - it's not an option.
The correct command is svn ci, not svn -ci
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With