Re: export . but not get CVSROOT directory

2002-11-14 Thread Larry Jones
Kaz Kylheku writes:
 
 Whaaat? You mean export the nonexistent module . (dot) as a way of
 getting the entire repository? I'm surprised that even works. ;)

It's not a non-existent module, it's a directory in the repository.  Why
are you surprised it works?

-Larry Jones

I've got an idea for a sit-com called Father Knows Zilch. -- Calvin


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



Re: export . but not get CVSROOT directory

2002-11-14 Thread Larry Jones
Annette Waters writes:
 
 Is there a way to be able to export . (cvs export -r blahblah -d blahblah .)
 and not export the CVSROOT repository?

I'm not sure why you'd want to export everything in the repository
except for CVSROOT, but you can do that by defining an alias module for
the root directory that excludes CVSROOT.  For example:

top -a !CVSROOT .

Unfortunately, excluding directories doesn't work when you use -d, so
instead of the above you'd have to do:

mkdir xxx
cd xxx
cvs export -r yyy top

-Larry Jones

I never get to do anything fun. -- Calvin


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



export . but not get CVSROOT directory

2002-11-13 Thread Annette Waters
Is there a way to be able to export . (cvs export -r blahblah -d blahblah .)
and not export the CVSROOT repository?

Annette Waters
Software Configuration Engineer
Monta Vista Software
direct (408)992-4435
[EMAIL PROTECTED]
 


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



Re: export . but not get CVSROOT directory

2002-11-13 Thread Kaz Kylheku
On Wed, 13 Nov 2002, Annette Waters wrote:

 Is there a way to be able to export . (cvs export -r blahblah -d blahblah .)
 and not export the CVSROOT repository?

Whaaat? You mean export the nonexistent module . (dot) as a way of
getting the entire repository? I'm surprised that even works. ;)



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