[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Why do commands fail when a file is unknown to svn?

From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-03-05 00:55:14 CET

----- 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

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.