[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Adding Multiple Files at Once

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-16 16:29:55 CET

On Dec 16, 2004, at 12:26 AM, Greg Willits wrote:
>
> I tried svn add with the project and trunk folders thinking without
> the non-recursive switch, everything below would be scanned and new
> files added. This does not appear to work, or I somehow did it wrong.
>

'svn add --force dir'

This will recurse into 'dir' -- even if dir is already under version
control -- and 'hunt down' any unversioned things and schedule them for
addition. This is an svn 1.1 client feature.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 16 16:33:01 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.