答复: Svnadmin dump with include will lost the svn:log in sometime

2020-03-23 Thread Nathan
Thankyou. Waiting for your good news. Best Regards! Haiyuan Qian R & D Management Group Hangzhou Hikvision Digital Technology Co.,Ltd No.555 Qianmo Road, Binjiang District, Hangzhou 310052, China M (86)18969199712

Re: Svnadmin dump with include will lost the svn:log in sometime

2020-03-23 Thread Daniel Shahaf
钱海远(Nathan) wrote on Mon, 23 Mar 2020 05:56 +: > The version is 1.10.6 , I was try to reproduce this issue. > > You can make a commit like this : > Revision 1 > A /test > A /Test/a.c > A /another > A /another/b.c > > Revision 2 > M /test/a.c > M /another/b.c > > Then run command : svnadmin

答复: Svnadmin dump with include will lost the svn:log in sometime

2020-03-22 Thread Nathan
The version is 1.10.6 , I was try to reproduce this issue. You can make a commit like this : Revision 1 A /test A /Test/a.c A /another A /another/b.c Revision 2 M /test/a.c M /another/b.c Then run command : svnadmin dump svnroot include "/test" Then it will happen. Best Regards! Haiyuan Qian

Re: Svnadmin dump with include will lost the svn:log in sometime

2020-03-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, 23 Mar 2020 05:45 +: > 钱海远(Nathan) wrote on Mon, 23 Mar 2020 05:30 +: > > The expected behaviour is: 'svnadmin dump' should include all properties. > > > > It happened in command : svnadmin dump --include . > > > > I organized the calling relationship of the

Re: Svnadmin dump with include will lost the svn:log in sometime

2020-03-22 Thread Daniel Shahaf
钱海远(Nathan) wrote on Mon, 23 Mar 2020 05:30 +: > The expected behaviour is: 'svnadmin dump' should include all properties. > > It happened in command : svnadmin dump --include . > > I organized the calling relationship of the function: I can't reproduce that: [[[ % lldb -- svnadmin dump r

答复: Svnadmin dump with include will lost the svn:log in sometime

2020-03-22 Thread Nathan
Hi, Daniel , The expected behaviour is: 'svnadmin dump' should include all properties. It happened in command : svnadmin dump --include . I was very sure this will make a malformed dump when it work with include. I organized the calling relationship of the function: 1. svnadmin.c static

Re: Svnadmin dump with include will lost the svn:log in sometime

2020-03-21 Thread Daniel Shahaf
钱海远(Nathan) wrote on Sat, 21 Mar 2020 06:08 +: > I found the there is a BUG in subversion 1.10.6. > > Svnadmin dump with include will lost the svn:log in sometime. > > I was fix this issue several months ago , I forgot how to the issue happened > again. But I have a patch to fix this issue,