How to commit using command line in SVN

Asked

Viewed 599 times

2

Empty folder created in SVN.

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

I am on linux and I would like to do by command line, but I haven’t yet, I used the commands:

svn commit PASTA -m 'Comentario

But it didn’t work.

1 answer

1


First you have to add the files with the command:

svn add *

Browser other questions tagged

You are not signed in. Login or sign up in order to post.