svn - check-in multiple files 200+ in one shot -
i'm trying figure out how commit large number of files (it 250 in case) in 1 shot, i.e. don't want break down in multiple commits. far i've tried --targets option, or just
svn commit `cat mylist`
in both cases seems svn picks last 100 or files , ignores rest. intended behaviour? usual way commit a lot of files?
thanks.
svn ci
should it. 'ignoring' files sounds files have not yet been added via svn add
, must happen before commit.
Comments
Post a Comment