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

Re: Recursive add

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-07-08 17:13:47 CEST

John Lange wrote:
> The problem is simply that "svn add" is not recursive.

But it is.

> If I do "svn add *" in the top level of my source tree it only attempts
> to add files in the current directory.

$ svn co file:///svn/trunk/somedir .
Checked out revision 21.
$ mkdir foo bar
$ touch foo/1 foo/2 bar/3 bar/4
$ svn add *
A bar
A bar/3
A bar/4
A foo
A foo/1
A foo/2
$

> Any other variation of the command that I have tried results in an
> error.

So, how about showing us some copy/paste from your command line sessions.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 8 17:14:16 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.