0 votes
in SVN by
What is the command to add a file or dir in SVN?

1 Answer

0 votes
by
To add a file or dir in SVN the command you will use

svn add filename

svn add dirname
...