Hi,

On Wednesday November 30, 2005 02:46 pm, Terrence Brannon 
<[EMAIL PROTECTED]> wrote:
> for starters, I would like a script to simplify the process of
> deleting a file from the filesystem and then calling cvs delete on
> the file.

cvs remove -f <filename>

should do the trick for you. 

> I often have to switch between branches and would like a simple
> command for that.

This one I'm not sure I understand. What is it you need that

cvs up -CdP -r NEW_BRANCH_NAME

does not get you?

> I would also like to list the last 10 branch tags created.

You might be able to do this with 'cvs history', but you'll have to do 
some massaging of the output. The docs show the data that can be 
retrieved.

  <http://ximbiot.com/cvs/manual/cvs-1.11.21/cvs_18.html#SEC182>

and I'm not sure if you'll be able to distinguish a branch tag from a 
standard tag. Perhaps a taginfo script on the server

  <http://ximbiot.com/cvs/manual/cvs-1.11.21/cvs_18.html#SEC179>

that records only branch tags as they are added?

- Rob

-- 
Robert J. Clark             Guy Who Does R & D Stuff In Toronto
[EMAIL PROTECTED]      jabber://[EMAIL PROTECTED]

That means I'll have to use $ans to suppress newlines now. Life is
ridiculous. -- Larry Wall in Configure from the perl distribution


_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to