[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: Lawrence Kesteloot <lk_at_teamten.com>
Date: 2004-03-05 00:31:02 CET

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

---------------------------------------------------------------------
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:30:01 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.