Re: ignore ancestry and record only

2012-10-02 Thread chroyer
> > It's unfortunate that you don't want to go into details here. Sorry, I did not want to muddy the water...but let me try. The items I am tracking originate from a different version control system in which we implemented an artificial way to branch (using batch files). That tree will be used

ignore ancestry and record only

2012-10-01 Thread chroyer
Hi all, I was wondering if the following scenario makes sense, or if this is asking for problems. * I am regularly merging differences between 2 trees (I won't go in too much details here...those tree are not really under my control; I put those them in the tags area, and I want to merge the

Re: svn commands and dos redirection

2012-05-08 Thread chroyer
Thank you Daniel, > From: "Daniel Shahaf" > See line 1063:1085 of > https://svn.apache.org/repos/asf/subversion/trunk/subversion/svnlook/main.c > for one possible explanation. If that is the case here, too, you would > need to disable stdout buffering --- adding a flush() call to svn's > code > i