Re: Subversion
[email protected] (Arthur Bergman)
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, July 31, 2003, at 03:48 pm, Rafael Garcia-Suarez wrote:
>
> Of course not :
>
> svn st | awk '$1=="?"{print $2}' | xargs svn add
>
> Maybe svn can reimport, I've never tried it.
>
>
According to the manual, it can not reimport...
Running awk scripts, yay, back to the 1980s!
Does this manage new directories?
Arthur