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

Re: [PATCH] Additions to INSTALL

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-26 01:10:23 CEST

Pavel Roskin <proski@gnu.org> writes:

> 2) Remove all non-versioned files. Good for checking my changes before
> the commit.

The subversion bit is

$ svn st --no-ignore

The rest is not really version control

$ svn st --no-ignore | grep ^\? | cut -c2- | xargs rm -rf

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 26 01:11:01 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.