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

Re: svn 1.5 merge -c revision and svn diff/log confusion

From: Stein Somers <ssomers_at_opnet.com>
Date: Fri, 30 Oct 2009 17:05:04 +0100

In other words, to make way Bob's method 1. work, without interference by
spurious mergeinfo, you want everyone to avoid committing spurious mergeinfo
below the working copy but still preserve the real mergeinfo on the top folder.

How can you do that? What I actually did at the time was:

        svn propget svn:mergeinfo . > some_temporary_file
        svn propdel svn:mergeinfo -R
        svn propset svn:mergeinfo . -F some_temporary_file

Is there a neater way? Something like

        svn propdel svn:mergeinfo --depth infinity_but_skip_top_folder

-- 
Stein
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413043
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-30 17:08:18 CET

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.