How to commit using command line in SVN

2

The folder was created empty in SVN.

I need to put the content in it, but I do not want to do all the file and folder additions one by one.

I'm in linux and would like to do it by command line, but I still can not, I used the commands:

svn commit PASTA -m 'Comentario

But it did not work.

    
asked by anonymous 21.09.2017 / 02:14

1 answer

1

First you have to add the files with the command:

svn add *
    
21.09.2017 / 09:46