RE: Re: commit all but this one file
From: <nicklist_at_planet.nl>
Date: Thu, 3 Apr 2008 10:25:38 +0200
Thanks for the script. I only have one flaw. Normal subversion commit operation skips externals. Change line 15 of the script to:
svn status --ignore-externals "$@" | grep '^\(M\|A\|D\|R\)' >$TMPFILE
to recreate this behaviour.
Hth,
Nick S.
-----Original Message-----
I have written a small (dirty) script to do this (see attached file) on Linux.
-- Marc Haisenko Comdasys AG Rüdesheimer Str. 7 80686 München Germany Tel.: +49 (0)89 548 433 321Received on 2008-04-03 10:27:54 CEST |
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.