[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Merging Trunk with a Branch

From: Binny V A <binnyva_at_gmail.com>
Date: Thu, 4 Sep 2008 13:46:43 +0530

Hi,

I am the author of a GTD tool Nexty(http://sourceforge.net/projects/nexty).
The repository is viewable at
http://nexty.svn.sourceforge.net/viewvc/nexty/

There are 2 version of this software -
        1. Nexty
                Ordinary version - this has an installer and some different features. This
is for installation on a local server or an online Web server.
                This is the trunk
        2. Online Nexty
                I created a site so that people who don't have a web server can use nexty
too(http://nexty.org). There are some differences to the main version(no
installer, an intro text is there, some links are hard coded to point to
nexty.org, etc.)
                this is the online branch
http://nexty.svn.sourceforge.net/viewvc/nexty/branches/online/

When ever I make a change to the trunk, I have to copy the change over to the
online branch as well. How do I do this by using the merge command?

I tried using this command...
svn merge https://nexty.svn.sourceforge.net/svnroot/nexty/branches/online
https://nexty.svn.sourceforge.net/svnroot/nexty/trunk .

But that merged all the changes - for example, it deleted the intro.php file
which should be in the 'online' branch - but absent in the trunk.

How do I prevent this? I need some way to merge all the changes after a given
revision - is this possible?

Thanks.

-- 
Binny V A
http://www.bin-co.com/blog/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-05 19:29:03 CEST

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.