RE: Way of listing *pathnames* of files in workspace

2002-02-01 Thread Simo Muinonen
Andy Glew wrote on cvs-info list: > This "find ... | xargs ... cvs status ..." works okay, > except for the fact that it manages to cause > something in the path from cvs on my client, > via ssh and rsh, to the machine on which cvs server > is running, to die pretty dependably, hanging for 15-30

RE: Way of listing *pathnames* of files in workspace

2002-01-31 Thread Glew, Andy
> (The best way I can see to do this without accessing > CVS/{Root,Repository,Entries} > is to run "find -type f -print | xargs -n 1", passing a > script to xargs that runs > cvs status on the filename it is given, printing the filename > if cvs status works. > Klugey, but workable. Is there

Way of listing *pathnames* of files in workspace

2002-01-30 Thread Glew, Andy
I would like to have a way of listing the pathnames of files in the workspace that are checked into CVS. E.g. in my repository is in :ext:plxc2039:/foo/bar/my-cvs-repository submodule project and I am on machine linnb007 with my files checked out as /netbatch/project/cvs.workspace