info-cvs
[Top][All Lists]
Advanced

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

RE: Overwriting trunk files with specific branch files


From: Dave Korn
Subject: RE: Overwriting trunk files with specific branch files
Date: Tue, 16 Aug 2005 17:57:31 +0100

----Original Message----
>From: address@hidden
>Sent: 16 August 2005 17:34

> No, since this will copy the CVS dirs also. I do NOT want
> to go from dir to dir (nested dir project) and copy just
> the files.

  You could always use a shell script, or 'find', or something similar.

> 1) Check out the tagged files from the branch into directory A.
> 2) Check out the trunk into directory B.
> 3) Copy all the files from A into B.
> 4) Commit B.

  Suppose someone added another step:

2.5) "cd B; find . -type d -name CVS | xargs rm -rf"

Would that do it for you?

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....





reply via email to

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