info-cvs
[Top][All Lists]
Advanced

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

How to get consistent output for: cvs -q -n up -d ?


From: Daniel Yek
Subject: How to get consistent output for: cvs -q -n up -d ?
Date: Thu, 24 Apr 2008 15:10:31 -0700
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Hi,

I am having problem getting consistent output using a cvs command to list on the module directories.

cvs -d <whatever> co -l \.

If I check out a module here, the output of the following command will be different from if I don't check out any module here.

cvs -q -n up -d 2>&1 | cut -f 5 -d' ' | sed "s/\`\|'//g" -

This might be caused by the entries in CVS/Entries.Log file, but I am not sure.

Is there a way to modify the cvs command above to consistently list the module directories only (without second-level directories in the output) in an existing source directory?

Thanks.

--
Daniel.





reply via email to

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