Login
Remember
Register
Ask a Question
What is the command to add a file or dir in SVN?
0
votes
asked
Dec 17, 2020
in
SVN
by
SakshiSharma
What is the command to add a file or dir in SVN?
#svn-directory
#add-file
#add-dir-svn
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 17, 2020
by
SakshiSharma
To add a file or dir in SVN the command you will use
svn add filename
svn add dirname
...