info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Asking CVS if a repository/module/tag exists.


From: Larry Jones
Subject: Re: Asking CVS if a repository/module/tag exists.
Date: Tue, 28 Aug 2001 12:41:29 -0400 (EDT)

John Daniel Doucette writes:
> 
> Given a <repository>, <module>, and <tag> is there a polite way to ask CVS 
> if the combination exists, without actually checking it out, that would 
> work in a make file.

How about:

        cvs -d <repository> rdiff -r <tag> -r <tag> <module>

-Larry Jones

I always send Grandma a thank-you note right away.  ...Ever since she
sent me that empty box with the sarcastic note saying she was just
checking to see if the Postal Service was still working. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]