svn merge doing nothing about manually merged file
From: Cecile <rubycoder_at_gmail.com>
Date: 2006-12-26 09:05:52 CET
Hi,
I have a private branch, "branch1" in which I've added a new file
Now I'm trying to merge correctly using svn merge.
So I went to the trunk and firstly deleted the file from the trunk.
trunk$ svn delete TransactionType.java
When I ran the merge like this, it doesn't add the TransactionType.java
trunk$ svn merge -r 20522:HEAD https://myserver/branches/branch1
That is to say, I was expecting something like this:
A TransactionType.java
What's wrong? How can I correct this ? Thanks to all.
---------------------------------------------------------------------
|
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.