On Thu, Jul 7, 2011 at 8:01 AM, Jason Sachs <[email protected]> wrote: > I'm evaluating svnmerge.py for possible usage in our project, and I've > found what appear to be a number of documentation bugs that make me a > bit uneasy....
svnmerge has been largely superseded by the merging capabilities of Subversion-1.5. It's always been a contrib project, anyway. Some of the bugs you've identified are due to the way you're invoking svnmerge - as an executable .py script file, rather than something named svnmerge, and separated from its parent directory, which would let it figure out its revision. Others are worth a patch, if you'd like to provide one. Dustin _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
