Search code examples
gitsvnversion-control

Subversion equivalent of "git add ."?


I'm switching to subversion from git but I found that "svn add ." doesn't do the same as git.

It prints

svn: warning: W150002: '/home/mike/Projects/repos' is already under version control
svn: E200009: Could not add all targets because some targets are already versioned
svn: E200009: Illegal target for the requested operation

Does SVN have an equivalent? Or I must add them manually?


Solution

  • use commit:

    http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.commit.html