Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while executing SVN checkin command

Tags:

svn

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?

like image 454
Abhinav Avatar asked Apr 12 '26 02:04

Abhinav


2 Answers

That should be

svn ci ... etc ...

(no minus needed). "check in" is an alias for the commit command - it's not an option.

like image 72
martin clayton Avatar answered Apr 14 '26 21:04

martin clayton


The correct command is svn ci, not svn -ci

like image 20
Roger Avatar answered Apr 14 '26 21:04

Roger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!