> > 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
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
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