Re: add while commit
From: thomas peter <thomas.peter_at_antas.com>
Date: 2004-11-24 14:48:05 CET
hi christopher, hi jani,
Christopher Ness <chris@nesser.org> wrote in
> Use `svn status`, here is the output for a LaTeX document I am
ohh, i should have opened my eyes. thank you, and jani!
> If you have may new files that need to be added doing that all by hand
for i in $(svn st -v | grep '^?' | awk '{ print $2 }'); do svn add $i; done
> You could do some filtering on the output of status (Jani just gave
i'm just wondering why 'svn import $DIR' missed these files...
anyway.
thanx again,
---------------------------------------------------------------------
|
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.