URGENT : Merge help requested.
From: Santhosh Raghunath <sraghunath_at_adteractive.com>
Date: 2006-09-01 00:24:25 CEST
We are facing an issue with 'svn merge' at our project.
VERISIGN_MIDAS_2 is a copy of VERISIGN_MIDAS below. Both are branches.
To confirm this I ran a small test below.
Example 1:
Added folder 'BLACK' into VERISIGN_MIDAS - merge from MIDAS_2 to MIDAS
[build@build temp]$ svn merge
D VERISIGN_MIDAS/BLACK
U VERISIGN_MIDAS/src/com/adteractive/db/DatabaseConstants.java
U VERISIGN_MIDAS/src/com/adteractive/db/enginedb2.sql.properties
A VERISIGN_MIDAS/src/com/adteractive/backoffice/webui/group
A
A
A VERISIGN_MIDAS/src/com/adteractive/catalogs/GroupVO.java
A VERISIGN_MIDAS/src/com/adteractive/catalogs/GroupDAO.java
A VERISIGN_MIDAS/web_backoffice/WEB-INF/lib
U VERISIGN_MIDAS/web_backoffice/WEB-INF/struts-config.xml
A VERISIGN_MIDAS/web_backoffice/admin/group.jsp
U VERISIGN_MIDAS/web_backoffice/mainmenu.jsp
[build@build temp]$
Example 2:
Merge from MIDAS to MIDAS_2
[build@build temp]$ svn merge
U VERISIGN_MIDAS_2/src/com/adteractive/db/DatabaseConstants.java
U VERISIGN_MIDAS_2/src/com/adteractive/db/enginedb2.sql.properties
D
D
D VERISIGN_MIDAS_2/src/com/adteractive/backoffice/webui/group
D VERISIGN_MIDAS_2/src/com/adteractive/catalogs/GroupVO.java
D VERISIGN_MIDAS_2/src/com/adteractive/catalogs/GroupDAO.java
D VERISIGN_MIDAS_2/web_backoffice/WEB-INF/lib
U VERISIGN_MIDAS_2/web_backoffice/WEB-INF/struts-config.xml
D VERISIGN_MIDAS_2/web_backoffice/admin/group.jsp
U VERISIGN_MIDAS_2/web_backoffice/mainmenu.jsp
A VERISIGN_MIDAS_2/BLACK
[build@build temp]$
What we can observe here is the Target folder is being 'Syncronized'
Is there any other way we can do a proper merge as we want i.e. keep the
OR are we doing something wrong here?
~Santhosh
Santhosh Raghunath
Cell : 408-833-8877
|
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.