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 "
How about:
% svn status | egrep '^M' | cut -c8-
like:
% svn commit -m Msg `svn status | egrep '^M.*Makefile' | cut -c8-`
(untested)
Lawrence
---------------------------------------------------------------------
|
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.