RE: Merging Branch to Trunk takes 20 min for one change
From: Bob Archer <bob.archer_at_amsi.com>
Date: Mon, 12 Oct 2009 10:25:06 -0400
> I cannot believe I neglected to tell you the most important info! I
Opps... I'm not sure if this will create a problem. It might. But, you probably should have created a new branch by copying trunk. It would have been cleaner.
> 5. When we released the latest version, branches/3.0 was renamed to /
I noticed you didn't say if you merged branches/3.0 into trunk? So you copied /trunk to branches/3.1?
> 7. Next, we decided to add some new apps to SVN. Those were initally
Huh? Did you merge the whole folder or just that one file? Or are you saying that was a property on that file?
> Of course, /branches/2.1 no longer exists - could that be our
Perhaps, but I don't think so. Basically that file knows that you merged from /branches/2.1 r402-635 into it. So it knows not to do that again. I assume it is updating all the files because each file already has merge info on it. This isn't really a problem. However, I would expect that the merge data would be elided.
What is the merge info on the /trunk/silk folder compared to that in the file itself? I assume it is difference considering no elision took place?
> Yes, that thread looks very similar to our problem. But I don't really
svn up is the command line equivalent to right clicking on your working copy in TSVN and selecting "SVN Update". The common wisdom is to make sure you have no local changes in the target WC and that it is fully uptodate.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.