info-cvs
[Top][All Lists]
Advanced

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

merging problem


From: Patrick Guio
Subject: merging problem
Date: Wed, 26 Oct 2005 12:28:34 +0200


Dear all,

I have added lately in a module a sub-directory with files.
These files were added to the cvs in a branch (not the head)
And I merged the files after into the head without trouble.
I made a few changes in a file in the branch and committed those changes in that branch but I have trouble to merge the changes on the head.

If I try
% cvs update -A -j Mybranch doc/Makefile.am
cvs update: file doc/Makefile.am exists, but has been added in revisionMyBranch

Looking at the log I find out that I want to merge

revision 1.1.2.2
date: 2005-10-26 09:19:39 +0000;

into

revision 1.2
date: 2005-10-26 08:35:57 +0000;

If I try the merging command with revision number I get the same error message
% cvs update -r 1.2 -j 1.1.2.2 doc/Makefile.am
cvs update: file doc/Makefile.am exists, but has been added in revision 1.1.2.2


Does anybody has any idea of how to remedy to this?

Sincerely,

Patrick


reply via email to

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