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

Re: How to commit only top level files?

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 6 Nov 2018 16:24:42 -0500

On Tue, Nov 6, 2018 at 4:15 PM Alfred von Campe <alfred_at_von-campe.com>
wrote:

>
> On Nov 6, 2018, at 15:41, Bo Berglund <bo.berglund_at_gmail.com> wrote:
>
> on-recursive would work, but is it really available for svn ci?
> It is not mentioned in the svnbook....
>
>
> But “svn ci —help” does list it as an available option, at least on my
> system running 1.9.4.
>
>

You want "svn help ci":

 -N [--non-recursive] : obsolete; try --depth=files or
--depth=immediates

Do the "right way" to do this now would be:

svn ci --depth=files .

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2018-11-06 22:25:03 CET

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.