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

Re: svn release -d?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-08-19 16:49:10 CEST

Marcus Comstedt <marcus@mc.pp.se> writes:

> After voting in the logo contest, I realized that the functional
> equivalent of `cvs release -d logos' seems to be missing from the
> command line client. That is: Check for any modified/unversioned
> files and zap the entire wc if there aren't any.

Wow, I've never even *heard* of this CVS feature. :-)

So you're saying this feature is the equivalent of

   if [ "X`svn st wc`" = "X" ]; then rm -rf wc; fi

Is this a formal feature request? Does anyone else use or want this?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 19 16:50:57 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.