info-cvs
[Top][All Lists]
Advanced

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

RE: Can I check out a file without specifying the module it's in?


From: Zieg, Mark
Subject: RE: Can I check out a file without specifying the module it's in?
Date: Thu, 31 Oct 2002 12:50:01 -0500

> 1. Is there a way to checkout a file without knowing exactly which module
> it's in? 

find $REPOSITORY -name fooglitz.c

> I realize that this could lead to problems
> if there are (for some lame reason) multiple fooglitz.c files,
> but let's forget about that possibility right now.

That's not exactly a "lame" scenario.  You'll find an awful lot of modules
-- and directories within a single module -- containing files like
"Makefile", "main.c", "README", "index.html", etc.

> 2. Is there a way to make the checkout non-case-specific? 

find $REPOSITORY | grep -i fooglitz.c





reply via email to

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