Re: CVS - Obsolete files

2001-06-15 Thread Larry Jones

Koti writes:
> 
> what is diff between cvs rm and cvs delete?

There isn't any -- they're synonyms.

-Larry Jones

Physical education is what you learn from having your face in
someone's armpit right before lunch. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: CVS - Obsolete files

2001-06-15 Thread Derek R. Price

Koti wrote:

> what is diff between cvs rm and cvs delete?
> I am using cvs 1.10, I never heared about cvs rm.
> >From which version cvs rm is available?

[dprice@magus dprice]$ cvs --help-synonyms
CVS command synonyms are:
add  ad new
adminadm rcs
annotate ann
checkout co get
commit   ci com
diff di dif
export   exp ex
history  hi his
import   im imp
log  lo rlog
loginlogon lgn
rdiffpatch pa
release  re rel
remove   rm delete
rtag rt rfreeze
status   st stat
tag  ta freeze
update   up upd
version  ve ver
(Specify the --help option for a list of other help options)
[dprice@magus dprice]$

Derek

--
Derek Price  CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED] CollabNet ( http://collab.net )
--
Take my advice, I don't use it anyway.




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: CVS - Obsolete files

2001-06-14 Thread Koti

Hi,

what is diff between cvs rm and cvs delete?
I am using cvs 1.10, I never heared about cvs rm.
>From which version cvs rm is available?

Thanks,
- Koti
Off: 040 6513274 Extn: 8842

When one door of happiness closes, another opens; but often we look so long
at the closed door
that we do not see the one, which has opened for us. - Hellen Keller.

- Original Message -
From: "Larry Jones" <[EMAIL PROTECTED]>
To: "Lamar Seifuddin" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, June 15, 2001 12:43 AM
Subject: Re: CVS - Obsolete files


> Lamar Seifuddin writes:
> >
> > How can I set up CVS to checkout source directories
> > without getting the "obsolete" files?
>
> Remove them (with cvs rm).  They'll still be in the repository, just in
> the Attic subdirectory with the latest revision marked "dead", so their
> revision history will still be available.
>
> -Larry Jones
>
> He just doesn't want to face up to the fact that I'll be
> the life of every party. -- Calvin
>
> ___
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: CVS - Obsolete files

2001-06-14 Thread Larry Jones

Richard Wesley writes:
> 
> On a related note, I keep running into a problem managing third party 
> sources.  Sometimes we will get a drop of a source tree and some of 
> the files have been deleted i.e. they are not present in the import 
> (any more).  When I import and then update a workspace, the missing 
> files are not removed.

After importing the new vendor release, do:

cvs co -j  -j  module

The resulting working directory will have the deleted files marked for
deletion -- simply commit the changes.

If there were conflicts caused by the import, CVS would suggest doing a
similar checkout except that it uses :yesterday
instead of the previous vendor release tag (which it has no way of
knowing), and  instead of the new vendor release tag.
The two are equivalent except that specifying the release tags
explicitly allows CVS to track deleted files, so you can resolve
conflicts and mark deleted files with one checkout.

-Larry Jones

If I get a bad grade, it'll be YOUR fault for not doing the work for me!
-- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: CVS - Obsolete files

2001-06-14 Thread Richard Wesley

At 3:13 PM -0400 6/14/01, Larry Jones wrote:
>Lamar Seifuddin writes:
>>
>>  How can I set up CVS to checkout source directories
>>  without getting the "obsolete" files?
>
>Remove them (with cvs rm).  They'll still be in the repository, just in
>the Attic subdirectory with the latest revision marked "dead", so their
>revision history will still be available.
>
>-Larry Jones

On a related note, I keep running into a problem managing third party 
sources.  Sometimes we will get a drop of a source tree and some of 
the files have been deleted i.e. they are not present in the import 
(any more).  When I import and then update a workspace, the missing 
files are not removed.

Is there any way to make this happen automatically.  I can see that 
it is a thorny problem in the general case, but it also seems that 
for this common case there might be something if only I could find 
it...

- rmgw

http://www.electricfish.com/hawkfish/


Richard Wesley   Electric Fish, Inc.   [EMAIL PROTECTED]

"I would like the audience to know, that although I read this stuff, I _don't_
  write it."
  - Wallace Greenslade, _The Goon Shows: The Scarlet Capsule_

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: CVS - Obsolete files

2001-06-14 Thread Larry Jones

Lamar Seifuddin writes:
> 
> How can I set up CVS to checkout source directories
> without getting the "obsolete" files?

Remove them (with cvs rm).  They'll still be in the repository, just in
the Attic subdirectory with the latest revision marked "dead", so their
revision history will still be available.

-Larry Jones

He just doesn't want to face up to the fact that I'll be
the life of every party. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs