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

RE: svnmerge.py

From: <Chris.Fouts_at_qimonda.com>
Date: 2006-08-16 23:33:40 CEST

I get...
svnmerge: no integration info available for repository path
"/branches/cf"

Here's what I did.
Merge from trunk to branch
> cd to branch top dir
> svnmerge init
> svnmerge merge (merged from trunk)
> svn commit
> (Modify branch file)
> svn commit

Merge from branch to trunk
> cd to trunk top dir
> svnmerge init /myrepos/trunk
> svnmerge merge -S /myrepos/branches/cf

I get the above error.

>-----Original Message-----
>From: Jamie Wellnitz [mailto:Jamie.Wellnitz@emulex.com]
>Sent: Wednesday, August 16, 2006 5:23 PM
>To: Fouts Christopher (QNA RTP PT PREV)
>Cc: users@subversion.tigris.org
>Subject: Re: svnmerge.py
>
>On Wed, Aug 16, 2006 at 10:59:23PM +0200,
>Chris.Fouts@qimonda.com wrote:
>> Sorry if this is OT for this mailing list.
>>
>> Can this tool merge changes from branch to trunk? I was able
>to merge
>> from trunk to branch, but can't figure how to merge the other way
>> around.
>
>svnmerge.py's help should tell you. The -S option is what you want.
>
>[in trunk working directory]
>svnmerge.py merge -S branch_name
>
>You'll "svnmerge.py init" run on the trunk beforehand, of course ...
>
>Thanks,
> Jamie
>>
>> --------------------------------------
>> Chris T Fouts
>> Qimonda NA
>> 3000 CentreGreen Way
>> Cary, NC 27513
>> Phone: (919)677-3016
>> Fax: (919)678-1929
>> Email: chris.fouts@qimonda.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 16 23:46:00 2006

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.