Updating Branches
From: David F. Newman <dnewman_at_epnet.com>
Date: 2004-09-14 19:02:44 CEST
Hi list,
My question is in the moving of files from tag to tag. For example, I
The first thing I tried to do was a merge. The existing func1.fnc in QA
svn merge -r 119:151 \
which would work, but $Id$ in func1.fnc is updated to the current
svn delete func1.fnc
Which fails with a message about a non-present existing file with the
So what I do now is
svn delete func1.fnc
And I now have the file func1.fnc in the QA tag with the correct
-Dave
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.