svn add recursive question
From: Yanghui Bian <ybi_at_vitesse.com>
Date: 2003-08-07 20:37:19 CEST
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
Thanks you.
Rd,
ybi
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.