----- Original Message -----
From: "Lawrence Kesteloot" <lk@teamten.com>
To: <users@subversion.tigris.org>
Cc: <dev@subversion.tigris.org>
Sent: Friday, March 05, 2004 00:31
Subject: Re: Why do commands fail when a file is unknown to svn?
>
> > " status --without-the-single-characters-in-front "
> > (ofcourse something shorter would be nice:)
>
> How about:
>
> % svn status | egrep '^M' | cut -c8-
>
> like:
>
> % svn commit -m Msg `svn status | egrep '^M.*Makefile' | cut -c8-`
>
> (untested)
>
> Lawrence
nevertheless:
- status does not print all files (only modified or missing ones)
- status requires server access ( to detect merge/conflicts )
- not all windows-users have cygwin, egrep or similar tools installed
(i know, its their own fault, I have it on my box:-)
:-)
c.a.t
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 5 00:54:13 2004