0
votes
How do you add all untracked files in svn? Something like git add -i?
Use a GUI that can show you all the untracked files, then select all and add. Any decent SVN gui should provide this functionality.
That said, be careful you really want all those files. …
