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

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -