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

recursive add

From: Jason Dunham <jdunham_at_SFIS.com>
Date: 2004-05-27 18:02:56 CEST

Question about recursive svn add

svn add works recursively when adding a non-versioned folder. But if
the folder is already under version control, and new files have been
added deep inside, then "svn add mydir" won't find them. Instead it
just returns that svn mydir is already under version control.
I have to run svn status mydir to show which files are non-versioned in
the hierarchy, and then I have to add each new file separately by
specifying the full path.

Is there a way to make svn add do this automatically? I usually use
TortoiseSVN which behaves as I would expect, so I was surprised that the
command-line client didn't find the new files to be added.

This seems obvious, but I couldn't find any recent posts or specifics in
the manual.

Thanks,

Jason Dunham
SF Industrial Software, Inc.
Received on Thu May 27 18:03:34 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.