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

Re: Feature request: svn clean

From: Steve Greenland <steveg_at_lsli.com>
Date: 2005-03-21 20:44:15 CET

On Mon, Mar 21, 2005 at 06:43:09PM +0100, Martin Aliger wrote:
> But - alot of others version controls support this (even CVS)

Uh, what CVS command does this?

Oh, here it is:

> on those scs which supports it ("-q update -d -P -C" on CVS).

Uh, that turns out not to be the case:

annie:~/t2$ cvs co -d myprof personal/steveg/myprof
U myprof/aliases
U myprof/bash_profile
U myprof/bashrc
U myprof/id_dsa.pub
U myprof/inputrc
U myprof/makelinks
U myprof/vars
U myprof/vimrc
U myprof/wgetrc
annie:~/t2$ cd myprof/
annie:~/t2/myprof$ ls
CVS/ bash_profile id_dsa.pub makelinks vimrc
aliases bashrc inputrc vars wgetrc
annie:~/t2/myprof$ cvs -qn update
annie:~/t2/myprof$ touch foo
annie:~/t2/myprof$ cvs -qn update
? foo
annie:~/t2/myprof$ cvs -q update -d -P -C
? foo
annie:~/t2/myprof$
annie:~/t2/myprof$ ls foo
foo

So, it did not remove the "build artifact" "foo".

Steve

-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 21 20:47:29 2005

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.