On Wed, Apr 23, 2008 at 1:42 PM, Dustin J. Mitchell <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 23, 2008 at 2:08 PM, Rohan Joseph <[EMAIL PROTECTED]> > wrote: > > I am a relatively new user to svnmerge.py and I am > currently > > attempting to automate the process of initializing merge tracking on any > > directory. I have been reading through some threads and there seems to > be an > > agreed-upon notion that the best time to start merge tracking is when a > > branch is just created (pristine, no local modifications). Is there a > way to > > automatically run 'svnmerge.py init BRANCH_URL' the moment the branch is > > created? > > You could probably do it with a post-commit script, but detecting > branch creation in general is fairly hard. Your specific case may be > a lot easier. I haven't heard of anyone doing this before, though. > > You may be better off just setting the relevant svn properties > directly from your post-commit script, rather than invoking svnmerge > directly. Yes, I could set the 'svnmerge-integrated' property myself , but what about scanning the branch history and making note of the revision number at which the branch was created? Is there a way to do that as well? > > > Dustin > > -- > Storage Software Engineer > http://www.zmanda.com > -- Best Regards, Rohan Joseph
_______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
