Re: Adding Multiple Files at Once
From: Dominic Anello <danello_at_danky.com>
Date: 2004-12-16 15:04:59 CET
On 2004-12-15 22:26:24 -0800, Greg Willits wrote:
If you're on a *NIX then try something like:
svn st /top/of/WC | grep '^\?' | sed 's/^\? *//' | xargs svn add
If you're on Windows, then try using Tortoise to commit at the top of
That takes care of the add case. I don't know of any easy way to
-Dominic
|
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.