Thanks for explaining! - Julian
Kamesh Jayachandran wrote: > The patch is in concept complete(Yet to run through the testsuite and > to justify few cases by exercising those code base, which I will do > tomorrow) to make the indication of 'commit' operation via the new > header 'SVN-COMMIT'. With this patch original problem gets fixed. > > All the function signature changes just accepts a new boolean > parameter 'for_commit' which is set to TRUE only by > commit.c:apply_revprops() while others set it to FALSE and hence no > SVN-COMMIT header. > > As it was a in concept patch I just did not write a log message, sorry > for that. // > Hey forgot to answer this bit. Mike was suggesting to make use of > 'DAV:apply-to-version' in CHECKOUT rather than the problematic > PROPFIND. I did not explore this bit yet.