You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Yanghui Bian <yb...@vitesse.com> on 2003/08/07 18:37:19 UTC

svn add recursive question

Hello,

What does svn add recursive actually mean?

$ cd

$ svn status

?      cfg\a

?      cfg\b

Then I try to add both a and b to the repository. 

$ svn add *

svn: warning: 'cfg' is already under revision control

I tried another way:

$ svn add */*

This time it works. It put these two files to the repository.

Is this intended? But doesn't recursion mean recursively go into sub
directories usually?

Thanks you.

 

Rd,

ybi